0byt3m1n1
Path:
/
data
/
21
/
3
/
131
/
116
/
3783768
/
meta
/
4204688
/
mysql.backup
/
[
Home
]
File: 1_03bac89_7.mysqlcluster7.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster7 Database: 1_03bac89_7 -- ------------------------------------------------------ -- Server version 5.6.32-78.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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (1,25,'_wp_trash_meta_status','0'),(2,25,'_wp_trash_meta_time','1476137327'),(3,24,'_wp_trash_meta_status','0'),(4,24,'_wp_trash_meta_time','1476137364'),(5,23,'_wp_trash_meta_status','0'),(6,23,'_wp_trash_meta_time','1476137364'),(7,22,'_wp_trash_meta_status','0'),(8,22,'_wp_trash_meta_time','1476137364'),(9,21,'_wp_trash_meta_status','0'),(10,21,'_wp_trash_meta_time','1476137364'),(11,20,'_wp_trash_meta_status','0'),(12,20,'_wp_trash_meta_time','1476137364'),(13,19,'_wp_trash_meta_status','0'),(14,19,'_wp_trash_meta_time','1476137364'),(15,18,'_wp_trash_meta_status','0'),(16,18,'_wp_trash_meta_time','1476137364'),(17,17,'_wp_trash_meta_status','0'),(18,17,'_wp_trash_meta_time','1476137364'),(19,16,'_wp_trash_meta_status','0'),(20,16,'_wp_trash_meta_time','1476137364'),(21,15,'_wp_trash_meta_status','0'),(22,15,'_wp_trash_meta_time','1476137364'),(23,14,'_wp_trash_meta_status','0'),(24,14,'_wp_trash_meta_time','1476137364'),(25,13,'_wp_trash_meta_status','0'),(26,13,'_wp_trash_meta_time','1476137364'),(27,12,'_wp_trash_meta_status','0'),(28,12,'_wp_trash_meta_time','1476137364'),(29,11,'_wp_trash_meta_status','0'),(30,11,'_wp_trash_meta_time','1476137364'),(31,10,'_wp_trash_meta_status','0'),(32,10,'_wp_trash_meta_time','1476137364'),(33,9,'_wp_trash_meta_status','0'),(34,9,'_wp_trash_meta_time','1476137364'),(35,8,'_wp_trash_meta_status','0'),(36,8,'_wp_trash_meta_time','1476137364'),(37,7,'_wp_trash_meta_status','0'),(38,7,'_wp_trash_meta_time','1476137364'),(39,6,'_wp_trash_meta_status','0'),(40,6,'_wp_trash_meta_time','1476137364'),(41,5,'_wp_trash_meta_status','0'),(42,5,'_wp_trash_meta_time','1476137364'),(43,4,'_wp_trash_meta_status','0'),(44,4,'_wp_trash_meta_time','1476137395'),(45,3,'_wp_trash_meta_status','0'),(46,3,'_wp_trash_meta_time','1476137396'),(47,2,'_wp_trash_meta_status','0'),(48,2,'_wp_trash_meta_time','1476137396'); /*!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_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (2,45,'discount granite countertops sarasota fl','JunkoSoper@gmail.com','http://hlkitchens.com','107.183.118.122','2016-05-25 11:33:59','2016-05-25 17:33:59','Hi Alina, No, I didn’t have any issues with cracked chalk paint. It may have been the brand of chalk paint you used. You could try using BB Frosch chalk paint powder to paint over it?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(3,45,'Kids Sunglasses Oakley Polarized','lorenza_hoss@googlemail.com','http://www.cheapoakleyoutletstore.com','107.172.213.95','2016-06-07 18:55:22','2016-06-08 00:55:22','miserly, location\'s some other quarterback to satisfy \r\nthe No. 4 gather. That was the penalties, all the broadcasters commence losing it sunset period ahead he hit \r\n.252 .385 246 bag appearances. He\'s struck out six days \r\nlater, same the veterans got a aggressiveness betwixt receiver receiverSmith who \r\nbatted departed cheap nike air max 95 ultra jacquard \r\nkevin durant shoes kid hermes birkin sizes and prices Huarache Pas Cher has played exceed late too.\r\n\r\n10. Can Jaguars back whose 22 come QBR is the territorial dominion of the bugs get been a pause from later his \r\nperformances the hold out tercet of his passes. Brees\' 65 life history ending share \r\nis 58, along with corners and has aand suffering project.',0,'spam','Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17','',0,0),(4,45,'WilliamOi','williamOi@m6.blogrtui.ru','http://hudhfgdfg434hmpg.tumblr.com/','141.101.132.62','2016-06-13 09:37:09','2016-06-13 15:37:09','I like what you guys are up too. Such clever work and reporting! Carry on the excellent works guys I have incorporated you guys to my forumroll. I think it will improve the value of my website Carnillo',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','',0,0),(5,45,'Karl','rogeliosalcido@peacemail.com','http://Sue.blog.es','192.198.80.227','2016-06-19 20:34:01','2016-06-20 02:34:01','I see you don\'t monetize your site, i\'v got idea \r\nhow to earn some extra cash using one simple method, just search in google for; money making ideas by Loocijano',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',0,0),(6,45,'Rachael','valoriemcrae@bigstring.com','https://twitter.com/Doris','89.250.207.195','2016-06-21 05:31:17','2016-06-21 11:31:17','I see you don\'t monetize your page, i\'v got idea how to earn some extra money using one simple method, just search in google for; money making ideas \r\nby Loocijano',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','',0,0),(7,45,'LelandOlsenj','francishester@gmail.com','http://twitter.com/Leland','222.52.76.50','2016-06-22 04:38:48','2016-06-22 10:38:48','I see your blog needs some unique content. Writing manually is time \r\nconsuming, there is tool for this task. Just search in gogle for - Fejlando\'s tips',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','',0,0),(8,45,'Fidelia','kayneuman@bigstring.com','http://Shanon.blog.au','23.82.109.176','2016-06-27 19:31:53','2016-06-28 01:31:53','I see you don\'t monetize your blog, i know how to earn some extra cash and get more \r\nvisitors using one simple method, just search in google for: How to monetize a blog Twardziel advices',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0','',0,0),(9,45,'Bonnie','kassiecutlack@aol.com','http://facebook.com/Leoma','103.28.84.5','2016-06-28 21:01:28','2016-06-29 03:01:28','I see you don\'t monetize your blog, i\'v got idea how to earn some additional cash \r\nusing one simple method, just search in google for:\r\nmoney making ideas by Loocijano',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(10,45,'Trevor','rusty_cuevas@gmail.com','http://Darrell.zoomshare.com','188.138.101.154','2016-07-09 09:37:26','2016-07-09 15:37:26','I see you don\'t monetize your site, i know how to make good passive income using one simple method, just search in gogle for; Coisin\'s tricks',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(11,45,'Thaddeus','rosalinesulman@gmail.com','http://Johnie.postach.io','23.82.109.176','2016-07-13 17:49:10','2016-07-13 23:49:10','I see you don\'t monetize your page, i know how to make good passive income using one simple \r\nmethod, just search in gogle for; Coisin\'s tricks',0,'spam','Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0','',0,0),(12,45,'Marjorie','susannecolleano@gmail.com','http://instagram.com/Christina','123.56.130.158','2016-07-21 18:29:48','2016-07-22 00:29:48','I see you don\'t monetize your page, i know how to earn some extra cash and get more visitors using one simple \r\nmethod, just search in google for: ideas by Loocijano',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(13,45,'Valencia','martiding@gmail.com','https://google.cz','177.74.186.0','2016-07-25 12:23:41','2016-07-25 18:23:41','I see you don\'t monetize your website, there is one cool \r\nmethod to make extra money, it will work with your blog perfectly, just search in google for: Komiknabi\'s advices',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(14,45,'Lucile','vickey_crespin@gmx.de','http://Elvira.postach.io','77.243.104.17','2016-07-27 19:09:45','2016-07-28 01:09:45','I see you don\'t monetize your site, there is one cool method to make extra income, \r\nit will work with your blog perfectly, just search in google for: \r\ntips and tricks by Fejlando',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','',0,0),(15,45,'JimmiXS','jimos4581rt@hotmail.com','http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com','188.143.232.43','2016-08-10 15:29:17','2016-08-10 21:29:17','lBT66L http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','',0,0),(16,45,'Charlotte','patrickcharley@yahoo.com','https://google.co.uk','192.198.80.227','2016-08-13 17:35:11','2016-08-13 23:35:11','I see you don\'t monetize your site, there is one cool method to earn extra money, it will work with \r\nyour blog perfectly, just search in google for: tips and tricks by Fejlando',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.1985.97 Safari/537.36','',0,0),(17,45,'Garnet','roycardella@freenet.de','https://google.pl','143.202.210.169','2016-08-14 09:01:39','2016-08-14 15:01:39','I see you don\'t monetize your blog, there is one cool method to make \r\nextra income, it will work with your page perfectly,\r\njust search in google for: money making methods by Ricusso',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Iron/29.0.1600.1 Chrome/29.0.1600.1 Safari/537.36','',0,0),(18,45,'Candice','elliotgye@freenet.de','https://google.ru','192.198.80.227','2016-08-16 04:31:08','2016-08-16 10:31:08','I see you don\'t monetize your blog, there is one cool \r\nmethod to earn extra money, it will work with your blog perfectly, just search in google for; \r\nmoney making methods by Ricusso',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.4.600 Chrome/30.0.1599.101 Safari/537.36','',0,0),(19,45,'Bryant','mac.eiffel@yahoo.de','https://google.de','201.172.121.196','2016-08-26 20:07:45','2016-08-27 02:07:45','Fellas who of you play Pokemon GO? Incredible game, finally Hitmonlee has been caught \r\nusing pokebusterbot. With this bot you can catch pokemons on autopilot!',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','',0,0),(20,45,'KlaudiaBenef','anastasiamorell@web.de','http://twitter.com/Ralf','192.198.80.227','2016-08-27 15:49:25','2016-08-27 21:49:25','I see your website needs some fresh & unique content. Writing manually \r\nis time consuming, but there is tool for this task.\r\nJust search in gooogle for: Avurker\'s essential tools',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','',0,0),(21,45,'seo','ftioxeisxae@gmail.com','http://www.SEORankingLinks.us/','45.40.44.9','2016-09-03 14:24:10','2016-09-03 20:24:10','Hello Web Admin, I noticed that your On-Page SEO is is missing a few factors, for one you do not use all three H tags in your post, also I notice that you are not using bold or italics properly in your SEO optimization. On-Page SEO means more now than ever since the new Google update: Panda. No longer are backlinks and simply pinging or sending out a RSS feed the key to getting Google PageRank or Alexa Rankings, You now NEED On-Page SEO. So what is good On-Page SEO?First your keyword must appear in the title.Then it must appear in the URL.You have to optimize your keyword and make sure that it has a nice keyword density of 3-5% in your article with relevant LSI (Latent Semantic Indexing). Then you should spread all H1,H2,H3 tags in your article.Your Keyword should appear in your first paragraph and in the last sentence of the page. You should have relevant usage of Bold and italics of your keyword.There should be one internal link to a page on your blog and you should have one image with an alt tag that has your keyword....wait there\'s even more Now what if i told you there was a simple Wordpress plugin that does all the On-Page SEO, and automatically for you? That\'s right AUTOMATICALLY, just watch this 4minute video for more information at. <a href=\"http://www.SEORankingLinks.us\" rel=\"nofollow\">Seo Plugin</a>',0,'spam','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(22,45,'Quentin','paulbolling@zoho.com','http://Brad.blog.au','122.84.54.163','2016-09-08 10:40:13','2016-09-08 16:40:13','I see many interesting articles here. Your site can go \r\nviral easily, you need some initial traffic only.\r\n\r\nHow to get initial traffic?? Search for: Jemensso\'s tricks',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0','',0,0),(23,45,'Margaret','monikapinder@arcor.de','http://Warner.blog.co.uk','181.168.149.118','2016-10-04 20:27:59','2016-10-05 02:27:59','If you are interested in topic: earn online cash counter sound - you should read about Bucksflooder first',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Iron/29.0.1600.1 Chrome/29.0.1600.1 Safari/537.36','',0,0),(24,45,'Gertie91','christimario@aol.com','http://Brooks.blog.nz','188.208.1.73','2016-10-10 00:57:20','2016-10-10 06:57:20','I see a lot of interesting articles here. Your site can go viral easily, you need some initial traffic only.\r\nHow to get initial traffic? Search for: masitsu\'s \r\nviral method',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','',0,0),(25,45,'ClaudioHawle','charlaleibius@vegemail.com','http://instagram.com/Dorothea','192.126.158.131','2016-10-10 16:07:25','2016-10-10 22:07:25','I see your site needs some fresh & unique articles. Writing manually is time consuming, but there is tool for this task.\r\nJust search for: Fasrixo\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',0,0),(26,45,'DorotheaPoul','rubinbounds@gmail.com','http://Carey95.blogspot.co.uk','192.198.80.227','2016-10-16 04:21:05','2016-10-16 10:21:05','I see your page needs some fresh & unique articles.\r\nWriting manually is time consuming, but there is tool for this \r\ntask. Just search for: Fasrixo\'s tools',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','',0,0),(27,45,'KarinVanatta','jonathanmerideth@gmail.com','http://twitter.com/Jude','188.208.1.73','2016-10-23 06:12:08','2016-10-23 12:12:08','I see your page needs some unique & fresh content.\r\nWriting manually is time consuming, but there is tool for \r\nthis task. Just search for - Fasrixo\'s tools',0,'0','Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0','',0,0),(28,45,'MarilynParen','ellisdisher@t-online.de','http://twitter.com/Lelia','69.146.53.153','2016-10-26 13:00:59','2016-10-26 19:00:59','I see your site needs some unique content. Writing manually is time consuming, but there is tool for this \r\ntask. Just search for; Fasrixo\'s tools',0,'0','Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17','',0,0),(29,45,'Rubye90','tonycorbould@aol.com','http://Lydia.blog.co.uk','188.208.1.73','2016-10-28 23:01:35','2016-10-29 05:01:35','Reading your blog is big pleasure for me, it deserves to \r\ngo viral, you need some initial traffic only.\r\nIf you want to know how to get it search for: blackhatworren\'s strategies',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(30,45,'OEOTarenshwk','faye.hinojosa@googlemail.com','http://Kala.free.fr','192.126.162.134','2016-10-30 11:53:04','2016-10-30 17:53:04','I see your page needs some fresh & unique articles.\r\n\r\nWriting manually is time consuming, but there is \r\ntool for this task. Just search for: Fasrixo\'s tools',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(31,45,'Randy90','nathanescalante@yahoo.com','http://Ilana.blogspot.se','192.126.158.131','2016-11-02 03:34:10','2016-11-02 09:34:10','Reading your blog is big pleasure for me, it deserves to go viral, you need \r\nsome initial traffic only. If you want to know how to \r\nget it search for: blackhatworren\'s strategies',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5','',0,0); /*!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_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=7949 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://gatewaycarreraclassic.com/www','yes'),(2,'home','http://gatewaycarreraclassic.com/www','yes'),(3,'blogname','The Gateway Carrera Classic','yes'),(4,'blogdescription','St. Louis Region - Porsche Club of America','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@gatewaycarreraclassic.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','1','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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:3:{i:0;s:35:\"final-countdown/final-countdown.php\";i:1;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:2;s:37:\"sitemap-for-google/create-sitemap.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','-6','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','a:3:{i:0;s:102:\"\\\\WDP\\DFS\\30\\8\\0\\6\\3062460608\\user\\sites\\4204688.site\\www\\www/wp-content/themes/minamaze/functions.php\";i:2;s:116:\"\\\\WDP\\DFS\\30\\8\\0\\6\\3062460608\\user\\sites\\4204688.site\\www\\www/wp-content/plugins/final-countdown/final-countdown.php\";i:3;s:0:\"\";}','no'),(39,'template','minamaze','yes'),(40,'stylesheet','minamaze','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','35700','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','posts','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'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'),(78,'widget_text','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:106:\"Questions? Contact Us: <a href=\"mailto:info@gatewaycarreraclassic.com\">info@gatewaycarreraclassic.com</a>\";s:6:\"filter\";b:0;}}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'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'),(81,'timezone_string','','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','0','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','8','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'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'),(94,'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'),(95,'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'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"footer-w1\";a:1:{i:0;s:6:\"text-3\";}s:9:\"footer-w2\";N;s:9:\"footer-w3\";N;s:9:\"footer-w4\";N;s:9:\"footer-w5\";N;s:9:\"footer-w6\";N;s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:5:{i:1478271919;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:1478304000;a:1:{s:8:\"csm_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1478308059;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1478312257;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(131,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:30:\"info@gatewaycarreraclassic.com\";s:7:\"version\";s:5:\"4.4.5\";s:9:\"timestamp\";i:1473269264;}','yes'),(150,'can_compress_scripts','0','yes'),(191,'_site_transient_timeout_wporg_theme_feature_list','1455509432','yes'),(194,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(201,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1455498566;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(204,'current_theme','Minamaze','yes'),(207,'theme_mods_minamaze','a:4:{i:0;b:0;s:23:\"thinkup_redux_variables\";a:37:{s:26:\"thinkup_general_logoswitch\";s:7:\"option1\";s:24:\"thinkup_general_logolink\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:22:\"thinkup_general_layout\";s:7:\"option1\";s:24:\"thinkup_general_sidebars\";s:7:\"Sidebar\";s:30:\"thinkup_homepage_sectionswitch\";s:1:\"1\";s:31:\"thinkup_homepage_section1_image\";a:5:{s:3:\"url\";s:75:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway.jpg\";s:2:\"id\";s:2:\"18\";s:6:\"height\";s:4:\"1914\";s:5:\"width\";s:4:\"3000\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"thinkup_homepage_section2_image\";a:5:{s:3:\"url\";s:85:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years.jpg\";s:2:\"id\";s:2:\"15\";s:6:\"height\";s:3:\"388\";s:5:\"width\";s:3:\"497\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"thinkup_homepage_section3_image\";a:5:{s:3:\"url\";s:93:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-e1455557405735.jpg\";s:2:\"id\";s:1:\"8\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"100\";s:9:\"thumbnail\";s:0:\"\";}s:23:\"thinkup_homepage_layout\";s:7:\"option1\";s:29:\"thinkup_homepage_sliderswitch\";s:7:\"option1\";s:34:\"thinkup_homepage_sliderpresetwidth\";s:3:\"off\";s:35:\"thinkup_homepage_sliderpresetheight\";s:3:\"320\";s:28:\"thinkup_homepage_introswitch\";s:1:\"1\";s:28:\"thinkup_homepage_introaction\";s:92:\"The Inaugural Gateway Carrera Classic - April 22-24, 2016<br>Presented by Porsche St. Louis \";s:31:\"thinkup_homepage_section1_title\";s:15:\"About the Track\";s:30:\"thinkup_homepage_section1_desc\";s:135:\"The Circuit of St. Louis at Gateway Motorsports park is a 1.6 mile course located minutes from the Gateway Arch and Downtown St. Louis.\";s:34:\"thinkup_homepage_introactionbutton\";s:12:\"Register Now\";s:32:\"thinkup_homepage_introactionlink\";s:7:\"option2\";s:34:\"thinkup_homepage_introactioncustom\";s:57:\"https://clubregistration.net/events/signUp.cfm/event/7467\";s:29:\"thinkup_homepage_sliderpreset\";a:6:{i:0;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"0\";s:14:\"slide_image_id\";s:3:\"365\";s:17:\"slide_image_thumb\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:15:\"slide_image_url\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:18:\"slide_image_height\";s:3:\"299\";s:17:\"slide_image_width\";s:3:\"900\";}i:1;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"1\";s:14:\"slide_image_id\";s:3:\"386\";s:17:\"slide_image_thumb\";s:0:\"\";s:15:\"slide_image_url\";s:77:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944banner.jpg\";s:18:\"slide_image_height\";s:4:\"1258\";s:17:\"slide_image_width\";s:4:\"3411\";}i:2;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"2\";s:14:\"slide_image_id\";s:3:\"365\";s:17:\"slide_image_thumb\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:15:\"slide_image_url\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:18:\"slide_image_height\";s:3:\"299\";s:17:\"slide_image_width\";s:3:\"900\";}i:3;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"3\";s:14:\"slide_image_id\";s:3:\"140\";s:17:\"slide_image_thumb\";s:94:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/m8t4050_2LR-e1455573881226.jpg\";s:15:\"slide_image_url\";s:94:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/m8t4050_2LR-e1455573881226.jpg\";s:18:\"slide_image_height\";s:3:\"320\";s:17:\"slide_image_width\";s:4:\"1280\";}i:4;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"4\";s:14:\"slide_image_id\";s:3:\"365\";s:17:\"slide_image_thumb\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:15:\"slide_image_url\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:18:\"slide_image_height\";s:3:\"299\";s:17:\"slide_image_width\";s:3:\"900\";}i:5;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"5\";s:14:\"slide_image_id\";s:3:\"383\";s:17:\"slide_image_thumb\";s:96:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944-3-e1456448798546-150x150.jpg\";s:15:\"slide_image_url\";s:88:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944-3-e1456448798546.jpg\";s:18:\"slide_image_height\";s:3:\"296\";s:17:\"slide_image_width\";s:3:\"946\";}}s:27:\"thinkup_header_searchswitch\";s:3:\"off\";s:29:\"thinkup_header_facebookswitch\";s:1:\"1\";s:28:\"thinkup_header_twitterswitch\";s:1:\"1\";s:26:\"thinkup_header_twitterlink\";s:30:\"https://twitter.com/stlouispca\";s:27:\"thinkup_header_socialswitch\";s:1:\"1\";s:27:\"thinkup_header_facebooklink\";s:38:\"http://www.facebook.com/groups/stlpca/\";s:28:\"thinkup_header_socialmessage\";s:10:\"Follow Us:\";s:23:\"thinkup_blog_postswitch\";s:7:\"option2\";s:27:\"thinkup_footer_widgetswitch\";s:1:\"0\";s:31:\"thinkup_homepage_section2_title\";s:14:\"About the Race\";s:30:\"thinkup_homepage_section2_desc\";s:163:\"The Gateway Carrera Classic presented by Porsche St. Louis is a weekend full of sprints and an enduro. We also offer a test and tune on Friday before the weekend.\";s:31:\"thinkup_homepage_section3_title\";s:23:\"About the St. Louis PCA\";s:30:\"thinkup_homepage_section3_desc\";s:136:\"Since 1959, the St. Louis Region of the PCA has had a motorsports legacy. We are proud of our partnership with Gateway Motorsports Park.\";s:30:\"thinkup_homepage_section1_link\";s:2:\"48\";s:30:\"thinkup_homepage_section2_link\";s:2:\"53\";s:30:\"thinkup_homepage_section3_link\";s:2:\"59\";s:21:\"thinkup_footer_layout\";s:7:\"option1\";}s:12:\"header_image\";s:13:\"remove-header\";s:18:\"nav_menu_locations\";a:2:{s:15:\"pre_header_menu\";i:0;s:11:\"header_menu\";i:4;}}','yes'),(210,'theme_switched','','yes'),(213,'thinkup_redux_migrate','1','yes'),(219,'thinkup_redux_variables','a:52:{s:22:\"thinkup_general_layout\";s:7:\"option1\";s:32:\"thinkup_general_breadcrumbswitch\";s:1:\"0\";s:35:\"thinkup_general_breadcrumbdelimeter\";s:1:\"/\";s:23:\"thinkup_homepage_layout\";s:7:\"option1\";s:29:\"thinkup_homepage_sliderswitch\";s:7:\"option1\";s:34:\"thinkup_homepage_sliderpresetwidth\";s:3:\"off\";s:35:\"thinkup_homepage_sliderpresetheight\";s:3:\"320\";s:28:\"thinkup_homepage_introswitch\";s:1:\"1\";s:30:\"thinkup_homepage_sectionswitch\";s:1:\"1\";s:27:\"thinkup_header_searchswitch\";s:3:\"off\";s:27:\"thinkup_header_socialswitch\";s:1:\"1\";s:29:\"thinkup_header_facebookswitch\";s:1:\"1\";s:33:\"thinkup_header_facebookiconswitch\";s:1:\"0\";s:28:\"thinkup_header_twitterswitch\";s:1:\"1\";s:32:\"thinkup_header_twittericonswitch\";s:1:\"0\";s:27:\"thinkup_header_googleswitch\";s:1:\"0\";s:31:\"thinkup_header_googleiconswitch\";s:1:\"0\";s:29:\"thinkup_header_linkedinswitch\";s:1:\"0\";s:33:\"thinkup_header_linkediniconswitch\";s:1:\"0\";s:27:\"thinkup_header_flickrswitch\";s:1:\"0\";s:31:\"thinkup_header_flickriconswitch\";s:1:\"0\";s:28:\"thinkup_header_youtubeswitch\";s:1:\"0\";s:32:\"thinkup_header_youtubeiconswitch\";s:1:\"0\";s:24:\"thinkup_header_rssswitch\";s:1:\"0\";s:28:\"thinkup_header_rssiconswitch\";s:1:\"0\";s:21:\"thinkup_footer_layout\";s:7:\"option1\";s:27:\"thinkup_footer_widgetswitch\";s:1:\"0\";s:19:\"thinkup_post_layout\";s:7:\"option1\";s:26:\"thinkup_general_logoswitch\";s:7:\"option1\";s:24:\"thinkup_general_logolink\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:24:\"thinkup_general_sidebars\";s:7:\"Sidebar\";s:31:\"thinkup_homepage_section1_image\";a:5:{s:3:\"url\";s:75:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway.jpg\";s:2:\"id\";s:2:\"18\";s:6:\"height\";s:4:\"1914\";s:5:\"width\";s:4:\"3000\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"thinkup_homepage_section2_image\";a:5:{s:3:\"url\";s:85:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years.jpg\";s:2:\"id\";s:2:\"15\";s:6:\"height\";s:3:\"388\";s:5:\"width\";s:3:\"497\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"thinkup_homepage_section3_image\";a:5:{s:3:\"url\";s:93:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-e1455557405735.jpg\";s:2:\"id\";s:1:\"8\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"100\";s:9:\"thumbnail\";s:0:\"\";}s:28:\"thinkup_homepage_introaction\";s:92:\"The Inaugural Gateway Carrera Classic - April 22-24, 2016<br>Presented by Porsche St. Louis \";s:31:\"thinkup_homepage_section1_title\";s:15:\"About the Track\";s:30:\"thinkup_homepage_section1_desc\";s:135:\"The Circuit of St. Louis at Gateway Motorsports park is a 1.6 mile course located minutes from the Gateway Arch and Downtown St. Louis.\";s:34:\"thinkup_homepage_introactionbutton\";s:12:\"Register Now\";s:32:\"thinkup_homepage_introactionlink\";s:7:\"option2\";s:34:\"thinkup_homepage_introactioncustom\";s:57:\"https://clubregistration.net/events/signUp.cfm/event/7467\";s:29:\"thinkup_homepage_sliderpreset\";a:6:{i:0;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"0\";s:14:\"slide_image_id\";s:3:\"365\";s:17:\"slide_image_thumb\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:15:\"slide_image_url\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:18:\"slide_image_height\";s:3:\"299\";s:17:\"slide_image_width\";s:3:\"900\";}i:1;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"1\";s:14:\"slide_image_id\";s:3:\"386\";s:17:\"slide_image_thumb\";s:0:\"\";s:15:\"slide_image_url\";s:77:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944banner.jpg\";s:18:\"slide_image_height\";s:4:\"1258\";s:17:\"slide_image_width\";s:4:\"3411\";}i:2;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"2\";s:14:\"slide_image_id\";s:3:\"365\";s:17:\"slide_image_thumb\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:15:\"slide_image_url\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:18:\"slide_image_height\";s:3:\"299\";s:17:\"slide_image_width\";s:3:\"900\";}i:3;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"3\";s:14:\"slide_image_id\";s:3:\"140\";s:17:\"slide_image_thumb\";s:94:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/m8t4050_2LR-e1455573881226.jpg\";s:15:\"slide_image_url\";s:94:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/m8t4050_2LR-e1455573881226.jpg\";s:18:\"slide_image_height\";s:3:\"320\";s:17:\"slide_image_width\";s:4:\"1280\";}i:4;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"4\";s:14:\"slide_image_id\";s:3:\"365\";s:17:\"slide_image_thumb\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:15:\"slide_image_url\";s:74:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg\";s:18:\"slide_image_height\";s:3:\"299\";s:17:\"slide_image_width\";s:3:\"900\";}i:5;a:9:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"5\";s:14:\"slide_image_id\";s:3:\"383\";s:17:\"slide_image_thumb\";s:96:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944-3-e1456448798546-150x150.jpg\";s:15:\"slide_image_url\";s:88:\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944-3-e1456448798546.jpg\";s:18:\"slide_image_height\";s:3:\"296\";s:17:\"slide_image_width\";s:3:\"946\";}}s:26:\"thinkup_header_twitterlink\";s:30:\"https://twitter.com/stlouispca\";s:27:\"thinkup_header_facebooklink\";s:38:\"http://www.facebook.com/groups/stlpca/\";s:28:\"thinkup_header_socialmessage\";s:10:\"Follow Us:\";s:23:\"thinkup_blog_postswitch\";s:7:\"option2\";s:31:\"thinkup_homepage_section2_title\";s:14:\"About the Race\";s:30:\"thinkup_homepage_section2_desc\";s:163:\"The Gateway Carrera Classic presented by Porsche St. Louis is a weekend full of sprints and an enduro. We also offer a test and tune on Friday before the weekend.\";s:31:\"thinkup_homepage_section3_title\";s:23:\"About the St. Louis PCA\";s:30:\"thinkup_homepage_section3_desc\";s:136:\"Since 1959, the St. Louis Region of the PCA has had a motorsports legacy. We are proud of our partnership with Gateway Motorsports Park.\";s:30:\"thinkup_homepage_section1_link\";s:2:\"48\";s:30:\"thinkup_homepage_section2_link\";s:2:\"53\";s:30:\"thinkup_homepage_section3_link\";s:2:\"59\";}','yes'),(222,'thinkup_redux_variables-transients','a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1457411270;}','yes'),(240,'theme_mods_verysimplestart','a:1:{s:17:\"front_header_type\";s:5:\"image\";}','yes'),(245,'_transient_verysimplestart_categories','1','yes'),(248,'widget_supermag_ad','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(251,'widget_supermag_posts_col','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(254,'category_children','a:0:{}','yes'),(257,'_transient_supermag_categories','1','yes'),(276,'WPLANG','','yes'),(287,'rewrite_rules','a:77:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^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: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: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: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: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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s: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]\";}','yes'),(309,'recently_activated','a:0:{}','yes'),(934,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(1334,'_site_transient_timeout_browser_23a3650ae7bf696256c785e266e7a348','1456772024','yes'),(1337,'_site_transient_browser_23a3650ae7bf696256c785e266e7a348','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1531,'_site_transient_timeout_browser_3a8848860ccd78857fa409bbc050d092','1456876654','yes'),(1534,'_site_transient_browser_3a8848860ccd78857fa409bbc050d092','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1636,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1456363538','yes'),(1639,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5703\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3563\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3517\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3018\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2749\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2246\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2172\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2019\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1970\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1955\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1952\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1904\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1805\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1608\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1521\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1504\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1477\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1318\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1267\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1256\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1158\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1075\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1053\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"948\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"904\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"888\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"881\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"872\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"864\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"814\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"767\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"766\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"752\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"730\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"710\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"709\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"678\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"662\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"656\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"645\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"631\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"617\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"610\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"599\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"593\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"583\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"577\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"576\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"570\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"560\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"549\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"541\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"541\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"526\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"526\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"507\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"500\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"483\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"483\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"477\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"458\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"432\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"426\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"426\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"425\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"413\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"411\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"409\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"406\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"401\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"398\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"393\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"391\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"384\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"381\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"378\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"376\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"374\";}}','yes'),(1651,'gadash_options','{\"ga_dash_clientid\":\"\",\"ga_dash_clientsecret\":\"\",\"ga_dash_access_front\":[\"administrator\"],\"ga_dash_access_back\":[\"administrator\"],\"ga_dash_tableid_jail\":\"117387505\",\"ga_dash_style\":\"#1e73be\",\"switch_profile\":0,\"ga_dash_cachetime\":3600,\"ga_dash_tracking\":1,\"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\":\"{\\\"access_token\\\":\\\"ya29.kgK-MVoOLDzS4M_Z7iHxoKlB8jgQ7297PzYS31ya4mQGPbTIcyWa1-z4UfW04jB97Q\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"expires_in\\\":3600,\\\"refresh_token\\\":\\\"1\\\\\\/kYZXgigaBobkC8XR6F0rBPiOKR9aQO2_GRViK_jkPQUMEudVrK5jSpoR30zcRFq6\\\",\\\"created\\\":1456352888}\",\"ga_dash_profile_list\":[[\"All Web Site Data\",\"117387505\",\"UA-74296604-1\",\"http:\\/\\/GatewayCarreraClassic.com\",-21600,\"America\\/Chicago\",null]],\"ga_enhanced_links\":0,\"ga_dash_remarketing\":0,\"ga_dash_network\":0,\"ga_dash_adsense\":0,\"ga_speed_samplerate\":1,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_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\":\"\",\"ga_dash_excludesa\":0,\"ga_hash_tracking\":0,\"ga_dash_hidden\":\"Y\"}','yes'),(1654,'gadwp_version','4.9.2','yes'),(1657,'gadwp_got_updated','1','yes'),(1660,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1669,'qHomepage','1.0','yes'),(1672,'qPosts','0.8','yes'),(1675,'qPages','0.8','yes'),(1678,'qCategories','0.6','yes'),(1681,'qArchives','0.8','yes'),(1684,'qTags','0.6','yes'),(1687,'qAuthor','0.3','yes'),(1690,'qfilename','sitemap','yes'),(1693,'qzip','on','yes'),(1696,'qgoogle','on','yes'),(1699,'qask','on','yes'),(1702,'qbing','on','yes'),(1706,'google-sitemap','21','yes'),(1708,'heady_cub','1456352911','yes'),(1711,'befitting_mate','1456352911','yes'),(1714,'top_sedate','1456352911','yes'),(1715,'_site_transient_timeout_available_translations','1456364198','yes'),(1718,'_site_transient_available_translations','a:77:{s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-07 13:09:53\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 13:17:04\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 09:40:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-16 13:48:03\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 16:01:40\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 11:17:08\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 11:17:17\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-10 21:36:12\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-25 13:07:29\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 19:55:54\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-24 15:17:36\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 06:14:13\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-13 12:28:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 18:08:52\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-18 06:44:22\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 10:20:56\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.3\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.3/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-20 23:17:57\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-06 14:16:56\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 11:21:04\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-03 14:37:42\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-30 18:58:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-15 13:41:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 07:31:53\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 23:57:43\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 05:41:39\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 18:59:13\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 16:21:37\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-19 20:59:55\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.10/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 14:15:45\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-29 12:45:24\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-21 10:19:55\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-26 00:00:18\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 10:30:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(2149,'_site_transient_timeout_browser_8f41a4e0570afe0b805298d787ea5a74','1458015980','yes'),(2152,'_site_transient_browser_8f41a4e0570afe0b805298d787ea5a74','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2209,'_transient_timeout_select2-css_style_cdn_is_up','1457497591','no'),(2212,'_transient_select2-css_style_cdn_is_up','1','no'),(2215,'_transient_timeout_select2-js_script_cdn_is_up','1457497591','no'),(2218,'_transient_select2-js_script_cdn_is_up','1','no'),(4157,'_site_transient_timeout_browser_2d1a37fb66b64a27a4b700737005afcc','1461710971','yes'),(4160,'_site_transient_browser_2d1a37fb66b64a27a4b700737005afcc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"45.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4163,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461149379','no'),(4166,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 11:26:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.6-alpha-37247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code><code></code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&s=180&r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelerr\">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schröer</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Müller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for WordPress 4.5 is now available. We’ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37171&stop_rev=37078&limit=120&verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin’s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It’s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants – English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it’s important that users have the option to choose a variant during some of our sessions. And if you’re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4165\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The release candidate for WordPress 4.5 is now available. We’ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37077&stop_rev=37026&limit=120&verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin’s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code><hr></code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won’t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=37025&stop_rev=36932&limit=200&verbose=on\">almost 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa’ beta</em><br />\n<em>¡Pruébalo Ahora!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36931&stop_rev=36814&limit=200&verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible “Paste as Text” notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36813&stop_rev=36701&limit=200&verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It’s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It’s time for our second global contributor weekend, and this time we’re focusing on the video team. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It’s time for our second global contributor weekend, and this time we’re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can’t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here’s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages — that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month’s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n \n\n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 03:27:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4080\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2016/02/wp-inline-linking.mp4\";s:6:\"length\";s:6:\"409018\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2016/02/wp-editor-updates.mp4\";s:6:\"length\";s:6:\"231953\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5453:\"<p>WordPress 4.5 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.5 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">April 12</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Responsive Preview of your site in the Customizer </strong>(<a href=\"https://core.trac.wordpress.org/ticket/31195\">#31195</a>) – See how your site looks in <a href=\"https://make.wordpress.org/core/2016/01/28/previewing-site-responsiveness-in-the-customizer/\">mobile, tablet, and desktop</a> contexts before making changes to its appearance.</li>\n<li><strong>Theme Logo Support </strong>(<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) – Native support for a <a href=\"https://make.wordpress.org/core/2016/02/24/theme-logo-support/\">theme logo within the Customizer</a>.</li>\n<li><strong>Inline Link Editing</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>) – Within the visual editor, <a href=\"https://wordpress.org/news/files/2016/02/wp-inline-linking.mp4\">edit links inline</a> for a smoother workflow.</li>\n<li><strong>Additional Editor Shortcuts</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>) – <a href=\"https://wordpress.org/news/files/2016/02/wp-editor-updates.mp4\">Includes a few new shortcuts</a>, like <code>`..`</code> for <code>code</code> and <code>**..**</code> for <strong>bold</strong>.</li>\n<li><strong>Comment Moderation Improvements </strong>(<a href=\"https://core.trac.wordpress.org/ticket/34133\">#34133</a>) – An enhanced experience when moderating comments, including preview with rendered formatting.</li>\n<li><strong>Optimization of Image Generation </strong>(<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>) – Image sizes are generated more efficiently and remove unneeded meta, while still including color profiles in Imagick, for reduced sizes of up to 50% with near identical visual quality.</li>\n</ul>\n<p> </p>\n<p>There have been changes for developers to explore as well:</p>\n<ul>\n<li><strong>Selective Refresh </strong>(<a href=\"https://core.trac.wordpress.org/ticket/27355\">#27355</a>)<strong> </strong>– A <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the customizer preview in real time. Theme and plugin authors should test their widgets specifically for compatibility with selective refresh, and note that it <a href=\"https://core.trac.wordpress.org/ticket/35855\">may ultimately be opt-in for 4.5</a>.</li>\n<li><strong>Backbone and Underscore updated to latest versions</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34350\">#34350</a>)<b> </b>– Backbone is upgraded from 1.1.2 to 1.2.3 and Underscore is upgraded from 1.6.0 to 1.8.3. See the <a href=\"https://make.wordpress.org/core/2016/02/17/backbone-and-underscore-updated-to-latest-versions/\">this post</a> for important changes.</li>\n<li><strong>Embed templates</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34561\">#34561</a>) – Embed templates were split into parts and can now be directly overridden by themes via the template hierarchy.</li>\n<li><strong>New WP_Site class</strong> (<a href=\"https://core.trac.wordpress.org/ticket/32450\">#32450</a>) – More object-oriented approach for managing sites in Multisite</li>\n<li><strong>Script loader</strong> (<a href=\"https://core.trac.wordpress.org/ticket/14853\">#14853</a>, <a href=\"https://core.trac.wordpress.org/ticket/35873\">#35873</a>) – Introduces <code>wp_add_inline_script()</code> for including inline JavaScript just like <code>wp_add_inline_style()</code> works for CSS, and better support for script header/footer dependencies.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.5, <a href=\"https://make.wordpress.org/core/tag/4-5/\" target=\"_blank\">check out all 4.5-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.5&group=component&order=priority\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>A wonderful day</em><br />\n<em>is one that brings new WordPress</em><br />\n<em>Four Five Beta One</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Experiment: WordCamp Incubator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 19:28:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4076\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:399:\"WordCamps are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2989:\"<p><a href=\"http://wordcamp.org\">WordCamps</a> are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about organizing a WordCamp themselves after their group has been active for a few months. We emphasize that WordCamps are locally-organized events, not something that the central <a href=\"https://make.wordpress.org/community\">community team</a> plans from afar.</p>\n<p>This has been successful in many areas — there are currently 241 meetup groups on our meetup.com chapter program! In some regions, though, enthusiastic volunteers have had more of a challenge getting things started. Because of this, we’re going to try an experiment this year called the WordCamp Incubator.</p>\n<p>The intention of the incubator program is to help spread WordPress to underserved areas through providing more significant organizing support for a first event. In practical terms, this experiment means we’ll be choosing three cities in 2016 where there is not an active WordPress community — but where it seems like there is a lot of potential and where there are some people excited to become organizers — and will help to organize their first WordCamp. These WordCamps will be small, one-day, one-track events geared toward the goal of generating interest and getting people involved in creating an ongoing local community.*</p>\n<p>So, where should we do these three events? If you have always wanted a WordCamp in your city but haven’t been able to get a meetup group going, this is a great opportunity. We will be taking applications for the next week, then will get in touch with everyone who applied to discuss the possibilities. We will announce the cities chosen by the end of March.</p>\n<p>To apply, <a href=\"http://wordpressdotorg.polldaddy.com/s/wordcamp-incubator-application\">fill in the application</a> by February 26, 2016. You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this experiment we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.</p>\n<p>Thanks, and good luck!</p>\n<p><em><strong>* </strong>For the record, that describes the ideal first WordCamp even if you have an active meetup — there’s no need to wait until your group is big enough to support a large multi-day event, and small events are a lot of fun because everyone has a chance to be involved and get to know most of the other attendees.</em></p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 19 Apr 2016 22:49:38 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 13 Apr 2016 11:26:18 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(4169,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461149379','no'),(4172,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461106179','no'),(4174,'gadwp_cache_qr2_4107334292','a:2:{s:5:\"value\";O:31:\"Google_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Google_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Google_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:117387505&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Google_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Google_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20160320\";i:1;s:6:\"Sunday\";i:2;s:1:\"3\";}i:1;a:3:{i:0;s:8:\"20160321\";i:1;s:6:\"Monday\";i:2;s:1:\"6\";}i:2;a:3:{i:0;s:8:\"20160322\";i:1;s:7:\"Tuesday\";i:2;s:1:\"9\";}i:3;a:3:{i:0;s:8:\"20160323\";i:1;s:9:\"Wednesday\";i:2;s:1:\"7\";}i:4;a:3:{i:0;s:8:\"20160324\";i:1;s:8:\"Thursday\";i:2;s:1:\"7\";}i:5;a:3:{i:0;s:8:\"20160325\";i:1;s:6:\"Friday\";i:2;s:1:\"2\";}i:6;a:3:{i:0;s:8:\"20160326\";i:1;s:8:\"Saturday\";i:2;s:1:\"6\";}i:7;a:3:{i:0;s:8:\"20160327\";i:1;s:6:\"Sunday\";i:2;s:1:\"2\";}i:8;a:3:{i:0;s:8:\"20160328\";i:1;s:6:\"Monday\";i:2;s:1:\"3\";}i:9;a:3:{i:0;s:8:\"20160329\";i:1;s:7:\"Tuesday\";i:2;s:1:\"3\";}i:10;a:3:{i:0;s:8:\"20160330\";i:1;s:9:\"Wednesday\";i:2;s:1:\"3\";}i:11;a:3:{i:0;s:8:\"20160331\";i:1;s:8:\"Thursday\";i:2;s:1:\"5\";}i:12;a:3:{i:0;s:8:\"20160401\";i:1;s:6:\"Friday\";i:2;s:1:\"6\";}i:13;a:3:{i:0;s:8:\"20160402\";i:1;s:8:\"Saturday\";i:2;s:1:\"4\";}i:14;a:3:{i:0;s:8:\"20160403\";i:1;s:6:\"Sunday\";i:2;s:1:\"5\";}i:15;a:3:{i:0;s:8:\"20160404\";i:1;s:6:\"Monday\";i:2;s:1:\"6\";}i:16;a:3:{i:0;s:8:\"20160405\";i:1;s:7:\"Tuesday\";i:2;s:2:\"10\";}i:17;a:3:{i:0;s:8:\"20160406\";i:1;s:9:\"Wednesday\";i:2;s:2:\"58\";}i:18;a:3:{i:0;s:8:\"20160407\";i:1;s:8:\"Thursday\";i:2;s:2:\"22\";}i:19;a:3:{i:0;s:8:\"20160408\";i:1;s:6:\"Friday\";i:2;s:2:\"12\";}i:20;a:3:{i:0;s:8:\"20160409\";i:1;s:8:\"Saturday\";i:2;s:1:\"5\";}i:21;a:3:{i:0;s:8:\"20160410\";i:1;s:6:\"Sunday\";i:2;s:2:\"11\";}i:22;a:3:{i:0;s:8:\"20160411\";i:1;s:6:\"Monday\";i:2;s:2:\"10\";}i:23;a:3:{i:0;s:8:\"20160412\";i:1;s:7:\"Tuesday\";i:2;s:1:\"7\";}i:24;a:3:{i:0;s:8:\"20160413\";i:1;s:9:\"Wednesday\";i:2;s:2:\"20\";}i:25;a:3:{i:0;s:8:\"20160414\";i:1;s:8:\"Thursday\";i:2;s:2:\"15\";}i:26;a:3:{i:0;s:8:\"20160415\";i:1;s:6:\"Friday\";i:2;s:2:\"18\";}i:27;a:3:{i:0;s:8:\"20160416\";i:1;s:8:\"Saturday\";i:2;s:1:\"5\";}i:28;a:3:{i:0;s:8:\"20160417\";i:1;s:6:\"Sunday\";i:2;s:1:\"9\";}i:29;a:3:{i:0;s:8:\"20160418\";i:1;s:6:\"Monday\";i:2;s:2:\"23\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:117387505&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"302\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:117387505\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"117387505\";s:9:\"accountId\";s:8:\"74296604\";s:13:\"webPropertyId\";s:13:\"UA-74296604-1\";s:21:\"internalWebPropertyId\";s:9:\"112429505\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:117387505\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1461132000;}','yes'),(4177,'gadwp_cache_qr3_2046658830','a:2:{s:5:\"value\";O:31:\"Google_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Google_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Google_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:117387505&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Google_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Google_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:6:{i:0;s:3:\"302\";i:1;s:3:\"248\";i:2;s:3:\"659\";i:3;s:18:\"49.337748344370866\";i:4;s:2:\"17\";i:5;s:18:\"2.1821192052980134\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:117387505&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:6:{s:11:\"ga:sessions\";s:3:\"302\";s:8:\"ga:users\";s:3:\"248\";s:12:\"ga:pageviews\";s:3:\"659\";s:13:\"ga:BounceRate\";s:18:\"49.337748344370866\";s:18:\"ga:organicSearches\";s:2:\"17\";s:22:\"ga:pageviewsPerSession\";s:18:\"2.1821192052980134\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:6:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:117387505\";s:7:\"metrics\";a:6:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"117387505\";s:9:\"accountId\";s:8:\"74296604\";s:13:\"webPropertyId\";s:13:\"UA-74296604-1\";s:21:\"internalWebPropertyId\";s:9:\"112429505\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:117387505\";}s:13:\"columnHeaders\";a:6:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1461132000;}','yes'),(4178,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1461149379','no'),(4181,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Linus Torvalds Explains How Open Source Led to the Success of Linux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/linus-torvalds-explains-how-open-source-led-to-the-success-of-linux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4722:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/TED-linus-torvalds-interview.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/TED-linus-torvalds-interview.png?resize=1025%2C570\" alt=\"TED-linus-torvalds-interview\" class=\"aligncenter size-full wp-image-53797\" /></a></p>\n<p>In a rare and deeply personal <a href=\"http://www.ted.com/talks/linus_torvalds_the_mind_behind_linux\" target=\"_blank\">interview</a> with TED Curator Chris Anderson, Linus Torvalds spoke about how open source made his projects what they are today. Torvalds, creator of the Linux kernel and the Git version control system, revealed that he prefers to work alone, in his bathrobe, in total silence. Although he heads up one of the largest open source projects in the world, with 1,000 contributors involved in every bimonthly release, Torvalds claims he is not a people person.</p>\n<p>“I did not start Linux as a collaborative project,” Torvalds said. “I started it as one in a series of many projects I had done at the time for myself, partly because I needed the end result, but even more because I just enjoyed programming.”</p>\n<p>Torvalds said that open source wasn’t really on his radar at all. As Linux grew, it became something he wanted to show off to people and he made it publicly available. It wasn’t even open source at that point, which was mainly called “free software” back then. He had no intention of using open source to improve his project. He simply invited comments on his project and, to his amazement, people took interest in the code and started contributing ideas.</p>\n<p>“Every project before that had been completely personal, and it was a revelation when people just started commenting, started giving feedback on your code,” Torvalds said.</p>\n<p>As the Linux project grew, thousands of people wanted to contribute. Torvalds said that it reached a breaking point where he knew he couldn’t scale it to work with that many people without having some kind of version control system in place.</p>\n<p>“So git is my second project, which was only created for me to maintain my first project,” he said. “And this is literally how I work. I do code for fun, but I want to code for something meaningful. Every single project that I’ve ever done has been for something I needed.”</p>\n<p>Ironically, for someone who professes not to be a people person, Torvalds revolutionized collaborative development for teams and projects with Git. He said that he has often been in conflict with other people and can be “myopic when it comes to other people’s feelings.” Open source gave him a way to work effectively with other people:</p>\n<blockquote><p>One of the things I really like about open source is it allows different people to work together. We don’t have to like each other, and sometimes we really don’t like each other. There are very, very heated arguments. You don’t even agree to disagree – it’s just that you’re interested in different things. </p>\n<p>Coming back to the point that I said earlier, that I was afraid of commercial people taking advantage of your work – It very quickly turned out that those commercial people were lovely people. And they did all the things that I was not at all interested in doing and they had completely different goals. And they used open source in ways that I just did not want to go. But because it was open source they could do it and it actually works really beautifully together.</p></blockquote>\n<p>One of the most interesting things about his story is that he first embraced open source out of practicality, not because of ideological convictions.</p>\n<p>“Without doing the whole open-source-and-really-letting-go thing, Linux would never have been what it is,” Torvalds said. Even so, he said he doesn’t necessarily think the principle can be applied to other aspects of life beyond code without a lot of grey areas.</p>\n<p>Despite having changed the future by creating technology that powers the internet, Torvalds does not consider himself a visionary.</p>\n<p>“I am not a visionary,” he said. “I do not have a five year plan. I’m an engineer. I’m perfectly happy with all the people who are walking around staring at the clouds and looking at the stars and saying, ‘I want to go there.’ But I’m looking at the ground and I want to fix the pothole that’s right in front of me before I fall in.”</p>\n<p>Check out the 21-minute interview in the video below:</p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2016 05:05:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress 4.6 Development Kicks Off This Week, Dominik Schilling to Lead Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/wordpress-4-6-development-kicks-off-this-week-dominik-schilling-to-lead-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4254:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/sharpened-pencil.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/sharpened-pencil.jpg?resize=960%2C511\" alt=\"photo credit: Angelina Litvin\" class=\"size-full wp-image-53775\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/JLXDNN5BNE\">Angelina Litvin</a>\n<p>As soon as WordPress 4.5 was out the door, WordPress 4.6 release lead Dominik Schilling opened up the floor for <a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\" target=\"_blank\">discussion on wish list items</a> ahead of the kickoff chat on Wednesday. The development community chimed in with feedback on their users’ biggest pain points, important UX issues to be solved, and existing features they would like to see polished.</p>\n<p>If the 200+ comments on the post are any indication, WordPress users and contributors are buzzing with ideas for improving the software in the upcoming release. The Make/WordPress core blog doesn’t have a voting system, but a few of the wish list items with the most +1’s include:</p>\n<ul>\n<li>Many-to-many relationships between posts and users (à la <a href=\"https://wordpress.org/plugins/posts-to-posts/\" target=\"_blank\">Posts 2 Posts</a>)</li>\n<li>Group ownership and content management</li>\n<li>Custom post statuses</li>\n<li>Multi-author support for single page/post/term items</li>\n<li>Fix long-standing <a href=\"https://core.trac.wordpress.org/ticket/4539\" target=\"_blank\">issues with wptexturize</a></li>\n<li><a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~https\" target=\"_blank\">HTTPS improvements</a></li>\n<li>Add a new core <a href=\"https://core.trac.wordpress.org/ticket/32417\" target=\"_blank\">media widget</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/16379\" target=\"_blank\">Better UI for creating a “front” page</a></li>\n<li>Support for <a href=\"https://core.trac.wordpress.org/ticket/19627\" target=\"_blank\">allowing themes to register a static front page</a> to be automatically turned on at activation</li>\n<li>Remove the plugin/theme editor and make it into a plugin</li>\n<li>Fields API</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/12668\" target=\"_blank\">Custom Comment Types</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/21022\" target=\"_blank\">Use bcrypt for passwords</a></li>\n</ul>\n<p>Ella Van Dorpe also posted a <a href=\"https://make.wordpress.org/core/2016/04/12/editor-wish-list-4-6/\" target=\"_blank\">summary</a> of the most recent meeting for contributors on the core editor component. The team discussed a wish list for the editor in 4.6 and beyond, including the possibility of creating a feature plugin that uses <a href=\"https://nytimes.github.io/ice/demo/\" target=\"_blank\">ICE</a> to allow suggestions and comments on content. A <a href=\"https://core.trac.wordpress.org/ticket/36474\" target=\"_blank\">revamp of the Publish meta box</a>, more experimentation with inline toolbars, more formatting shortcodes, and other improvements are also on the list.</p>\n<p>Weston Ruter and contributors plan to continue chipping away at the <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">customizer roadmap</a> and component page with a focus on <a href=\"https://make.wordpress.org/core/2015/01/26/customizer-transactions-proposal/\" target=\"_blank\">customizer transactions</a>. Ruter would also like to introduce <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">basic content authorship</a> in the customizer in 4.6, along with improvements to existing features.</p>\n<p>The 4.6 <a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\" target=\"_blank\">wish list</a> offers a small preview of what might be coming in this release, and there’s still time to contribute new items and feedback. If you want to advocate for your ticket or wish list item, join the WordPress 4.6 kickoff chat in the #core Slack channel on Wednesday at <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160420T2000\" target=\"_blank\">3:00PM CDT</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Apr 2016 18:25:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Sucuri Partners with Let’s Encrypt to Offer Free SSL Certificates to All Customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/sucuri-partners-with-lets-encrypt-to-offer-free-ssl-certificates-to-all-customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3391:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ssl.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ssl.png?resize=650%2C181\" alt=\"ssl\" class=\"aligncenter size-full wp-image-53744\" /></a></p>\n<p><a href=\"http://sucuri.net/\" target=\"_blank\">Sucuri</a>, a website security company that specializes in securing WordPress (and other CMS) sites, <a href=\"https://blog.sucuri.net/2016/04/sucuri-firewall-free-letsencrypt-ssl-certs-for-everyone.html\" target=\"_blank\">announced</a> that SSL certificates are now available at no cost to all customers who make use of the company’s <a href=\"https://sucuri.net/website-firewall/\" target=\"_blank\">firewall</a>. As a <a href=\"https://letsencrypt.org/sponsors/\" target=\"_blank\">sponsor of the Let’s Encrypt initiative</a>, Sucuri joins <a href=\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\" target=\"_blank\">Automattic</a> as one of the first companies to fully automate free SSL Certificates for all customers. The company has also enabled the new HTTP/2 protocol by default, which offers significant performance advantages compared to raw HTTPS.</p>\n<p>Unlike WordPress.com, which <a href=\"https://en.support.wordpress.com/https/\" target=\"_blank\">does not allow users to disable encryption</a>, Sucuri offers a “No HTTPS” option which will force all traffic to be redirected to HTTP. Customers can also select from partial SSL, full SSL, and Custom SSL (where they can use their own certificates).</p>\n<p>Despite their sponsorship of the Let’s Encrypt initiative, Sucuri’s founders emphasized that SSL support is not a magic wand that instantly makes your website secure, since it only protects information transferred between the browser and web server.</p>\n<p>“Even though we are providing SSL certificates to all our clients, we don’t subscribe to the idea that every website needs HTTPS enabled,” Sucuri CTO Daniel Cid said. “The idea that this makes for a more secure web is inaccurate.”</p>\n<p>Cid and co-founder Tony Perez share a perspective tempered by years of experience fixing hacked websites. The majority of compromises come through brute force attacks, software vulnerabilities, and DDOS attacks.</p>\n<p>In a post titled <a href=\"https://blog.sucuri.net/2016/04/sucuri-firewall-free-letsencrypt-ssl-certs-for-everyone.html\" target=\"_blank\">HTTPS Does Not Secure Your Website</a>, Sucuri CEO Tony Perez identified three general instances where SSL is essential: when transferring personal identifiable information, transaction data in e-commerce, and other sensitive data. Outside of these scenarios, HTTPS is not as critical.</p>\n<p>“I have no doubt that HTTPS will continue to grow in popularity,” Perez said. “What I take exception to is when technology professionals say that one of the driving factors for HTTPS is it’ll secure your website, because it won’t.”</p>\n<p>Sucuri only recommends HTTPS for customers who are already taking security seriously and want to add protection for data in transit. The company suggests putting more basic security measures in place first – keeping your software updated, implementing intrusion detection, getting code reviews, and storing passwords securely.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Apr 2016 04:21:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: WordPress 4.5 — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=23435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-4-5-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2221:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>WordPress 4.5 was just released, and comes backed with a lot of great new features. Some of our favorites have to do with the editing experience, but we go over all the new user facing features as well as under the hood bits of WordPress 4.5. We also dig into the earliest stages of WordPress 4.6, which is already underway.</span></p>\n<p><span>If you’ve been enjoying Post Status Draft, would you considering rating us in iTunes? We’ve never asked for it, but it would help tremendously! You can do so by going to iTunes, click “Ratings and Reviews” and leave a quick review. Thanks!</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/35565.mp3\">https://audio.simplecast.com/35565.mp3</a>\n<p><a href=\"http://audio.simplecast.com/35565.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-4-5-coleman-released/\">Brian’s WordPress 4.5 Post</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\">WordPress 4.6 wishlist</a></li>\n<li><a href=\"https://poststatus.com/day-of-rest-boston/\">A Day of Rest is going to Boston!</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This podcast is sponsored by </span><a href=\"http://wp101.com\"><span>WP101</span></a><span>. The WP101 Plugin delivers a set of WordPress video tutorials right in your clients’ dashboard, freeing your time to do what you do best! They also just released a great 22 part course on WooCommerce that you should definitely check out. Thank you to </span><a href=\"http://wp101.com\"><span>WP101</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Apr 2016 12:58:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Help Test the New WordPress Importer Plugin in Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/help-test-the-new-wordpress-importer-plugin-in-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4379:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg?resize=1025%2C523\" alt=\"photo credit: Ryan McGuire\" class=\"size-full wp-image-45346\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/A0737DFF83\">Ryan McGuire</a>\n<p>The official <a href=\"https://wordpress.org/plugins/wordpress-importer/\" target=\"_blank\">WordPress Importer</a> plugin is in shambles and has frustrated users with inconsistent performance for years. The plugin has more than a million active installations and is critical for migrations, unless you are familiar with using more advanced tools. With years of unresolved support threads identifying the plugin’s many bugs, the importer is in need of some help.</p>\n<p>In a volunteer-driven open source community, important projects like the WordPress importer can go neglected for a long time until someone gets inspired to take on the responsibility. The good news, however, is that the importer is in the process of being completely rewritten thanks to Ryan McCue, who is also a leader on the WP REST API project.</p>\n<p>The <a href=\"https://github.com/humanmade/WordPress-Importer\" target=\"_blank\">WordPress Importer Redux</a> project is available on GitHub with fixes for some of the previous plugin’s most troublesome issues. McCue is rewriting the importer with the goals of making it “fast, lightweight, and consistent.” He summarized the major improvements that are part of version 2 in a <a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\" target=\"_blank\">post</a> on Make/WordPress core blog:</p>\n<ul>\n<li><strong>Way less memory usage:</strong> Testing shows memory usage to import a 41MB WXR file is down from 132MB to 19MB (less than half the actual file size!). This means no more splitting files just to get them to import.</li>\n<li><strong>Faster parser:</strong> By using a streaming XML parser, we process data as we go, which is much more scalable than the current approach. Content can begin being imported as soon as the file is read, rather than waiting for pre-processing.</li>\n<li><strong>Resumable parsing:</strong> By storing more in the database instead of variables, we can quit and resume imports on-the-go.</li>\n<li><strong>Partial imports:</strong> Rethinking the deduplication approach allows better partial imports, such as when you’re updating a production site from staging.\n</li>\n<li><strong>Better CLI:</strong> Treating the CLI as a first-class citizen means a better experience for those doing imports on a daily basis, and better code quality and reusability.</li>\n</ul>\n<p>Until recently, the new importer had no UI, so the only way to test it was to run it via WP-CLI. A new <a href=\"https://github.com/humanmade/WordPress-Importer/tree/admin-ui\" target=\"_blank\">Admin UI branch</a> of the project is now available so you can <a href=\"https://github.com/humanmade/WordPress-Importer/archive/master.zip\" target=\"_blank\">download the plugin as a zip</a> and activate it inside WordPress. McCue tweeted a sneak peak at the progress bar for the import summary:</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New WordPress Importer UI, coming soon. <a href=\"https://t.co/wM6cZY6BSk\">pic.twitter.com/wM6cZY6BSk</a></p>\n<p>— Ryan McCue ⍨ (@rmccue) <a href=\"https://twitter.com/rmccue/status/717610812236410880\">April 6, 2016</a></p></blockquote>\n<p></p>\n<p>He is also <a href=\"https://twitter.com/rmccue/status/719454867543076864\" target=\"_blank\">working on a better user mapping UI for the importer</a>. This image shows the UI in progress with the old one at the bottom for reference.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/importer-v2.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/importer-v2.jpg?resize=599%2C198\" alt=\"importer-v2\" class=\"aligncenter size-full wp-image-53732\" /></a></p>\n<p>If you want to test the new importer, McCue encourages users to compare the experience to the old importer and take note of what works and what breaks. Feedback is welcome in the project’s GitHub issues queue on the designated <a href=\"https://github.com/humanmade/WordPress-Importer/issues/7\" target=\"_blank\">general feedback thread</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 21:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: MonsterInsights Addresses User Criticism With Immediate Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/monsterinsights-addresses-user-criticism-with-immediate-changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3623:\"<p>When <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">Google Analytics by Yoast suddenly turned into MonsterInsights</a> yesterday, many users were taken by surprise. Users voiced their frustration and concerns on the <a href=\"https://wordpress.org/support/plugin/google-analytics-for-wordpress\">plugin’s support forum</a>. Some users thought <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14\">their sites were hacked</a> after noticing the menu label changed and seeing a bright green menu icon.</p>\n<p>Syed Balkhi, founder of WPBeginner.com, along with Chris Christoff, lead developer of the MonsterInsights plugin, immediately responded to criticism in the forums. One of the biggest complaints from users was the lack of communication that the plugin changed hands.</p>\n<p>Christoff admits that the plugin’s changelog should have included information about the switch.</p>\n<blockquote><p>I thought I had included information about the acquisition in the changelog, but I apparently didn’t. That’s totally on me, and I can certainly understand why people might be a bit upset over that.</p></blockquote>\n<p>Complaints about the <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14#post-8277576\">bright menu icon</a> were addressed with a recent update that lowers its opacity to be more in line with other icons. Even though the bright green is gone, the icon is still noticeable. Here’s what it looks like.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/NewMonsterInsightsPluginIcon.png\"><img class=\"size-full wp-image-53708\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/NewMonsterInsightsPluginIcon.png?resize=149%2C240\" alt=\"New MonsterInsights Menu Icon\" /></a>New MonsterInsights Menu Icon\n<p>The menu label was also renamed from MonsterInsights to Insights. Not only is it shorter, it’s more in line with the plugin’s functionality. Its placement within the admin menu was also fixed as it no longer shows up near the top of the list.</p>\n<p>Another concern brought up by users are the four display ads on the plugin’s dashboard page. While some users thought these were new, they’ve always existed in the free plugin. Instead of advertising Joost de Valk’s products, they now advertise four complimentary products affiliated with Balkhi.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/MonsterInsightsDisplayAds.png\"><img class=\"size-full wp-image-53709\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/MonsterInsightsDisplayAds.png?resize=1025%2C596\" alt=\"Display Advertising in MonsterInsights\" /></a>Display Advertising in MonsterInsights\n<p>Within the last 24 hours, the plugin has received a number of enhancements based on user feedback. Although the <a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">lack of communication</a> put some people off, the company’s quick response has satisfied <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14#post-8282661\">at least a few users</a>. Balkhi says the team continues to listen to feedback and that if you have a feature request or bug report, to file it on the <a href=\"https://github.com/awesomemotive/google-analytics-for-wordpress/issues\">project’s GitHub page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 17:17:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Please Stop Abusing WordPress Admin Notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1728:\"<p>We’ve recently installed some new plugins on the Tavern and one of them generates an <a href=\"https://developer.wordpress.org/reference/hooks/admin_notices/\">admin notice</a> that can not be dismissed without disabling it. Not only is this frustrating, but it makes it less likely that I’ll give the developer money to purchase the pro version.</p>\n<p>Here’s what the admin notice looks like. I’ve hidden the name of the advertised plugin as the goal is to inform people, not shame plugin authors.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticeAbuse.png\"><img class=\"size-full wp-image-53713\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticeAbuse.png?resize=869%2C73\" alt=\"Admin Notice With No Dismissal Button\" /></a>Admin Notice With No Dismissal Button\n<p>While I expect admin notices when activating a plugin or after a major update, I don’t appreciate the inability to dismiss them. I also don’t appreciate admin notices that reappear no matter how many times I click the dismiss button. The worst part about the notice above is that it shows up on every page hijacking important screen real-estate in the WordPress backend resulting in a terrible user experience.</p>\n<p>WordPress plugin authors, I respectfully request that you use the <a href=\"https://developer.wordpress.org/reference/hooks/admin_notices/\">admin notice</a> feature in WordPress for providing crucial information about your plugins and not as a billboard. Give users the opportunity to dismiss them and make sure that when dismissed, they don’t reappear unless the user clears their browser’s cookies.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 16:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: 3 Signs Your WordPress Development Team Is Not Actually a Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53693\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/3-signs-your-wordpress-development-team-is-not-actually-a-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5649:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?resize=150%2C150\" alt=\"petersuhm\" class=\"alignright size-thumbnail wp-image-40534\" /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>If you run a typical WordPress agency, I will be bold enough to say this: Your WordPress team is probably not working as a team. Ouch!</p>\n<p>Developer productivity and workflow strategies are my passions. I try to talk to every WordPress developer I meet about how they work and what problems they face. If you ever used WP Pusher, signed up for one of my crash courses on Git, or if for any other reason I have your email address, there is a good chance that I have talked to you about this as well. I have spoken with hundreds of WordPress freelancers and agencies in order to get insights about how they work. You will be surprised to hear how many WordPress agencies are working as small one-person teams, instead of actually working together. The reason for this is a lack of some of the most basic enablers of teamwork.</p>\n<p>Here are 3 things that will make it very obvious to me that your WordPress team is probably not as much of a team as you would like to think:</p>\n<h2>1. Lack of version control</h2>\n<p>Did you read this headline thinking “Great, we’re committing everything to Bitbucket already, so we’re fine”? To be honest: Having an account on Bitbucket and pushing all your code there is not enough.</p>\n<p>Git is not just about backing up your code on Bitbucket or GitHub. It is one of the most basic collaboration tools for your developers. Git gives them the freedom to collaborate on the projects they work on, but only if used in a certain way. If the commit log is a big mess of huge commits with meaningless commit messages, it won’t be very helpful to the rest of the team.</p>\n<p>However, if a commit represents a small, isolated change and a commit message is well-written and concise, suddenly Git becomes a tool that your team can use to stay on top of what everyone else is working on. In teamwork, communication is key and Git is a great way for your team to communicate what is going on within the different code bases they are working on.</p>\n<h2>2. Lack of a code collaboration platform</h2>\n<p>The main reason to use a code collaboration platform like GitHub or Bitbucket is not to have a backup of your code. Dropbox would probably be easier to use in that case.</p>\n<p>GitHub in particular is a great place for code collaboration. The way pull requests are implemented on GitHub makes reviewing code very enjoyable. Pull requests are a way for your developers to act as a team, by helping each other out with knowledge sharing and feedback. By opening a pull request early in the process of building a new feature, you can invite your co workers to follow your progress and chip in with their knowledge. I have written in detail about pull requests on the WP Pusher blog if you want to learn more.</p>\n<p>Of course, GitHub is also a great place to see the current status of your team spirit. Are people sharing their work and asking for feedback? What are they getting it in return? Are people helping each other out? Are they working as a team?</p>\n<p>The culture is important as well. Giving each other feedback needs to be the norm. Using pull requests and having a list of well-written commit messages on GitHub is the first step, but the culture needs to be embraced as well. Asking for help should be rewarded and not frowned upon.</p>\n<h2>3. Lack of a deployment strategy</h2>\n<p>How are you going to review something that was edited live on a production site? The truth is, you are not.</p>\n<p>When your team is up and running with Git, a proper deployment strategy is a no brainer. It is the natural next step. If you do not have a proper strategy for your deployments, it tells me two things: 1. You are probably not using version control properly. 2. Your developers are manually uploading files over FTP – files that were never reviewed by any teammate.</p>\n<p>If you are using version control, having a deployment process that kicks in when code has been reviewed and is ready for production is easy. The lack of a deployment strategy is a very clear sign that something is missing in your processes.</p>\n<p>If you read this far and are realizing that your WordPress team is not really working as a team, here is my number one recommendation: Get every single technical person on your team on board with Git. Build a culture where communication and collaboration are the norm. In practice that means at least two things: First, when you look over the commit log on GitHub, you can actually see what happened and when. Second, when you go through the pull requests, the team spirit should be obvious from the way feedback is given and code reviews are done.</p>\n<p>My hope is that this post has convinced you that Git is more than just a backup tool. In fact it is one of the most important enablers for teamwork among developers. Without the foundation provided by Git, working effectively as a development team is almost impossible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 04:45:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Font Awesome 4.6.0 Adds New Accessibility Icons Category\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3432:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility.png?resize=1025%2C501\" alt=\"font-awesome-accessibility\" class=\"aligncenter size-full wp-image-53682\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a> creator Dave Gandy announced the release of <a href=\"https://articles.fortawesome.com/font-awesome-4-6-released-d7213342698a#.9aq9g24al\" target=\"_blank\">version 4.6.0</a> this week. The open source vector icon collection is used on approximately 60 million websites, including high profile sites like <a href=\"http://whitehouse.gov\" target=\"_blank\">whitehouse.gov</a>, <a href=\"http://thebeatles.com\" target=\"_blank\">thebeatles.com</a>, and <a href=\"http://washingtonpost.com\" target=\"_blank\">washingtonpost.com</a>. Additionally, <a href=\"https://wordpress.org/plugins/search.php?q=%22font+awesome%22\" target=\"_blank\">more than 300 plugins on WordPress.org</a> and <a href=\"https://wordpress.org/themes/search/%22font%20awesome%22/\" target=\"_blank\">dozens of themes</a> use Font Awesome in some way.</p>\n<p>The 4.6.0 release is a major update that improves accessibility for the millions of users who have vision and/or hearing impairments <a href=\"http://www.sitepoint.com/how-many-users-need-accessible-websites/\" target=\"_blank\">requiring accessible websites</a>. Font Awesome introduced a new <a href=\"http://fontawesome.io/icons/#accessibility\" target=\"_blank\">accessibility icon category</a> with 15 icons and more on the way.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility-icons.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility-icons.png?resize=1025%2C339\" alt=\"font-awesome-accessibility-icons\" class=\"aligncenter size-full wp-image-53683\" /></a></p>\n<p>“We initially started with a set of common US disability access symbols, then expanded to others the FA community asked for,” Gandy said. “We’ll definitely keep adding to this category as more requests come in.”</p>\n<p>The Font Awesome documentation has also been updated with a new <a href=\"http://fontawesome.io/accessibility/\" target=\"_blank\">accessibility section</a>, showing users how to mark up icons so they work well for those using assistive technology to navigate websites and applications. Each icon page also has an updated example code block that users can copy and paste to ensure their icons are accessibility-ready.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-code-examples.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-code-examples.png?resize=1025%2C294\" alt=\"font-awesome-code-examples\" class=\"aligncenter size-full wp-image-53688\" /></a></p>\n<p>WordPress plugin and theme authors who include Font Awesome icons in their work should update the <a href=\"http://fontawesome.io/get-started/#bootstrapcdn\" target=\"_blank\">CDN link</a> to reference the latest version so website owners can use the new accessibility icons. Developers are also advised to review the new <a href=\"http://fontawesome.io/accessibility/\" target=\"_blank\">accessibility documentation</a> and update their icon markup as necessary.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 22:27:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Simple Cache: A New One-Click Install Caching Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/simple-cache-a-new-one-click-install-caching-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5422:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache.png?resize=720%2C291\" alt=\"simple-cache\" class=\"aligncenter size-full wp-image-53657\" /></a></p>\n<p>WordPress caching plugins are notorious for being packed full of confusing options, spammy with upsells, and difficult to uninstall. Users who are looking for a caching solution that simply works and has nothing to configure should check out <a href=\"https://wordpress.org/plugins/simple-cache/\" target=\"_blank\">Simple Cache</a>, a new plugin on WordPress.org that offers a one-click install. The plugin promises lightning fast speed with a simple on/off switch.</p>\n<p>After investigating some of the <a href=\"https://taylorlovett.com/2016/03/25/wordpress-caching-plugin-comparison/\" target=\"_blank\">popular caching solutions for WordPress</a>, Taylor Lovett found most of them to have cluttered interfaces that make them unnecessarily complex to configure. Lovett, who has worked with many different caching solutions as Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, decided to create his own implementation that would be easy for users to work with, hence the name Simple Cache.</p>\n<p>“I wrote my comparison blog post with no plans of creating my own caching plugin,” Lovett said. “After doing the research, I had a few ideas on how to create a plugin that would really have a positive impact on websites.”</p>\n<p>Once installed, Simple Cache can be turned on with the click of a button. It also has a few optional settings for expiring the cache and enabling compression. The simple mode offers file-based page caching (similar to WP Super Cache), which is sufficient to speed up the vast majority of simple sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache-settings.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache-settings.png?resize=1025%2C472\" alt=\"simple-cache-settings\" class=\"aligncenter size-full wp-image-53661\" /></a></p>\n<p>Lovett also built an advanced mode that implements object caching and will automatically setup <a href=\"https://wordpress.org/plugins/batcache/\" target=\"_blank\">Batcache</a> and <a href=\"https://wordpress.org/plugins/memcached/\" target=\"_blank\">Memcached</a>/<a href=\"https://wordpress.org/plugins/wp-redis/\" target=\"_blank\">Redis</a> for you.</p>\n<p>After a quick test in simple mode on a blog with a handful of plugins like Akismet, Jetpack, Google Analytics, and a few others, I saw a roughly 38% decrease in loading time. Before installing Simple Cache, the site loaded in 3.9 seconds.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/before-simple-cache.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/before-simple-cache.png?resize=1025%2C257\" alt=\"Before installing Simple Cache\" class=\"size-full wp-image-53666\" /></a>Before installing Simple Cache\n<p>Simple Cache shaved 1.5 seconds off the loading time:</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/after-simple-cache.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/after-simple-cache.png?resize=1025%2C255\" alt=\"After installing Simple Cache\" class=\"size-full wp-image-53665\" /></a>After installing Simple Cache\n<p>These results came without touching the advanced mode, which would offer an even bigger performance boost.</p>\n<p>“The Redis functionality is forked from Pantheon’s WP Redis plugin,” Lovett said. “The Memcached functionality is forked from Automattic’s drop-in. If you use page caching with object caching, a forked version of Batcache by Automattic is used.”</p>\n<p>If there is no object cache set up, page caching defaults to using the file system (simple mode). This is most likely what you would use if your site is on shared hosting.</p>\n<p>“So really Simple Cache gives you the best of both worlds,” Lovett said. “A very simple setup, or an advanced setup with the most battle-tested page cache and object cache drop-ins.”</p>\n<p>Users can easily purge the cache from the button on the plugin’s setting screen. If you try Simple Cache and don’t want to keep using it, it’s easy to uninstall, cleans up after itself, and, most importantly, doesn’t break your website. Lovett also worked to ensure that the UX, notices, warnings, and error messages are user friendly and understandable.</p>\n<p>The whole concept of caching is difficult for non-developers to grasp. It might as well be powered by Merlin’s wand, as far as most users’ understanding goes. They need it to work without a ton of complicated settings. Simple Cache fits the bill and is hands-down the easiest caching plugin I’ve ever tested.</p>\n<p>Lovett plans to add more features and improve upon his implementation based on feedback from the community. If you’re looking for a new caching solution, you can find <a href=\"https://wordpress.org/plugins/simple-cache/\" target=\"_blank\">Simple Cache</a> on WordPress.org. Feedback and contributions are welcome on the plugin’s support forums and via its <a href=\"https://github.com/tlovett1/simple-cache\" target=\"_blank\">GitHub repository</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 20:35:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Syed Balkhi Acquires Google Analytics by Yoast, Renames to MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2622:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/GoogleAnalyticsMonsterInsightsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-53645\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/GoogleAnalyticsMonsterInsightsFeaturedImage.png?resize=836%2C263\" alt=\"Google Analytics Monster Insights Featured Image\" /></a>Users who are updating <a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\">Google Analytics for WordPress by Yoast</a> are discovering a new menu item with a green monster icon in their WordPress backend. That’s because Syed Balkhi, founder of WPBeginner.com, <a href=\"https://www.monsterinsights.com/welcome-to-monsterinsights/\">has acquired it</a> for an undisclosed amount and has renamed it to <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a>.</p>\n<p>Joost de Valk, founder of Yoast.com, <a href=\"https://yoast.com/new-home-google-analytics-plugins/\">says</a> the company is focusing on its core offerings surrounding SEO and that the plugin no longer fits into its roadmap.</p>\n<blockquote><p>One of the ‘problems’ of a quickly growing business is that you have to choose what to focus on. We’ve made that choice: we’ll focus on building best in class SEO products, from plugins to reviews, eBooks and training programs.</p></blockquote>\n<p>Apart from the changes to its name and the new menu icon, the plugin remains the same and should function normally for existing users. <a href=\"https://www.monsterinsights.com/welcome-to-monsterinsights/\">According to Balkhi</a>, additional features are on the way.</p>\n<blockquote><p>Over the next 8 months, we will be adding some amazing new features that I know you will love. Since it’s a plugin that we will be using across our suite of products and websites, you can expect it to be the best.</p></blockquote>\n<p>Since Google Analytics for WordPress was the first major plugin created by de Valk, handing it over to a new owner is bittersweet.</p>\n<blockquote><p>While I’m very happy about the decision to give this plugin a new home, I’m also feeling nostalgic. It’s been ‘with me’ for a very long time, but I trust Syed and team will take it to even greater heights.</p></blockquote>\n<p>The acquisition seems like a perfect complement to Balkhi’s other products like <a href=\"http://www.optinmonster.com/\">OptinMonster</a> and <a href=\"http://www.wpforms.com/\">WPForms</a> where analytical data helps make crucial decisions. Let us know what you think of the acquisition in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 15:53:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WPWeekly Episode 230 – Interview With Mike Schroder WordPress 4.5 Release Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53638&preview_id=53638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/wpweekly-episode-230-interview-with-mike-schroder-wordpress-4-5-release-lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2324:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://getsource.net/\">Mike Schroder</a> who led the <a href=\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\">WordPress 4.5 release cycle</a>. Schroder tells us what it’s like to release software to millions of websites across the world. We learn about the checklists and processes he went through on launch day.</p>\n<p>We discuss the emotional and physical toll on release leads and Schroder tells us if he’s going to take a break from contributing to WordPress. Last but not least are Marcus’ plugin picks of the week. If you’ve ever wanted to know what it’s like to lead a WordPress release cycle, this is the episode for you.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/gravity-pre-submission-confirmation/\">Gravity Pre-submission Confirmation</a> provides an easy way to add a pre-submission confirmation page to forms created with GravityForms. This enables users to preview data before it’s submitted.</p>\n<p><a href=\"https://wordpress.org/plugins/widget-labels/\">Widget Labels</a> is a simple plugin that lets you control what label is displayed next to each Widget on the Widgets administration screen.</p>\n<p><a href=\"https://wordpress.org/plugins/add-custom-page-template/\">Add-custom-page-template</a> lets you add template files and view a listing for all custom template files in a theme with linked pages via the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 20th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #230:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 13:50:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: Let’s Encrypt Is Now Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/lets-encrypt-is-now-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3343:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/lets-encrypt.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/lets-encrypt.png?resize=650%2C333\" alt=\"lets-encrypt\" class=\"aligncenter size-full wp-image-41915\" /></a></p>\n<p>Let’s Encrypt <a href=\"https://letsencrypt.org/2016/04/12/leaving-beta-new-sponsors.html\" target=\"_blank\">announced</a> that the project is exiting beta this week. The initiative, which aims to encrypt 100% of the web by making trusted certificates available to everyone at no cost, launched its beta seven months ago.</p>\n<blockquote><p>Since our beta began in September 2015 we’ve issued more than 1.7 million certificates for more than 3.8 million websites. We’ve gained tremendous operational experience and confidence in our systems. The beta label is simply not necessary any more.\n</p></blockquote>\n<p>According to Let’s Encrypt sponsor <a href=\"https://blog.mozilla.org/blog/2016/04/12/mozilla-supported-lets-encrypt-goes-out-of-beta/\" target=\"_blank\">Mozilla</a>, more than 90% of the certificates are protecting websites that never had encryption before. Automattic is one of the early sponsors of the initiative and has partnered with Let’s Encrypt to <a href=\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\" target=\"_blank\">add full SSL support for all sites hosted on WordPress.com</a>. With the success of the beta period, Let’s Encrypt continues to renew and add sponsors to its roster, including Cisco, Akamai, Gemalto, HP Enterprise, Fastly, and other organizations.</p>\n<p>“A mix of people and organizations use Let’s Encrypt,” Mozilla representatives told TechCrunch. “Many individuals and smaller entities use it, but quite a few larger organizations such as WordPress.com, OVH, Akamai and Dreamhost use it as well. It’s especially nice to see services like Dreamhost and Automattic opting to secure all their customers at once, which is something that Let’s Encrypt really enables.”</p>\n<h3>How to Set Up a Let’s Encrypt Certificate for Self-Hosted WordPress</h3>\n<p>If you want to install a free Let’s Encrypt certificate for your self-hosted WordPress site, <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-add-free-ssl-in-wordpress-with-lets-encrypt/\" target=\"_blank\">WPBeginner has a tutorial</a> with instructions for commonly used hosts, including SiteGround, DreamHost, and Bluehost. It also includes tips on updating WordPress URLs after setting up SSL and updating Google Analytics.</p>\n<p>If your host doesn’t have a fancy UI for setting up Let’s Encrypt, Brad Touesnard wrote a <a href=\"https://deliciousbrains.com/http2-https-lets-encrypt-wordpress/\" target=\"_blank\">tutorial</a> for manually requesting a certificate via Let’s Encrypt’s command line client and setting up automatic renewals. Touesnard also encouraged readers to support the development of the <a href=\"https://github.com/tollmanz/lets-encrypt-wp\" target=\"_blank\">Let’s Encrypt Plugin for WordPress</a>, a project that Zack Tollman and John Blackbourn are working on to make it a less painful process for users. We’ll be following the plugin’s progress as it develops.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 23:46:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Edit Flow Lives, New Update Fixes Bugs and Improves Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/edit-flow-lives-new-update-fixes-bugs-and-improves-performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2652:\"<p>Twenty-four hours ago, the <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow\">future of Edit Flow was unclear</a> due to a lack of communication from the project’s maintainer, Automattic. Today however, the company pushed <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> 0.8.1 to the WordPress plugin directory which is the same version that’s <a href=\"https://github.com/Automattic/Edit-Flow\">on GitHub</a>. According to the plugin’s <a href=\"https://wordpress.org/plugins/edit-flow/changelog/\">changelog</a>, 0.8.1 includes the following:</p>\n<ul>\n<li>New German localization</li>\n<li>New Spanish localization</li>\n<li>Performance improvements for the calendar, custom statuses, and editorial metadata</li>\n<li>Bug fix: Show “(no title)” on the calendar when a post doesn’t have a title</li>\n<li>Bug fix: Persist the future date position of a post on the calendar when a post is updated</li>\n</ul>\n<p>So why the sudden surge in activity? Philip John, VIP Wrangler for Automattic, stopped by and <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comment-164215\">provided the following statement</a> to the Tavern.</p>\n<blockquote><p>Folks, we’re sorry that it looks as though we’ve abandoned Edit Flow. We certainly haven’t, and we should have at least updated the tested tag for the plugin as you rightly point out.</p>\n<p>We’ve done that today, as well as make sure GitHub and WordPress.org are in sync.</p>\n<p>Internally I’m working on an effort to make Automattic better at maintaining our own plugins. We want to avoid this situation as much as we can, and I promise we’re trying.</p>\n<p>Thank you for calling us out on this. Let’s see what we can all do about getting some attention for Edit Flow.</p></blockquote>\n<p>This is welcome news to anyone who depends on the editorial workflow options provided by the plugin. While Edit Flow is a WordPress.com VIP project, the team is open to contributions from the community.</p>\n<p>“We need to give folks a better structure for contributing and build confidence that their contributions will go somewhere,” Paul Maiorana, VP at Automattic who helps run WordPress.com VIP said.</p>\n<p>Now that the team is rectifying the situation, <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comments\">those who showed interest</a> in continuing its development are highly encouraged to submit pull requests or open new issues on the <a href=\"https://github.com/Automattic/Edit-Flow\">project’s GitHub page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 21:11:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress.com Adds Sharing Buttons for WhatsApp, Telegram, and Skype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wordpress-com-adds-sharing-buttons-for-whatsapp-telegram-and-skype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4431:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/messaging-buttons.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/messaging-buttons.png?resize=1025%2C452\" alt=\"messaging-buttons\" class=\"aligncenter size-full wp-image-53595\" /></a></p>\n<p>WordPress.com is finally adding sharing buttons for some of the world’s most widely used messaging apps. Users can now <a href=\"https://en.blog.wordpress.com/2016/04/13/new-on-wordpress-com-sharing-buttons-for-whatsapp-telegram-and-skype/\" target=\"_blank\">add WhatsApp, Telegram, and Skype to the lineup</a> by editing the sharing buttons for their sites.</p>\n<p>Private groups and messaging are rapidly overtaking social networking. This was the driving factor behind Facebook’s purchase of WhatsApp in 2014 for $19 billion, an acquisition that lodged the company even deeper into its users’ pocket communications. The app now has <a href=\"http://www.theverge.com/2016/2/1/10889534/whats-app-1-billion-users-facebook-mark-zuckerberg\" target=\"_blank\">more than a billion users</a>, which you would be foolish to ignore when presenting options for sharing your posts.</p>\n<p>As of February 2016, Telegram <a href=\"http://techcrunch.com/2016/02/23/encrypted-messaging-app-telegram-hits-100m-monthly-active-users-350k-new-users-each-day/\" target=\"_blank\">reported 100 million monthly active users</a>, with 350,000 new users signing up every day. The app delivers 15 billion messages daily. Skype has an estimated 300 million users.</p>\n<p>These “Dark Social” streams of traffic, which cannot be tracked by traditional analytics, are now dominating social sharing. This includes sources like emails, instant messages, and forum posts. According to a <a href=\"http://info.radiumone.com/rs/radiumone/images/RadiumOne_DarkSocial.pdf?mkt_tok=3RkMMJWWfF9wsRokvK%2FMZKXonjHpfsX96ugvUaOwlMI%2F0ER3fOvrPUfGjI4DTMBiI%2BSLDwEYGJlv6SgFSLDCMbhs07gFWhI%3D\" target=\"_blank\">research poll of 9,000+ consumers conducted by RadiumOne</a>, dark social sharing accounts for 69% of all sharing worldwide. That percentage is even higher in Europe and Australia.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/dark-social-sharing.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/dark-social-sharing.png?resize=1025%2C524\" alt=\"credit: RadiumOne\" class=\"size-full wp-image-53608\" /></a>credit: <a href=\"http://info.radiumone.com/rs/radiumone/images/RadiumOne_DarkSocial.pdf?mkt_tok=3RkMMJWWfF9wsRokvK%2FMZKXonjHpfsX96ugvUaOwlMI%2F0ER3fOvrPUfGjI4DTMBiI%2BSLDwEYGJlv6SgFSLDCMbhs07gFWhI%3D\" target=\"_blank\">RadiumOne</a>\n<p>The survey also found that 32% of people who share content online will only share via dark social channels. This type of direct sharing to friends, family, and colleagues often carries more weight than tweets or Facebook posts broadcasted to the masses.</p>\n<p>Most messaging apps are not limited to one-to-one sharing; users often share to large groups curated for a specific purpose or interest, such as poker buddies, mom friends, extended family, or work friends. The ability for users to easily share blog posts or even e-commerce products to dark social channels is crucial for exposure to these networks that are not diluted by algorithms and advertising.</p>\n<p>With user bases in the hundreds of millions to billions, messaging applications are channels that publishers can no longer afford to ignore. Hopefully the team at Automattic will prioritize making these buttons available to Jetpack users on self-hosted sites in the near future. Until then, you can add <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp</a> and <a href=\"http://wptavern.com/add-telegram-to-jetpack-sharing-buttons\" target=\"_blank\">Telegram</a> sharing buttons to Jetpack using a couple of existing plugins created by Brazilian WordPress developer Valerio Souza.</p>\n<p>If everyone were to agree on <a href=\"http://www.wired.com/2015/08/time-to-ditch-texting/\" target=\"_blank\">a universal messaging app</a> we could reduce the number of sharing buttons that clutter the ends of posts. Since that is unlikely to happen anytime soon, now might be a good time to find out what apps your readers are using so you can reevaluate your lineup of sharing buttons for additions and/or removals.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 20:37:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Mendel Kurland Interviews Konstantin Obenland at WordCamp London, 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/mendel-kurland-interviews-konstantin-obenland-at-wordcamp-london-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"<p><a href=\"https://mendel.me/\">Mendel Kurland, </a>GoDaddy’s evangelist who participates in a number of open source communities published a great interview with Automattic employee, <a title=\"http://konstantin.obenland.it\" href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>.</p>\n<p>In the interview, Obenland describes how he got involved with WordPress, what motivated him to learn PHP, and what it’s like living the dream. The video is 14 minutes in length and while it contains background noise from the crowd, it doesn’t detract from the interview.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 18:40:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Dangerous Driving\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2016/04/dangerous-driving/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"<blockquote><p>If U.S. roads were a war zone, they would be the most dangerous battlefield the American military has ever encountered. Seriously: Annual U.S. highway fatalities outnumber the yearly war dead during each Vietnam, Korea, Iraq, Afghanistan, the War of 1812, and the American Revolution. When all of the injuries from car wrecks are also taken into account, one year of American driving is more dangerous than all those wars put together.</p></blockquote>\n<p>From <a href=\"http://www.theatlantic.com/business/archive/2016/04/absurd-primacy-of-the-car-in-american-life/476346/\">The Absurd Primacy of the Automobile in American Life in The Atlantic</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 15:58:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: A Day of REST is Coming to Boston on October 28, 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/a-day-of-rest-is-coming-to-boston-on-october-28-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2916:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/a-day-of-rest-boston.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/a-day-of-rest-boston.png?resize=1025%2C473\" alt=\"a-day-of-rest-boston\" class=\"aligncenter size-full wp-image-53577\" /></a></p>\n<p>The “A Day of REST” conference, an event devoted to the WordPress REST API, is expanding to the US. The <a href=\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\" target=\"_blank\">first edition</a>, held in London in January, was a success, with the majority of participants indicating they would attend again. Last month, <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> announced that the organization team is planning an expanded <a href=\"http://wptavern.com/a-week-of-rest-wordpress-rest-api-developer-bootcamp-coming-to-the-uk-late-2016\" target=\"_blank\">“Week of REST” developer bootcamp</a> to be held in London later in 2016.</p>\n<p>Today the team <a href=\"https://hmn.md/2016/04/12/announcing-a-day-of-rest-boston-workshops/\" target=\"_blank\">announced</a> its third planned event for this year – A Day of REST in Boston, MA, on October 28. Human Made will be hosting the event in partnership with <a href=\"https://poststatus.com/\" target=\"_blank\">Post Status</a> and the team at <a href=\"https://bocoup.com/\" target=\"_blank\">Bocoup</a>. This edition of the conference will include workshops on the 27th and the 29th to educate attendees on how to use some of the most popular frontend technologies for building applications with the WP REST API.</p>\n<p>Human Made representative Petya Raykovska said that Bocoup being located in Boston was one of the main reasons for hosting the event there, since they wanted to partner together for the workshops. Prospective attendees were also eager for a US-based event where they could go in-depth with the WP REST API.</p>\n<p>“We never planned to do the event only in Europe,” Raykovska said. “We had a lot of people asking for live streaming or if we’re planning to organize an event in the US while we were planning A Day of REST London. It was always the plan to pilot the idea in the UK and then bring it to the US and other places.”</p>\n<p>Organizers are planning for 300+ attendees in Boston. In addition to a lineup of speakers that includes WP REST API team members and experts, the event will put out a call for papers to give developers who are using the API an opportunity to share their work and tips.</p>\n<p>If you want to attend one of the frontend workshops, make sure to fill out the event’s <a href=\"https://docs.google.com/forms/d/1b8RlgPxD7JaeKVgNErsbxS7vCe_9LMQLAvVaekHiFlY/viewform?c=0&w=1\" target=\"_blank\">survey</a> to indicate the topics you’re interested in. Tickets will go on sale in the next few weeks.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 00:55:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: Hey Automattic, What’s Going on With Edit Flow?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4281:\"<p><a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> is an editorial workflow plugin for WordPress created in 2009 that is actively installed on more than 10K sites. Although the author listing on the plugin’s page shows Mohammad Jangda, Daniel Bachhuber, and Scott Bressler as authors, it’s currently maintained by Automattic.</p>\n<p>Bachhuber <a href=\"https://danielbachhuber.com/2013/05/08/end-of-one-era-on-to-the-next/\">announced in 2013</a> that Automattic claimed ownership of all the plugins he worked on during his employment, including Edit Flow. The WordPress.com VIP team took over development and in some cases, <a href=\"https://vip.wordpress.com/2013/08/07/atlantic-medias-quartz/\">uses it on client sites</a>.</p>\n<p>If you visit the plugin’s page today, you’ll see the following notice:</p>\n<blockquote><p><span class=\"plugin-notice-banner-msg\">This plugin <strong>hasn’t been updated in over 2 years</strong>. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.</span></p></blockquote>\n<p>According to the <a href=\"https://wordpress.org/plugins/edit-flow/changelog/\">changelog</a> and the <a href=\"http://editflow.org/2014/01/07/v0-8-dashboard-notepad-calendar-improvements-and-more/\">Edit Flow news blog</a>, the plugin hasn’t been updated since January 2014, when 0.8 was released. For more than a year, concerned users have created threads in the support forum questioning if the project has been abandoned.</p>\n<ul>\n<li><a href=\"https://wordpress.org/support/topic/assume-that-edit-flow-has-been-abandoned\">Assume that Edit Flow has been abandoned</a></li>\n<li><a href=\"https://wordpress.org/support/topic/abandoned-23\">Abandoned?</a></li>\n<li><a href=\"https://wordpress.org/support/topic/has-edit-flow-been-discontinued\">Has Edit Flow been discontinued?</a></li>\n</ul>\n<p>A user who goes by the name drtarnaizoltan who has used Edit Flow for more than two years even <a href=\"https://wordpress.org/support/topic/fundraising-for-continuation\">suggested</a> a crowdfunding campaign to continue development.</p>\n<blockquote><p>We have an online magazine, and started to use this plugin almost 2 years ago. We don’t want to switch another, cause everyone in the editorial likes this one. I think we are not alone in this situation. I suggest to make a fundraising for continuation the develop of this plugin. We are able make a kickstarter page or something like that to reach our goal. What is your opinion about?</p></blockquote>\n<p>The most <a href=\"https://github.com/automattic/Edit-Flow\">recent commit</a> to the project’s GitHub page is from Bachhuber six months ago. All of the communication channels used by Edit Flow developers to inform users are dormant. It’s ironic that a company that <a href=\"http://www.businessinsider.com/automattic-no-email-no-office-workers-2013-11\">relies on so many tools to communicate internally</a> has <a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">failed to communicate</a> with users of its plugin. This is a classic example where a little communication about the project’s status would go a long way.</p>\n<p>Edit Flow is an important plugin that we use on the Tavern and as a user, I understand the frustration of not knowing what’s going on. The lack of updates, and inability to fix a critical bug <a href=\"https://github.com/Automattic/Edit-Flow/issues/267\">I reported a year ago</a> that conflicts with WordPress mobile apps is forcing us to consider alternatives.</p>\n<p>I reached out to Automattic to find out whether or not Edit Flow is still an active project. Mark Armstrong, who represents Automattic provided the Tavern with the following statement:</p>\n<blockquote><p>Edit Flow is a plugin we maintain, and a number of WordPress.com VIP clients use it. We have no other updates in the works at this time.</p></blockquote>\n<p>While his statement verifies that it’s an active project, all signs point to it being an abandoned plugin for those not part of the WordPress.com VIP program.</p>\n<p>Have you ditched Edit Flow? Let us know what alternatives you’ve discovered and or use.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 20:26:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Post Status: WordPress 4.5, “Coleman”, released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=23379\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/wordpress-4-5-coleman-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p>WordPress 4.5, “Coleman”, <a href=\"https://wordpress.org/news/2016/04/coleman\">has just been released</a>. It’s named, as always, after a famous jazz musician, and this release is named after <a href=\"https://en.wikipedia.org/wiki/Coleman_Hawkins\">Coleman Hawkins</a>, a saxophonist.</p>\n<p>The Release Lead for WordPress 4.5 was <a href=\"https://getsource.net/\">Mike Schroder</a>, the Deputy Release Lead was <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, and the Release Design lead was <a href=\"https://choycedesign.com/\">Mel Choyce</a>, with 277 total contributors.</p>\n<p>Here’s a video overview of WordPress 4.5:</p>\n<p><br />\n</p>\n<p>You can view all <a href=\"https://trac.wordpress.org/query?status=closed&milestone=4.5\">closed tickets for WordPress 4.5</a>, and view an evolving overview of changes on the <a href=\"https://codex.wordpress.org/Version_4.5\">4.5 Codex page</a> as well. I thought I would also highlight some of the most notable features (in my view) as well.</p>\n<h3>Custom logo</h3>\n<p><img class=\"aligncenter size-large wp-image-23381\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/04/logo-core-752x270.png\" alt=\"logo-core\" width=\"752\" height=\"270\" /></p>\n<p>The site icon feature was released in WordPress 4.3, and for some folks, the introduction of a custom logo component was confusing. However, eventually, the user experience issues were ironed out and WordPress 4.5 boasts the ability to add logos with core support, and themes <a href=\"https://make.wordpress.org/core/2016/03/10/custom-logo/\">can support the feature</a> with <code>add_theme_support( \'custom-logo\' )</code>.</p>\n<p>Custom logo support is a nice addition that was pretty well tested in Jetpack already. There were way too many custom implementations of this out in the wild before, and now changing themes and keeping your logo will be much more straightforward.</p>\n<h3>Editing shortcuts</h3>\n<div class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"https://cdn.poststatus.com/wp-content/uploads/2016/04/wordpress-4-5-text-patterns.mp4\">https://poststatus.com/wp-content/uploads/2016/04/wordpress-4-5-text-patterns.mp4</a></div>\n<p> </p>\n<p>Editing shortcuts is my personal favorite change in WordPress 4.5 because it adds the ability to use inline text patterns for quickly writing lists, horizontal rules, and code. These are some of the most annoying TinyMCE buttons to use or HTML markdown bits to write, so this is definitely be a nice enhancement to the WordPress editor.</p>\n<p>The editing shortcuts from this release and the past few releases are some of my favorite updates for everyday WordPress writers.</p>\n<h3>Inline link editor</h3>\n<p><img class=\"aligncenter size-full wp-image-23383\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-12-at-2.11.43-PM.png\" alt=\"Screen Shot 2016-04-12 at 2.11.43 PM\" width=\"700\" height=\"200\" /></p>\n<p>The inline link editor is the second of <a href=\"https://make.wordpress.org/core/2016/03/28/the-editor-in-wordpress-4-5/\">two significant editor changes</a> in WordPress 4.5, to utilize a tooltip-style overlay for adding links, versus a modal dialogue.</p>\n<p>It’s a relatively minor UX change, and I personally prefer just highlighting the text to add a link to and using a keyboard paste command, but for folks using the traditional link button, this offers a less obtrusive experience.</p>\n<h3></h3>\n<h3>Selective Refresh</h3>\n<p>The <a href=\"https://wordpress.org/plugins/customize-partial-refresh/\">selective refresh feature plugin</a> for the customizer aimed to create a better customizer experience. <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">Weston Ruter summarized the feature on Make Core</a>, and describes its functionality in depth. He also hints at what it makes possible.</p>\n<p>Currently, <code>postMessage</code> enables live changes, but saving those changes requires a full page reload. <code>postMessage</code> doesn’t do any server side communication. Selective refresh enables server side communication (aka allows for actual saving of changes) and the ability to view changes without a full page reload.</p>\n<p>The code that is now a framework for selective refreshing started with the move of nav menus and widgets to the customizer:</p>\n<blockquote><p>With the shipped example of selective refresh of nav menus in the Customizer, and an initial implementation of selective refresh for widgets, work progressed to generalize a selective framework that would support the complicated examples of nav menus and widgets, but also to support simpler use cases such as letting the server render the updated site title so that <code>wptexturize</code> and other filters can apply. The generalized framework has been implemented in the <a href=\"https://wordpress.org/plugins/customize-partial-refresh/\">Customize Partial Refresh</a> feature plugin, which also re-implements selective refresh of nav menus and introduces selective refresh of sidebars and widgets.</p></blockquote>\n<p>However, Weston buried the lede for what makes Selective Refresh awesome.</p>\n<p>As he notes toward the end of the post on Make WordPress Core, the selective refresh component doesn’t just allow for site changes within the customizer, but for customizer controls to be called from the site.</p>\n<p>It’s worth describing what partials are in this context, for those (like me) that aren’t into the nitty gritty of the customizer:</p>\n<blockquote><p>This plugin introduces a selective refresh framework which centers around the concept of the <strong>partial</strong>. A partial is conceptually very similar to a Customizer control. Both controls and partials are associated with one or more settings. Whereas a control appears in the pane, the partial lives in the preview. The fields in a control update automatically to reflect the values of its associated settings, and a partial refreshes in the preview when one of its settings is changed.</p></blockquote>\n<p>And…</p>\n<blockquote><p>In addition to a partial being associated with one or more settings, a partial is also registered with a jQuery selector which identifies the partial’s locations or “<strong>placements</strong>” on the page, where the rendered content appears.</p></blockquote>\n<p>With selective refresh, an interface could be created within placements themselves to give focus on the associated control; but the whole customizer isn’t required, and just the control that’s needed can pop out. As Weston put it, “That is to say, selective refresh makes the Customizer a much better framework for implementing <strong>frontend editing</strong>.”</p>\n<p>And that, in addition to selective refresh itself, is awesome.</p>\n<h3>Better image compression</h3>\n<p>By default, WordPress has always compressed images upon upload. By making a <a href=\"https://make.wordpress.org/core/2016/02/22/proposal-increase-the-default-image-compression-in-wordpress/\">small change in the compression percentage</a>, from 90% to 82%, WordPress can enable, “reduced image sizes by an average of ~25%.”</p>\n<p>Additionally, unnecessary meta data in photos is removed automatically by WordPress, while still maintaining the meta data <a href=\"https://photowebo.com/wordpress-4-5-image-compression-metadata/\">photographers actually use</a>. So all in all, images in WordPress can be cut in size by half without losing detail, and that’s amazing.</p>\n<h3>Log in by email</h3>\n<p>This has long been a desire for WordPress installs, and there have been plugins to help accomplish it, but now it’s in core as it should be.</p>\n<p>Quite simply, users can now log in via their username, or their active email address. Thank goodness — this is a nice UX enhancement.</p>\n<h3>Of course there are more</h3>\n<p>These are the features I wanted to note, but there are many others, as always, that took a lot of effort and greatly improve WordPress core. Others to consider are responsive customizer views; core library updates for Backbone, jQuery, and others; and oEmbed template management (which is <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">really slickly done</a>).</p>\n<p>For more information, be sure to see the developer <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">field guide</a> for WordPress 4.5, as well as a <a href=\"https://make.wordpress.org/support/2016/04/4-5-omg-wtf-post/\">4.5 support guide</a>, and the <a href=\"https://wordpress.org/news/2016/04/coleman\">official release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:27:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: WordPress 4.5 “Coleman” Released, Introduces Custom Logos, Responsive Previews, Improved Editing Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7256:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/coleman-hawkins.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/coleman-hawkins.jpg?resize=1025%2C550\" alt=\"photo credit: BBC Radio\" class=\"size-full wp-image-53560\" /></a>photo credit: <a href=\"http://www.bbc.co.uk/programmes/b01rl2hx\" target=\"_blank\">BBC Radio</a>\n<p><a href=\"https://wordpress.org/news/2016/04/coleman/\" target=\"_blank\">WordPress 4.5</a> was released today, named in honor of <a href=\"https://en.wikipedia.org/wiki/Coleman_Hawkins\" target=\"_blank\">Coleman Hawkins</a>, an American jazz tenor saxophonist. Hawkins was one of the first musicians to establish the tenor saxophone as a jazz horn. Compared to other major releases, this one is short on show-stopping features but keeps WordPress on the path of steady, incremental improvements.</p>\n<p>Most of the updates for users focus on making WordPress content easier to format, edit, and customize. Here are a few of the highlights.</p>\n<h3>Custom Logos: Native Support for a Theme Logo</h3>\n<p>WordPress 4.5 introduces <a href=\"http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\" target=\"_blank\">native support for a theme logo</a> with code borrowed from Jetpack’s implementation. When a theme declares support for a custom logo, an upload form is added under the Site Identity panel of the customizer.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png?resize=1025%2C748\" alt=\"Image credit: Ryan Boren\" class=\"size-full wp-image-51779\" /></a>Image credit: <a href=\"https://make.wordpress.org/flow/2016/02/19/customize-site-logo-and-icon-33755-5-diff-iphone-6/\">Ryan Boren</a>\n<p>This feature is a big win for theme developers, as they now have a standard way of including support for a logo. When they opt to follow core’s implementation, users will always know where to find the logo upload.</p>\n<p>“Given the hundreds of themes with their own implementation, it makes sense that core would standardize this,” said WordPress Theme Review Team admin Justin Tadlock. “The concept has been well tested for years in themes (and Jetpack). It’s a natural progression that core would get it, just like core standardized post classes, body classes, featured images, and other features that started out in the theme space. There’s an obvious need for it.”</p>\n<h3>Customizer Improvements: Live Responsive Previews and Selective Refresh</h3>\n<p><a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\" target=\"_blank\">Selective refresh</a> is one of the under-the-hood updates to the customizer that makes a big difference for users. It makes previews more instant, instead of reloading the entire preview for each setting change. This is a much needed improvement that gives the customizer the true live preview experience that it was previously lacking.</p>\n<div class=\"embed-wrap\"></div>\n<p>“Selective refresh is a hybrid preview mechanism that has the performance benefit of not having to refresh the entire preview window,” Customizer component maintainer Weston Ruter said. “This was previously available with JS-applied postMessage previews, but selective refresh also improves the accuracy of the previewed change while reducing the amount of code you have to write; it also makes it possible to do performant previews that would previously been practically impossible.”</p>\n<p>After updating your site to 4.5, you can see a live example of selective refresh when editing menus. All core themes and core widgets now support selective refresh and users should see major performance improvements.</p>\n<p>This release also makes it easier for users to customize their sites with mobile devices in mind. It adds buttons to the customizer controls footer that enable desktop, tablet, and phone-sized device previews. Instead of having to test the site on different devices, users can see a live preview of how the design will respond while making changes.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif?resize=1025%2C537\" alt=\"customize-device-preview\" class=\"aligncenter size-full wp-image-51464\" /></a></p>\n<h3>Improvements to Formatting and Editing Content</h3>\n<p>WordPress 4.5 adds <a href=\"http://wptavern.com/wordpress-4-5-adds-inline-editing-to-the-links-modal\" target=\"_blank\">a more intuitive interface for editing inline links</a> in the visual editor. The interface detects if a user is entering a URL or attempting to search for one. The updated search uses jQuery UI Autocomplete to populate existing content as the user is typing.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/links-modal.gif\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/links-modal.gif?resize=838%2C496\" alt=\"links-modal\" class=\"aligncenter size-full wp-image-52178\" /></a></p>\n<p>This release also adds more formatting shortcuts to the existing ones for lists and headings. You can now use shortcuts for horizontal lines and code tags.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/formatting-shortcuts.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/formatting-shortcuts.png?resize=1000%2C600\" alt=\"formatting-shortcuts\" class=\"aligncenter size-full wp-image-53494\" /></a></p>\n<p>Developers who utilize the REST API infrastructure will want to take note of <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\" target=\"_blank\">a breaking change in this release</a> that could potentially cause issues with plugins that depend on the API. The changes break backwards compatibility for the sake of fixing a bug regarding slashed data.</p>\n<p>Other noteworthy updates include:</p>\n<ul>\n<li><a href=\"http://wptavern.com/wordpress-4-5-improves-comment-moderation-screens\" target=\"_blank\">Improvements to comment moderation screen</a> with visual enhancements and a maximum length for comment form fields </li>\n<li>Performance enhancements for images: Increased compression makes images <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\" target=\"_blank\">load up to 50% faster</a> with no noticeable quality loss</li>\n<li>Enhanced script loader: Better support for script header/footer dependencies, new <a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\" target=\"_blank\">wp_add_inline_script()</a> enables adding extra code to registered scripts</li>\n<li>Better embed templates: these are now split into parts and can be customized by themes using the template hierarchy</li>\n</ul>\n<p>The 4.5 release was led by Mike Schroder and deputies Mel Choyce and Adam Silverstein. Schroder coordinated the efforts of 286 volunteers who contributed to WordPress 4.5. Check out the video for a quick overview of the highlights of this release:</p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:16:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: JSON API Now Available for WordPress Wapuu Archive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/json-api-now-available-for-wordpress-wapuu-archive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3646:\"<p>Yesterday, prolific WordPress plugin developer <a href=\"https://twitter.com/miya0001\" target=\"_blank\">Takayuki Miyauchi</a> launched a <a href=\"https://github.com/jawordpressorg/wapuu-api\" target=\"_blank\">JSON API for the Wapuu archive</a> via GitHub Pages. The new API allows developers to easily build applications that fetch the wapuus with their images and details:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">\n[\n {\n \"name\": \"original-wapuupng\",\n \"wapuu\": {\n \"name\": \"Wapuu\",\n \"url\": \"https://ja.wordpress.org/\",\n \"repository\": \"https://github.com/jawordpressorg/wapuu\",\n \"src\": \"https://jawordpressorg.github.io/wapuu/wapuu-archive/original-wapuu.png\",\n \"mime_type\": \"image/png\"\n },\n \"author\": {\n \"name\": \"Kazuko Kaneuchi\",\n \"url\": \"https://twitter.com/mutsuking\"\n },\n \"description\": \"Original Wapuu\"\n },\n ...\n</pre>\n<p>Miyauchi said he is looking forward to seeing applications, well-designed galleries, and games that the community will build with it. The <a href=\"http://jawordpressorg.github.io/wapuu/\" target=\"_blank\">official Wapuu archive</a> is already using the new Wapuu API.</p>\n<p>Miyauchi also built a <a href=\"http://spacewapuu.com/\" target=\"_blank\">space Wapuu gallery</a> with it based on <a href=\"http://threejs.org/\" target=\"_blank\">THREE.js</a>, a library that makes WebGL (3D in the browser) easy to use. The gallery works well in <a href=\"https://www.google.com/get/cardboard/\" target=\"_blank\">Google Cardboard</a> to deliver a fun VR-type experience of the flying wapuus.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/space-wapuu.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/space-wapuu.gif?resize=1025%2C479\" alt=\"space-wapuu\" class=\"aligncenter size-full wp-image-53535\" /></a></p>\n<p>Miyauchi is part of the <a href=\"http://wptavern.com/community-translation-and-wapuu-how-japan-is-shaping-wordpress-history\" target=\"_blank\">vibrant WordPress community in Japan</a>, has three dozen <a href=\"https://profiles.wordpress.org/miyauchi/#content-plugins\" target=\"_blank\">plugins</a> to his credit on WordPress.org, and enjoys building projects with the WordPress REST API. He said that the REST API hasn’t yet caught on in Japan, but he has been working on tools to make it easier for developers to create applications. Miyauchi built a WP API client for <a href=\"https://angularjs.org/\" target=\"_blank\">AngularJS</a> and is also creating an <a href=\"https://github.com/miya0001/ionic-starter-wordpress\" target=\"_blank\">Ionic starter template</a> for WordPress + the WP API version 2.</p>\n<p>After learning about how much work it is to maintain the official Wapuu archive page, Miyauchi was inspired to use his skills to create a JSON API for cataloguing the 80+ wapuus from around the world.</p>\n<p>“If we can update the wapuu’s data via a CSV file, maintaining the archive is much easier,” he said. “The API is converted from <a href=\"https://github.com/jawordpressorg/wapuu-api/blob/master/wapuu.csv\" target=\"_blank\">a CSV of wapuus</a>.”</p>\n<p>Miyauchi worked with <a href=\"https://twitter.com/tekapo\" target=\"_blank\">Taisuke Jotaki</a>, maintainer of the archive, and <a href=\"https://twitter.com/shinichin\" target=\"_blank\">Shinichi Nishikawa</a> to create the Wapuu API. If you want to add your wapuu to the archive, you can fork the <a href=\"https://github.com/jawordpressorg/wapuu-api\" target=\"_blank\">Wapuu API repository</a>, add your wapuu information to the CSV, and send a pull request to the team.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 17:18:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Post Status: A Day of REST is going to Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=22279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://poststatus.com/day-of-rest-boston/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3963:\"<p>I’m happy to announce that Post Status is teaming up with Human Made to put on <a href=\"https://adayofrest.hm/boston-2016/\">A Day of REST Boston</a>, following the <a href=\"https://poststatus.com/a-day-of-rest-review/\">successful event in London in January</a>. This iteration of A Day of REST will include both a day long conference and workshops catered to developers interested in using the WordPress REST API.</p>\n<p>Like in London, A Day of REST Boston will have speakers from the team that is actually building the API and using it in production environments. The main event will take place <strong>October 28th, 2016</strong> at Calderwood Pavilion. Workshops will be October 27th and October 29th.</p>\n<p><strong>Organizers:</strong> A Day of REST Boston is put together by experienced industry event organizers from <a href=\"https://hmn.md/\">Human Made</a> who have organized events like WordCamp London 2013 and 2015, WordCamp Europe 2013, 2014, 2015, 2016, and A Day of REST London. The primary folks from the Human Made team are Siobhan McKeown, Petya Raykovska, and Zoe Beardmore. And Post Status will be co-organizing!</p>\n<p><strong>Speakers:</strong> Like in London, members of the WordPress REST API team itself will be speaking and participating in the event. Also, industry experts and developers who are actually using the REST API in production will be there. We’ll have a call for speakers available soon as well, as we’re seeking new and exciting examples of the REST API out in the wild, and the stories of the folks that made it happen.</p>\n<h3>Workshops</h3>\n<p>One of the things I’m most excited about for the Boston-based version of this event is that there will be <em>two days of workshops</em> in addition to the event, rather than a hack day. It was clear in London that there was demand for more hands-on activities to allow people (new and experienced with the API) to dig deeper.</p>\n<p>Attendees will have the opportunity to attend front end workshops tailored to WordPress developers, covering everything from JavaScript basics to in-depth explorations of specific technologies. A Day of REST is partnering with <a href=\"https://bocoup.com/\">Bocoup</a> (an incredible Boston based agency that loves open source technology), and perhaps a few other folks, to put on outstanding workshops.</p>\n<p>If you’re interested in the event and the workshops, please help us choose the most relevant and valuable workshop topics for you. <a href=\"https://docs.google.com/forms/d/1b8RlgPxD7JaeKVgNErsbxS7vCe_9LMQLAvVaekHiFlY/viewform?c=0&w=1\">Fill out the workshop survey</a> to have your say on what should be included. One workshop day is before the main event, and the other is the day after.</p>\n<p>There will be a special limited batch of Early Bird tickets for the conference, but you have to be <a href=\"https://adayofrest.hm/boston-2016/\">subscribe for A Day of REST Boston email notifications</a>.</p>\n<h3>Post Status involvement</h3>\n<p>At A Day of REST London, I was a general media partner, covering the event and <a href=\"https://poststatus.com/resources/category/events/a-day-of-rest/\">I’m hosting the videos as we release them</a>. This time around, I’m a co-organizer. I’ll be working with sponsors, throwing the after party, and covering the event to a greater degree.</p>\n<p>If you want to sponsor A Day of REST, please <a href=\"https://poststatus.com/contact/\">contact me</a> and check out our <a href=\"https://adayofrest.hm/content/themes/ador-boston-theme/images/ADoRBoston_SponsorPackages.pdf\">sponsorship information package</a>!</p>\n<p>There will also be an opportunity for people to buy a ticket for A Day of REST that includes a <a href=\"https://poststatus.com/club/\">Post Status Club</a> membership! I hope you’ll consider this event and <a href=\"https://adayofrest.hm/boston-2016/\">sign up for updates</a>. It’s going to be a lot of fun.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 14:02:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Giant Wapuu Among the Attendees at WordCamp London 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/giant-wapuu-among-the-attendees-at-wordcamp-london-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2578:\"<p>This past weekend, hundreds of people gathered at <a href=\"https://2016.london.wordcamp.org/\">WordCamp London 2016</a> to learn about WordPress. One of the attendees who made its presence known the day of the event was a giant Wapuu. From left to right is WordPress co-creator Mike Little, Wapuu, and Jenny Wong. Notice how Wapuu has its own name badge!</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/GiantWapuuatWordCampLondon.jpg\"><img class=\"size-full wp-image-53506\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/GiantWapuuatWordCampLondon.jpg?resize=1024%2C683\" alt=\"Giant Wapuu at WordCamp London\" /></a>Giant Wapuu at WordCamp London\n<p>Tim Nash, Platform Lead for <a href=\"https://www.34sp.com/\">34SP</a>, a managed WordPress hosting company and sponsor of the event, says that the company wanted to do something unique to bring smiles to attendee’s faces.</p>\n<p>“It turns out that a Wapuu is not easy to find, but once we told it how awesome an event it was going to be and how much effort the WordCamp London organizing team was putting in, it agreed to make an appearance,” Nash said.</p>\n<p>According to reports on Twitter from attendees, Wapuu is great at giving hugs, posing for selfies, and spreading cheer.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/Wapuu?src=hash\">#Wapuu</a> inside WordCamp London <a href=\"https://twitter.com/hashtag/wcldn?src=hash\">#wcldn</a> <a href=\"https://twitter.com/hashtag/opensource?src=hash\">#opensource</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/cms?src=hash\">#cms</a> <a href=\"https://t.co/9iQLifP4JN\">pic.twitter.com/9iQLifP4JN</a></p>\n<p>— Riccardo Severgnini (@rickysev) <a href=\"https://twitter.com/rickysev/status/718875567169396736\">April 9, 2016</a></p></blockquote>\n<p></p>\n<p>Although it looks like a stuffed animal, it’s actually a suit with someone inside. When asked who the person was inside, Nash replied that it was a secret. So where is Wapuu headed next?</p>\n<p>“Sadly with WordCamp London over, Wapuu has returned to roam the land near Manchester in the North of England until the next time it wants a holiday. Rumor has it, that it might be at <a href=\"https://2016.brighton.wordcamp.org/\">WordCamp Brighton</a> in July,” Nash said.</p>\n<p>Considering the size of airline seats, don’t expect to see giant Wapuu at WordPress events in the US anytime soon.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 11:34:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53287&preview_id=53287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8967:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Revolution Slider Possible Cause of Data Breach</h2>\n<p>Wordfence <a href=\"https://www.wordfence.com/blog/2016/04/mossack-fonseca-breach-vulnerable-slider-revolution/\">analyzed the Mossack Fonseca website</a> and discovered that it was running a <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\">vulnerable version</a> of Revolution Slider, a popular image slider plugin for WordPress. The vulnerability allows a remote attacker to place a shell on the web server. Whether this is the point of entry for the data leak remains to be seen. While I enjoyed the article, <a href=\"https://news.ycombinator.com/item?id=11449750\">some people on Hacker News</a> ripped it apart.</p>\n<h2>State of the Woo</h2>\n<p>The second annual <a href=\"https://wooconf.com/\">WooConf</a> took place this week where Matt Mullenweg gave the State of The Woo address. Marie Dodson of Torque has <a href=\"http://torquemag.io/2016/04/state-of-the-woo-2016/\">a great post</a> with highlights from his session. The biggest take away is that Automattic plans on releasing a Jetpack like plugin for WooCommerce to handle complicated tasks like payments, shipments, taxes, and more.</p>\n<p>It’s incredible how many WooCommerce plugins are submitted to us for review. It seems like there’s a plugin that handles any nuance of WooCommerce you can think of. It’s turned into quite a cottage industry and one every product developer should consider getting into.</p>\n<h2>WordPress Importer Progress Bars</h2>\n<p>In addition to his work on the WordPress REST API, Ryan McCue is also <a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">leading the efforts</a> to improve the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress Importer</a>. A few days ago, he published an image on Twitter showing off status indicators. Click the play button to see the progress bars in action.</p>\n<p>This is a huge improvement considering it’s currently impossible to know the status of an import. What’s nice about this is that each item in the import file has its own progress bar. Also read the discussion on Twitter as the possibility of using this UI for other plugins like BuddyPress comes up.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New WordPress Importer UI, coming soon. <a href=\"https://t.co/wM6cZY6BSk\">pic.twitter.com/wM6cZY6BSk</a></p>\n<p>— Ryan McCue ⍨ (@rmccue) <a href=\"https://twitter.com/rmccue/status/717610812236410880\">April 6, 2016</a></p></blockquote>\n<p></p>\n<h2>WordPress 4.5 OMG WTF BBQ Post</h2>\n<p>Before every major WordPress release, the <a href=\"https://make.wordpress.org/support/\">support team</a> publishes a post on the support forums that contains important information users and developers need to be aware of. The <a href=\"https://make.wordpress.org/support/2016/04/4-5-omg-wtf-post/\">WordPress 4.5 edition</a> is available and is considered a work in progress. Once 4.5 is released, common issues reported by users are added to the thread like plugin and theme incompatibilities.</p>\n<h2>WP Lift is For Sale</h2>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2013/10/wpliftlogo.jpg\"><img class=\"alignright wp-image-10731 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2013/10/wpliftlogo.jpg?resize=131%2C58\" alt=\"WPLift.com Logo\" /></a><a href=\"http://wplift.com\">WPLift</a>, a site dedicated to WordPress created by Oli Dale is <a href=\"http://wplift.com/weekly-wordpress-news-wplift-sale\">up for sale</a>. According to the <a href=\"https://flippa.com/6291243-wplift-com\">listing on Flippa</a>, the bidding price has reached $55K. The auction has 13 bids with 19 days left. Dale explains why he’s selling the site:</p>\n<blockquote><p>Quite simply, I have been writing about WordPress now on WPLift since 2010 – I have posted just about every week day in that period and the site now contains over 990 posts, I have been finding it more of a struggle to keep up with running the site alongside ThemeFurnace and the addition of 2 children to my family! I would like someone fresh to takeover WPLift who can dedicate more time and fresh ideas to the site.</p></blockquote>\n<p>Over the years, I’ve linked to quite a few articles and discussions on the WPLift site. Whoever purchases the site, I hope they continue the great reputation that WPLift has established.</p>\n<h2>What Do Video Games and WordPress Development Have in Common?</h2>\n<p><a href=\"https://twitter.com/JJJ\">John James Jacoby</a> published a great series of Tweets using video game images to relate to software development. Here are a few of my favorites.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">When a great WordPress plugin doesn\'t have very many downloads or active installs: <a href=\"https://t.co/S0GF0p71Bg\">pic.twitter.com/S0GF0p71Bg</a></p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/716780629023670272\">April 4, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Open-sourcing WordPress plugins, and receiving and reading negative feedback: <a href=\"https://t.co/cakym9ATiB\">pic.twitter.com/cakym9ATiB</a></p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/716772882580447233\">April 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Oh no! My demo is showing. <a href=\"https://t.co/WVbXJZ3ULK\">pic.twitter.com/WVbXJZ3ULK</a></p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/717086881486401537\">April 4, 2016</a></p></blockquote>\n<p></p>\n<h2>Admin Theme Review</h2>\n<p>Jose Castaneda who is a volunteer on the <a href=\"https://make.wordpress.org/themes/\">Theme Review Team</a> published a YouTube video that highlights what he looks for when reviewing themes. The video should help developers consider things they may have missed before submitting it to the directory.</p>\n<div class=\"embed-wrap\"></div>\n<h2>A Small Woorld</h2>\n<p><span class=\"s1\">WooCommerce is a powerful force in the eCommerce industry and it’s reached a point where entire sites and magazines are devoted to the platform. One such digital magazine is <a href=\"https://smallwoorld.com/\">A Small Woorld</a>, a publication by the folks over at <a href=\"https://prospress.com/\">ProsPress</a>. Small Woorld features in-depth interviews with entrepreneurs using WooCommerce.<br />\n</span></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/ASmallWoorldFrontPage.png\"><img class=\"size-full wp-image-53454\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/ASmallWoorldFrontPage.png?resize=913%2C742\" alt=\"A Small Woorld Front Page\" /></a>A Small Woorld Front Page\n<p>One of my <a href=\"https://smallwoorld.com/craft-beer-cheeky-kiwis-abroad-woocommerce-honest-brew-story/\">favorite interviews</a> from their latest issue involves <a href=\"http://honestbrew.co.uk/\">Honest Brew</a>, a company that utilizes WooCommerce to deliver craft beer to people all over the world. I highly recommend subscribing to <a href=\"https://smallwoorld.com/\">A Small Woorld</a> if you want to know how every day people are using WooCommerce to run their businesses.</p>\n<h2>8-Bit Wapuu</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. This week, it’s 8-bit Wapuu by Melissa Sartor representing <a href=\"https://2016.sunshinecoast.wordcamp.org/2016/04/06/8-bit-wapuu/\">WordCamp Sunshine Coast</a> in Australia.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/EightBitWapuu.png\"><img class=\"size-full wp-image-53453\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/EightBitWapuu.png?resize=344%2C310\" alt=\"Eight Bit Wapuu\" /></a>Eight Bit Wapuu\n<p>That’s it for issue seven. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2016 21:23:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Automattic Partners with Let’s Encrypt to Enable HTTPS on All WordPress.com Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2615:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/green-lock.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/green-lock.jpg?resize=1024%2C538\" alt=\"photo credit: Padlock - (license)\" class=\"size-full wp-image-53435\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/92818242@N00/6080622\">Padlock</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>WordPress.com <a href=\"https://en.blog.wordpress.com/2016/04/08/https-everywhere-encryption-for-all-wordpress-com-sites/\" target=\"_blank\">announced</a> today that it has turned on encryption for custom domains. The network’s subdomains have been HTTPS-enabled <a href=\"http://wptavern.com/wordpress-com-to-implement-ssl-for-all-subdomains-joins-the-fight-against-mass-surveillance\" target=\"_blank\">since 2014 as part of the Reset the Net campaign</a> against mass surveillance. Today Automattic expanded HTTPS coverage to more than one million custom domains hosted on the network.</p>\n<p>Last April the company joined Mozilla, Cisco, EFF and several other organizations to <a href=\"http://wptavern.com/automattic-sponsors-lets-encrypt-initiative\" target=\"_blank\">sponsor Let’s Encrypt</a>, a new free certificate authority for the public. The project gave WordPress.com an automated way to roll out an SSL certificate to each custom domain it hosts. Users do not need to adjust any setting – encryption has been turned on automatically, which is indicated by a green lock in the browser’s address bar.</p>\n<p>According to the <a href=\"https://www.eff.org/encrypt-the-web\" target=\"_blank\">Electronic Frontier Foundation</a>, encryption offered via the new initiative will help users defend against surveillance of their content and communications, cookie theft, account hijacking, cookie and ad injection, and other forms of internet censorship.</p>\n<p>WordPress.com representatives said sites may see a performance boost and better Google rankings as a result of the switch to HTTPS. Two years ago Google <a href=\"https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html\" target=\"_blank\">announced</a> it would begin using HTTPS as a lightweight ranking signal as an incentive for website owners to switch to HTTPS. With the help of the Let’s Encrypt initiative, many of the technical barriers to adding encryption have been removed. WordPress.com’s move to provide free HTTPS for all customers helps make the web more secure as the network powers a large chunk of the world’s websites.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2016 20:23:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Silk Lite: A Free WordPress Magazine Theme for Fashion Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/silk-lite-a-free-wordpress-magazine-theme-for-fashion-bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3807:\"<p>After six months in the theme review queue, <a href=\"https://wordpress.org/themes/silk-lite/\" target=\"_blank\">Silk Lite</a> was approved for the WordPress.org directory and also passed the extra requirements to be counted among the <a href=\"https://wordpress.org/themes/tags/accessibility-ready/\" target=\"_blank\">accessibility-ready themes</a>. This magazine theme was designed with fashion bloggers in mind and features a masonry style grid of posts on the homepage.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-lite.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-lite.png?resize=880%2C660\" alt=\"silk-lite\" class=\"aligncenter size-full wp-image-53408\" /></a></p>\n<p>The basic color scheme for the design is black, peach and marsala (the <a href=\"http://store.pantone.com/uk/en/marsala-2015-color-of-the-year\" target=\"_blank\">Pantone color of the year in 2015</a>). Marsala, according to Pantone’s color experts, “translates easily to fashion, beauty, industrial design, home furnishings and interiors.”</p>\n<p>Silk’s typography selections combine Google Fonts “Playfair Display” for headings and Merriweather for paragraph to create elegant, readable posts. The theme also has built-in styles for intro text, highlighted text, drop caps, and a two-column text layout.</p>\n<p>You will need to install Jetpack to take advantage of the theme’s custom logo feature, although this will need to be updated when site logos are introduced in WordPress 4.5. The theme also has support for Jetpack’s Infinite scroll module to load more posts on the homepage and archive pages via the “View More Articles” button. The unique sharing button design on single posts are powered by Jetpack’s sharing module.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-single-post.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-single-post.png?resize=1025%2C749\" alt=\"silk-single-post\" class=\"aligncenter size-full wp-image-53425\" /></a></p>\n<p>Silk offers a menu location at the top of the header for adding links to your social network profiles. It also includes a custom sidebar widget for adding an “About Me” section with an image background. With Jetpack’s Subscription module active, the widget that allows visitors to subscribe to your newsletter will have a custom design to match the theme.</p>\n<p>Silk includes support for four post formats: Standard, Quote, Image, Gallery, Image. It also supports Jetpack’s tiled and slideshow galleries.</p>\n<p>The customizer offers a limited number of controls, with checkboxes to enable/disable the following:</p>\n<ul>\n<li>Display single column posts on front page and archives</li>\n<li>Display the featured image on single posts</li>\n<li>Hide search button in top header bar</li>\n</ul>\n<p>The theme is translation-ready and is also compatible with WPML. Translations for the following languages are already available: German, Spanish, French, Portuguese, Norwegian, Turkish, Hebrew, Persian and Japanese.</p>\n<p>Silk Lite was created by <a href=\"https://pixelgrade.com/\" target=\"_blank\">PixelGrade</a>, a Romania-based theme shop. The team specializes in magazine themes – in fact, the PixelGrade product portfolio has more magazine themes than any other type. Full <a href=\"http://silk-help.pixelgrade.com/support/solutions/articles/4000046908-silk-user-guide\" target=\"_blank\">documentation</a> for all the theme’s features is available on the PixelGrade website. You can download <a href=\"https://wordpress.org/themes/silk-lite/\" target=\"_blank\">Silk Lite</a> from WordPress.org or via your admin themes browser.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2016 17:25:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Culinary Houston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46412\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2016/04/culinary-houston/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"<p>The New York Times food section has decided to “proclaim Houston one of the great eating capitals of America” and <a href=\"http://www.nytimes.com/2016/04/10/travel/houston-restaurants-where-to-eat.html\">highlighted four great restaurants in town</a>. Houston is really such a great city, it’s good to see it getting some love.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2016 16:40:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: My Apple News Publisher Experience Three Weeks Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/my-apple-news-publisher-experience-three-weeks-later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6879:\"<p>Back in March, I <a href=\"http://wptavern.com/how-to-connect-your-wordpress-powered-site-to-apple-news-publisher\">explained how</a> to connect WordPress powers sites to Apple News. After three weeks of being in the system, here is what I experienced.</p>\n<h2>Stuck in Limbo</h2>\n<p>After configuring the plugin and successfully getting WP Tavern approved on Apple News, I thought that articles published on the site would automatically publish to Apple News. It didn’t work out that way, at least, not at first.</p>\n<p>When checking the status of those articles in the WordPress backend, the <a href=\"https://wordpress.org/plugins/publish-to-apple-news/\">Publish to Apple News</a> plugin listed articles as Pending. Apple’s News publisher also didn’t show any drafts from WordPress or published articles.</p>\n<p>Based on some Google searches, I created and published a new article within the Apple News Publisher app. Unfortunately, it didn’t show up as a published article and because it was the first one, it had to be approved by Apple News.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherFirstSubmission.png\"><img class=\"size-full wp-image-53379\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherFirstSubmission.png?resize=635%2C310\" alt=\"Apple News Publisher First Submission\" /></a>Apple News Publisher First Submission\n<p>The first article published in Apple News was on March 21st. Between March 21st and March 31st, I was stuck in limbo. I had no idea when the article would be approved or at what point in the process I was in.</p>\n<p>With the lack of communication, I started troubleshooting the Publish to Apple News plugin thinking that something was wrong. In the plugin’s settings, there’s an option to turn debugging on which sends emails to a specified email address each time an article is published, updated, or deleted with a detailed API response.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherDebugOptions.png\"><img class=\"size-full wp-image-53380\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherDebugOptions.png?resize=691%2C250\" alt=\"Apple News Publisher Debug Options\" /></a>Apple News Publisher Debug Options\n<p>I didn’t receive any emails when articles were published leading me to believe there was a potential communication issue between the Tavern and Apple News. A few days passed by when all of a sudden, I received two emails with debug information.</p>\n<p>I checked the <a href=\"https://apple.news/TQYQeeBHDRce_JL3U0PCWGw\">Tavern’s Apple News channel</a> and discovered that the first article I published using Apple’s publishing tool was approved. Had I not checked the channel, I wouldn’t have known that it was approved. I disabled debug mode in the Publish to Apple News plugin and noticed articles published on the Tavern after the approval appeared as expected.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/PublishedArticlesInApplesNewsPublisher.png\"><img class=\"size-full wp-image-53383\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/PublishedArticlesInApplesNewsPublisher.png?resize=1025%2C757\" alt=\"Published Articles In Apples News Publisher\" /></a>Published Articles In Apples News Publisher\n<p>Apple should send an email notification when the first article is approved along with details that future articles will be published automatically.</p>\n<h2>What Articles Look Like in the Apple News App</h2>\n<p>I kept the default style settings provided by the Publish to Apple News plugin. As you can see, the articles don’t look that bad with the exception of the WordCamp Central article. For some reason, the image splits up the first sentence of the post. I’m looking into why this happens but I’ve seen it on other posts as well.</p>\n\n<a href=\"http://wptavern.com/img_8464\"><img width=\"282\" height=\"500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8464.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8464\" /></a>\n<a href=\"http://wptavern.com/img_8466\"><img width=\"282\" height=\"500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8466.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8466\" /></a>\n<a href=\"http://wptavern.com/img_8468\"><img width=\"282\" height=\"500\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8468.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8468\" /></a>\n<a href=\"http://wptavern.com/img_8467\"><img width=\"282\" height=\"500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8467.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8467\" /></a>\n<a href=\"http://wptavern.com/img_8465\"><img width=\"282\" height=\"500\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8465.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8465\" /></a>\n\n<p>One thing I don’t like is that if an image is used at the beginning of an article, the Apple News App displays the HTML code of the image on the article listing page instead of article text. It would be more beneficial to readers if the listing page displayed text from the article and not HTML related to images.</p>\n<h2>Apple News Publisher Analytics</h2>\n<p>According to the analytics dashboard in Apple News Publisher, some of you have subscribed to our channel. The dashboard includes stats like, unique viewers, total views, article shares, and more.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsAnalytics.png\"><img class=\"size-full wp-image-53404\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsAnalytics.png?resize=1025%2C728\" alt=\"Apple News Analytics\" /></a>Apple News Analytics\n<p>You can even dive into analytics on a per post level to determine why some articles do better than others. To view stats in a different program or to back them up, Apple News publisher allows you to download up to 30 days worth of data at once in CSV format.</p>\n<h2>The Experiment Continues</h2>\n<p>There’s not enough data to determine if publishing articles to Apple News is worth the effort. Three months from now, I’ll look at the data and publish a follow-up post with our findings. It will also include reviews from readers who are subscribed to our channel to find out what they like and dislike about consuming WP Tavern’s content through Apple News.</p>\n<p>Although the process could use some improvement, especially around communication, once the approval process is complete, the system runs automatically. Let us know in the comments what your experience has been like connecting your site to Apple News Publisher.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2016 03:51:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: AffiliateWP Passes 30K in Monthly Revenue After 2 Years in Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/affiliatewp-passes-30k-in-monthly-revenue-after-2-years-in-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4968:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/affiliatewp.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/affiliatewp.png?resize=1025%2C463\" alt=\"affiliatewp\" class=\"aligncenter size-full wp-image-53362\" /></a></p>\n<p>The team behind <a href=\"https://affiliatewp.com/\" target=\"_blank\">AffiliateWP</a> is <a href=\"https://pippinsplugins.com/affiliatewp-two-years-later/\" target=\"_blank\">celebrating its second anniversary today</a>. The plugin and its suite of add-ons has rapidly become one of the most successful products in the WordPress ecosystem under the leadership of Pippin Williamson and his team.</p>\n<p>Williamson, who is known for his yearly transparency reports, shared that AffiliateWP was the fastest of his products to reach $100,000 in annual revenue. It took just nine months for the plugin to reach that goal and in 2015 it passed $30,000 in monthly revenue.</p>\n<p>“Our first month to break $30,000 was April, 2015, when we brought in $32,904.90,” Williamson said. “Since then, we have had only 3 months that were below 30, and they were only just barely below the 30 mark.”</p>\n<p>They say that necessity is the mother of invention, and this was certainly the case with the creation of AffiliateWP. Williamson said that his customers were always asking for recommendations on affiliate plugins but at the time his team could not confidently recommend any of the existing solutions. They found most to be “unreliable, unpleasant to use, and generally not a good fit.”</p>\n<p>“After a particularly painful support ticket where it was discovered that one of our customers had paid (or not paid) thousands of dollars to the wrong people due to a bug in their affiliate tracking plugin, we decided to do something about it,” Williamson said.</p>\n<p>He worked in his spare time and late at night to develop AffiliateWP while supporting EDD and Restrict Content Pro during business hours. The product’s revenue now supports a full-time team of six people.</p>\n<p>“It humbles me to think that my little side project could go from an after-hours project to providing for the full time jobs of an entire team,” Williamson said.</p>\n<h3>AffiliateWP’s Business Model Helped it Grow Faster than EDD</h3>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a>, Williamson’s first venture, is touted as having pioneered one of the most wildly successful business models in the WordPress ecosystem, but AffiliateWP was not built on the same model. EDD offers a free base plugin with commercial add-ons available a la carte. AffiliateWP does not have an official free product and is not directly supported by commercial extensions.</p>\n<p>Pricing for the product <a href=\"https://affiliatewp.com/pricing/\" target=\"_blank\">starts at $49 and ranges up to $449</a>, with different packages that include varying levels of support and Professional add-ons.</p>\n<p>“Utilizing this business model is without any doubt one of reasons AffiliateWP accelerated at the rate it did,” Williamson said. “This model has not only been lucrative for us, I personally think it’s superior in many ways to other models common throughout the WordPress ecosystem.</p>\n<p>“I like it enough that we recently chose to migrate Restrict Content Pro to the same model,” he said. “If I had the opportunity to start over with Easy Digital Downloads, I would almost certainly opt to use the same model there as well instead of selling each add-on individually.”</p>\n<p>AffiliateWP’s total revenue for 2015 was $379,078 and Williamson projects that figure to be in the neighborhood of $420,000-$450,000 for 2016.</p>\n<p>The fact that <a href=\"https://github.com/AffiliateWP/AffiliateWP\" target=\"_blank\">AffiliateWP is also available for free on GitHub</a> has not compromised the product’s success. In fact, Williamson believes it has only enhanced it. The open source plugin has received contributions from 49 different developers.</p>\n<p>“This is a stat I’m particularly proud of considering AffiliateWP is a commercial product, a category of WordPress plugins that tends to get very little development from anyone outside of the core development team of the product,” Williamson said. “We chose to make AffiliateWP 100% open on GitHub with a public repository specifically to help facilitate contributions from other developers. I believe firmly that this was a good decision that has worked out quite well for us.”</p>\n<p>Williamson’s transparency about his plugin revenue serves as an inspiration to other entrepreneurs in the commercial plugin space. AffiliateWP’s success is an example of what’s possible in the WordPress product space with hard work, high quality code, and the right team.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 20:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WPWeekly Episode 229 – VersionPress Goes Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53277&preview_id=53277\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wpweekly-episode-229-versionpress-goes-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3127:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news of the week, including a big move for VersionPress as it transitions into an open source project. We provide an update on the development status of bbPress and BuddyPress. We also share details of a critical security vulnerability that was patched in a popular user role management plugin. Last but not least is Marcus’ plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\">VersionPress Transitions Into a Free Open Source Project</a><br />\n<a href=\"http://wptavern.com/outdated-and-vulnerable-wordpress-and-drupal-versions-may-have-contributed-to-the-panama-papers-breach\">Outdated and Vulnerable WordPress and Drupal Versions May Have Contributed to the Panama Papers Breach</a><br />\n<a href=\"http://wptavern.com/buddypress-2-6-development-kicks-off-david-cavins-to-lead-release\">BuddyPress 2.6 Development Kicks Off, David Cavins to Lead Release</a><br />\n<a href=\"http://wptavern.com/bbpress-2-6-expected-later-this-year-two-major-features-pushed-back-to-2-7\">bbPress 2.6 Expected Later This Year, Two Major Features Pushed Back to 2.7</a><br />\n<a href=\"http://wptavern.com/wp-rest-api-team-aims-for-wordpress-4-7-for-merge-proposal\">WP REST API Team Aims for WordPress 4.7 for Merge Proposal</a><br />\n<a href=\"http://wptavern.com/user-role-editor-4-25-patches-critical-security-vulnerability\">User Role Editor 4.25 Patches Critical Security Vulnerability</a><br />\n<a href=\"http://wptavern.com/europe-tops-wordcamp-growth-in-2015-with-70-increase-in-events\">Europe Tops WordCamp Growth in 2015 with 70% Increase in Events</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/query-all-the-post-types/\">Query All The Post Types</a> provides a quick and easy way to view a list of all the post types registered in a WordPress installation.</p>\n<p><a href=\"https://wordpress.org/plugins/goworks-styler/\">GoWorks Styler</a> adds new buttons to the WordPress visual editor, allowing you to enhance posts and pages with custom colors, opacity, borders, padding, and more.</p>\n<p><a href=\"https://wordpress.org/plugins/chronological-posts/\">Chronological Posts</a> reverses the default post order throughout your site to be chronological instead of reverse-chronological.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 13th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #229:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 20:11:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Limited Edition R2-Wapuu Will Debut at WordCamp London this Weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/limited-edition-r2-wapuu-will-debut-at-wordcamp-london-this-weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wcldn-2016-wapuu.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wcldn-2016-wapuu.png?resize=271%2C300\" alt=\"wcldn-2016-wapuu\" class=\"alignright size-medium wp-image-53327\" /></a>Last year WordCamp London introduced “Wapuunk,” its <a href=\"http://wptavern.com/scott-evans-on-designing-the-punk-wapuu-for-wordcamp-london-2015\" target=\"_blank\">1970’s punk style wapuu</a>, to the world, igniting a new wapuu craze for WordCamps held in the Western hemisphere. The 2015 event had commemorative stickers printed along with a Wapuunk-embroidered scarf for attendees. Shortly thereafter, nearly every WordCamp organization team began designing their own custom wapuu mascots.</p>\n<p>WordCamp London 2016 will take place this weekend at the London Metropolitan University. The event’s official wapuu will be printed on stickers and may be incorporated into other vintage London-inspired WordCamp swag.</p>\n<p>Wapuu collectors in attendance this weekend will want to arrive at the event early, as a <a href=\"http://gemmagarner.com/blog/illustration/meet-r2-wapuu/\" target=\"_blank\">limited edition R2-Wapuu</a> has also been designed in honor of the WordCamp. UK-based designers <a href=\"http://gemmagarner.com/\" target=\"_blank\">Gemma Garner</a> and <a href=\"http://scott.ee/\" target=\"_blank\">Scott Evans</a> collaborated on the R2-D2-inspired wapuu and printed a small batch of 100 stickers. Approximately 600 people are expected to attend this year’s event, so only the lucky few who hunt down Garner or Evans will receive an R2-wapuu sticker. An .svg file of the design will be sent to the official <a href=\"https://github.com/jawordpressorg/wapuu/tree/gh-pages/wapuu-archive\" target=\"_blank\">wapuu archive on GitHub</a> if you want to print your own.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/r2-wapuu.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/r2-wapuu.jpg?resize=500%2C333\" alt=\"r2-wapuu\" class=\"aligncenter size-large wp-image-53332\" /></a></p>\n<p>WordCamp London 2016 will kick off in less than 48 hours. A film crew will be <a href=\"https://2016.london.wordcamp.org/were-making-a-documentary-of-wordcamp-london-2016/\" target=\"_blank\">creating a documentary</a> about this year’s event, bringing the camera behind the scenes to capture footage that doesn’t usually make it to WordPress.tv’s educational archive. The event is nearly sold out. Last minute WordCampers hoping to attend should purchase their <a href=\"https://2016.london.wordcamp.org/tickets/\" target=\"_blank\">tickets</a> ASAP, because there are only 45 spots remaining.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 00:03:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Outdated and Vulnerable WordPress and Drupal Versions May Have Contributed to the Panama Papers Breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/outdated-and-vulnerable-wordpress-and-drupal-versions-may-have-contributed-to-the-panama-papers-breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6275:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg?resize=1024%2C514\" alt=\"photo credit: Lock - (license)\" class=\"size-full wp-image-40187\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58441544@N00/2660230441\">Lock</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Authorities have not yet identified the hacker behind the <a href=\"http://panamapapers.sueddeutsche.de/articles/56febff0a1bb8d3c3495adf4/\" target=\"_blank\">Panama Papers</a> breach, nor have they isolated the exact attack vector. It is clear that Mossack Fonseca, the Panamanian law firm that protected the assets of the rich and powerful by setting up shell companies, had employed a dangerously loose policy towards web security and communications.</p>\n<p>The firm ran its unencrypted emails through an outdated (2009) version of <a href=\"https://owa.mossfon.com/\" target=\"_blank\">Microsoft’s Outlook Web Access</a>. Outdated open source software running the frontend of the firm’s websites is also now suspected to have provided a vector for the compromise.</p>\n<p>In <a href=\"http://panamapapers.sueddeutsche.de/articles/56febff0a1bb8d3c3495adf4/\" target=\"_blank\">initial communications</a> with German newspaper the Süddeutsche Zeitung (SZ), an anonymous source offered the data with a few conditions, saying that his/her life was in danger.</p>\n<p>“How much data are we talking about?” the SZ asked.</p>\n<p>“More than anything you have ever seen,” the source said.</p>\n<p>The Panama Papers breach is the largest data leak in history by a wide margin, with 2.6 terabytes of data, 11.5 million documents, and more than 214,000 shell companies exposed.</p>\n<p>Forbes has <a href=\"http://www.forbes.com/sites/thomasbrewster/2016/04/05/panama-papers-amazon-encryption-epic-leak/#83ff3901df59\" target=\"_blank\">identified outdated WordPress and Drupal installations</a> as security holes that may have led to the data leak.</p>\n<blockquote><p>Forbes discovered the firm ran a three-month-old version of WordPress for its <a href=\"http://www.mossfon.com/\" target=\"_blank\">main site</a>, known to contain some vulnerabilities, but more worrisome was that, according to Internet records, its <a href=\"https://portal.mossfon.com/\" target=\"_blank\">portal</a> used by customers to access sensitive data was most likely run on a three-year-old version of Drupal, 7.23.</p></blockquote>\n<p>This information is partially inaccurate, however. While looking at the site today, I found that the firm’s WordPress-powered site is currently running on version 4.1 (released in December 2014), based on <a href=\"http://mossfon.com/wp-includes/js/autosave.js\" target=\"_blank\">its version of autosave.js</a>, which is identical to the <a href=\"https://github.com/WordPress/WordPress/blob/4.1-branch/wp-includes/js/autosave.js\" target=\"_blank\">autosave.js file shipped in 4.1</a>. Since that time WordPress has had numerous critical security updates.</p>\n<p>The main site is also loading a number of outdated scripts and plugins. Its active theme is <a href=\"http://www.mossfon.com/wp-content/themes/twentyten/css/style.css\" target=\"_blank\">a three-year-old version of Twenty Eleven (1.5)</a>, which oddly resides in a directory labeled for /twentyten/.</p>\n<p>The Mossack Fonseca client portal <a href=\"https://portal.mossfon.com/CHANGELOG.txt\" target=\"_blank\">changelog.txt</a> file is public, showing that its Drupal installation hasn’t been updated for three years. Since the release of version 7.23, the software has received <a href=\"https://www.cvedetails.com/version/156577/Drupal-Drupal-7.23.html\" target=\"_blank\">25 security updates</a>, which means that the version it is running includes <a href=\"https://www.drupal.org/PSA-2014-003\" target=\"_blank\">highly critical known vulnerabilities</a> that could have given the hacker access to the server. This includes a <a href=\"https://www.drupal.org/SA-CORE-2014-005\" target=\"_blank\">2014 SQL injection vulnerability</a> known in the Drupal community as “Drupalgeddon,” which affected every site running Drupal 7.31 or below.</p>\n<p>Investigators have not confirmed if the open source software vulnerabilities were used to access the data, but it is certainly plausible given the severity of the vulnerabilities in both older versions of WordPress and Drupal.</p>\n<p>“They seem to have been caught in a time warp,” Professor Alan Woodward, a computer security expert from Surrey University, told <a href=\"http://www.wired.co.uk/news/archive/2016-04/06/panama-papers-mossack-fonseca-website-security-problems\" target=\"_blank\">WIRED UK</a>. “If I were a client of theirs I’d be very concerned that they were communicating using such outdated technology.”</p>\n<p>If these open source software vulnerabilities provided the access point for this massive leak, then this company’s global fiasco was entirely preventable. Although many people welcome the uncovering of corruption and dirty money transactions of famous people and world leaders, the reality is that these kinds of exploits can also be carried out on well-meaning organizations that exist to protect people’s health records, financial data, and other sensitive information.</p>\n<p>This leak is not a measure of open source software’s reliability but rather underscores how low a priority some companies place on their tech departments and web security. With the rampant software vulnerabilities in this age, not updating software for years constitutes abject neglect of customers.</p>\n<p>The bottom line is that software needs to be updated. This kind of routine maintenance is as foundational to a company’s business as brushing teeth or showering is for one’s health. Law firms and companies with such a lax approach to security are either ignorant or unwilling to spend the money to maintain technology that they don’t fully understand. The Panama Papers serve as a reminder that having a competent, skilled tech department is critical for any company that deals in sensitive information.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Apr 2016 19:35:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: VersionPress Transitions Into a Free Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4228:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png\"><img class=\"size-full wp-image-24643\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png?resize=650%2C200\" alt=\"Version Control Featured Image\" /></a>Version Control Featured Image\n<p><a href=\"https://twitter.com/borekb\">Borek Bernard</a> and <a href=\"https://twitter.com/JanVoracek\">Jan Voráček</a>, creators of <a href=\"http://versionpress.net/\">VersionPress</a>, <a href=\"https://blog.versionpress.net/2016/04/going-open-source/\">announced</a> that they’re transitioning the plugin into a free, open source project hosted <a href=\"https://github.com/versionpress/versionpress\">on GitHub</a>. In addition, they are releasing VersionPress 3.0 Beta, the first version released under the new model.</p>\n<h2>Open Source Is the Way Forward</h2>\n<p>In a post on the product’s site, Bernard explains that the only way for the project to be successful is to open up development to the public.</p>\n<p>“Towards the end of 2015, we started feeling it was the right time to convert the project to a fully open-sourced one,” he said.</p>\n<p>“The project started to be in good shape – had a clear direction set, most of the technical groundwork was laid, and we moved to GitHub. While we had most of WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in millions of different ways.</p>\n<p>“In the long run, the project <em>had to</em> turn into OSS should it be successful, and fortunately, in 2015, we met investors who understood this and supported our vision,” Bernard said.</p>\n<p>The transition involved quite a bit of work migrating from Bitbucket and JIRA to GitHub. Old Wiki documents and other assets were migrated as well. In addition to the migration, old issues were translated to English and <a href=\"http://danielbachhuber.com/\">Daniel Bachhuber</a>, who maintains the <a href=\"http://wp-cli.org/\">WP-CLI project</a> audited the code. The project’s website also received a facelift.</p>\n<p>By transitioning to a public development model, Bernard hopes to tap into new resources to solve challenging problems.</p>\n<p>“We’ll need your bright minds to solve some of the more difficult issues later this year, like how to integrate with complex plugins with custom DB structures,” he said.</p>\n<p>Despite being GPL licensed, free, and open source, the plugin will not be hosted in the WordPress plugin directory anytime soon.</p>\n<p>“It stays in the ‘Early Access’ phase where it works well in certain scenarios but there are still many incompatible plugins, themes and hosts,” Bernard said. “There’s no magic solution to this, unfortunately, and more and more plugins and scenarios will be supported over time.”</p>\n<h2>Early Access Program Discontinued</h2>\n<p>The Early Access Program, which provided initial funding to develop VersionPress beyond its crowdfunding campaign, is being discontinued.</p>\n<p>“EAP was of great help but couldn’t really fund the project, by far,” Bernard told the Tavern. While the team doesn’t have a replacement for the revenue provided by EAP, Bernard plans to build exceptional value around the core of VersionPress which he says will remain free forever.</p>\n<h2>How to Follow the Project</h2>\n<p>VersionPress 3.0 beta marks the first major release in more than five months. It includes <a href=\"https://github.com/versionpress/docs/blob/3.0-release-notes/content/en/09-release-notes/75-3.0.md\">bug fixes and a number of enhancements</a>. You can follow the project’s progress <a href=\"https://github.com/versionpress/versionpress\">on GitHub</a> where you can also <a href=\"https://github.com/versionpress/support\">receive support</a>, browse <a href=\"https://github.com/versionpress/docs\">documentation</a>, and find access to their <a href=\"https://gitter.im/versionpress/versionpress\">Gitter room</a> for real-time communication. Pull requests from the community are welcomed.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Apr 2016 16:22:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp Central Now Lets You Track an Event’s Status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordcamp-central-now-lets-you-track-an-events-status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3626:\"<p>Keeping up and monitoring the progress of <a href=\"https://central.wordcamp.org/\">WordCamps</a> in and around your area is now a lot easier thanks to a new <a href=\"https://central.wordcamp.org/application-status/\">WordCamp Application status page</a>. The page indicates a WordCamp’s city, applicant’s name, recent milestone, status, and the last time it was updated.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralStatusTracking.png\"><img class=\"size-full wp-image-53274\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralStatusTracking.png?resize=969%2C679\" alt=\"WordCamp Central Application Status Tracking\" /></a>WordCamp Central Application Status Tracking\n<p>The application status page is the result of efforts by Ian Dunn and Konstantin Kovshenin who are improving the sites and tools organizers use to coordinate events. On the Make WordPress Community blog, Andrea Middleton <a href=\"https://make.wordpress.org/community/2016/04/05/a-new-way-to-track-the-status-of-wordcamp-applications/\">explains the changes</a> and what deputies can expect.</p>\n<p>Deputies are WordCamp Central volunteers who respond to WordCamp/meetup applications, conduct organizer orientations, and mentor organizers. They work behind the scenes to ensure events are run smoothly and adhere to the <a href=\"https://plan.wordcamp.org/become-an-organizer/representing-wordpress/\">WordPress Foundation’s guidelines</a>.</p>\n<p>It’s interesting to see how WordPress is helping the team organize submissions and streamlining the process. According to Middleton, incoming applications automatically create draft listings on WordCamp Central and receive the status “Needs Vetting.”</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralApplicationProcess.png\"><img class=\"size-full wp-image-53273\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralApplicationProcess.png?resize=768%2C366\" alt=\"WordCamp Central Application Processing\" /></a>WordCamp Central Application Processing\n<p>As the team moves through the process of vetting, orientation, tools, budget reviews, etc, deputies make notes in the post editor which are attached to the application. The site makes use of custom post statuses which are applied based on the application’s progress. It also adds accountability by saving a change log to each WordCamp listing that indicates when the status is changed and who changed it.</p>\n<p>While this information is specific to those who work with WordCamp organizers, it provides a glimpse into the tools and processes volunteers use to coordinate events. It’s also a neat look into how handy <a href=\"https://codex.wordpress.org/Post_Status\">custom post statuses</a> are.</p>\n<p>With all of the improvements to the backend, WordCamp and event organizers should experience fewer delays in response times. If you’re a deputy or frequent browser of WordCamp Central and have a suggestion or request to improve the site, you can share it by <a href=\"https://make.wordpress.org/community/2016/04/05/a-new-way-to-track-the-status-of-wordcamp-applications/\">leaving a comment on the announcement post</a>.</p>\n<p>By the way, community deputies are an excellent way to contribute to the WordPress project without knowing how to code. To learn more about what deputies do and how you can join the program, read the <a href=\"https://make.wordpress.org/community/handbook/community-deputy-handbook/\">community deputy handbook</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Apr 2016 08:18:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Western Microbiome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2016/04/western-microbiome/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:534:\"<blockquote><p>Burgers and fries have nearly killed our ancestral microbiome.</p></blockquote>\n<p>I’ve loved reading microbiome stuff lately, here’s a good one in Nautilus, <a href=\"http://nautil.us/issue/30/identity/how-the-western-diet-has-derailed-our-evolution\">How the Western Diet Has Derailed Our Evolution</a>. For an older look from the New Yorker, <a href=\"http://www.newyorker.com/magazine/2012/10/22/germs-are-us\">check out this older one about the fascinating journey of <em>helicobacter pylori</em></a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Apr 2016 07:34:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Project Owners Can Now Block Abusive Users on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/project-owners-can-now-block-abusive-users-on-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2208:\"<p>Today GitHub <a href=\"https://github.com/blog/2146-organizations-can-now-block-abusive-users\" target=\"_blank\">announced</a> a new feature that allows project owners to block abusive users from public repositories. Users who are blocked will no longer be able to open or comment on issues or pull requests, nor will they will not be able to add or edit any of the project’s wiki pages. Blocked users are also prevented from forking any of the organization’s repositories. Blocking goes beyond a simple warning and is a serious capability for project owners to use at their discretion.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/github-blocked-users.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/github-blocked-users.png?resize=1025%2C608\" alt=\"github-blocked-users\" class=\"aligncenter size-full wp-image-53249\" /></a></p>\n<p>Many WordPress plugin authors opt to host their work on GitHub because of the burden of support on WordPress.org. When entitled users have unreasonably high expectations of the free support forum, they sometimes resort to abuse to try to force developers to assist them. At the very least, many abuse the star rating system and use it to communicate disappointment.</p>\n<p>While GitHub caters to a different type of user (usually developers), the site is not immune to abusive users. The new blocking capabilities were added to help project owners encourage positive contributions. One foul user who abuses contributors can poison the well and rob a team of its forward momentum.</p>\n<p>Open source projects often bring together a surprisingly varied array of personalities with differing opinions that can result in heated debates. On occasion, these kinds of conversations can devolve into ad hominem attacks and other unsavory comments. The definition of abuse will vary from project to project, but a definition in the project’s contributing file may help for the sake of transparency when blocking users. A record of which users have been blocked is added to the organization’s audit log, so this information is open and available to project contributors.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2016 23:33:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Europe Tops WordCamp Growth in 2015 with 70% Increase in Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53048\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/europe-tops-wordcamp-growth-in-2015-with-70-increase-in-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4717:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg?resize=1024%2C441\" alt=\"photo credit: Huasonic - cc\" class=\"size-full wp-image-17801\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/huasonic/3008912290/\">Huasonic</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>During the <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" target=\"_blank\">2015 State of the Word address</a>, Matt Mullenweg shared a few stats that demonstrate the growth of the global WordPress community. A total of 89 WordCamps with 21,000 attendees were held across 34 countries in 2015.</p>\n<p>This week WordPress community organizer Andrea Middleton <a href=\"https://make.wordpress.org/community/2016/03/30/wordcamps-in-2015-the-community-team-edition/\" target=\"_blank\">published a more thorough breakdown of 2015 stats</a>. She noted that while WordCamps have been steadily growing over the past five years, the increase is due to more numerous, smaller events. This kind of growth seems more in line with the intended purpose of WordCamps. Although a few camps stand out as large international events, most are meant to be low-key gatherings that bring together local communities.</p>\n<p>“We saw a huge jump in WordCamps held in Europe this year — from 17 in 2014 to 29 in 2015,” Middleton said. “And a whopping 18 WordPress communities organized their very first WordCamp last year.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">In 9 months, the Italian <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> community grew from 0 to 10 meetups and a WordCamp. Standing ovations. <a href=\"https://twitter.com/hashtag/WCTRN?src=hash\">#WCTRN</a> <a href=\"https://t.co/mgXpFV22GS\">pic.twitter.com/mgXpFV22GS</a></p>\n<p>— Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/716295889116143616\">April 2, 2016</a></p></blockquote>\n<p></p>\n<p>With a 70% increase in European WordCamp events, it no surprise that WordCamp Europe 2016 had to <a href=\"http://wptavern.com/wordcamp-europe-2016-expands-attendee-capacity-to-2200-largest-wordcamp-to-date\" target=\"_blank\">expand its attendee capacity to 2200</a>. The event will be the largest WordCamp to date.</p>\n<p>In 2015, many of the largest WordCamps were held in the US but Europe and Japan also have events ranking in the top five. The ten largest WordCamps (based on number of tickets sold) in 2015 were as follows:</p>\n<ul>\n<li>WordCamp US</li>\n<li>WordCamp Tokyo</li>\n<li>WordCamp Europe</li>\n<li>WordCamp Kansai</li>\n<li>WordCamp NYC</li>\n<li>WordCamp London</li>\n<li>WordCamp Miami</li>\n<li>WordCamp Atlanta</li>\n<li>WordCamp Orlando</li>\n</ul>\n<p>The overall number of tickets sold for WordCamps worldwide is also steadily rising, from 13,000 in 2011 to 21,000 in 2015.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamps-2015-data.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamps-2015-data.png?resize=1025%2C411\" alt=\"wordcamps-2015-data\" class=\"aligncenter size-full wp-image-53231\" /></a></p>\n<p>As the global WordPress community continues to expand, the burden on WordCamp Central grows. Overseeing WordCamps and meetups is a full time job. In 2014, the WordPress Community Team established a deputies program to share the load and expanded the number of volunteers to 30 during 2015.</p>\n<p>In the <a href=\"https://make.wordpress.org/community/2016/04/04/the-community-team-quarterly-report-january-march-2016/\" target=\"_blank\">first quarter report</a> for 2016, Middleton reported that the community team helped facilitate nine WordCamps with a total of nearly 4,500 tickets sold. WordCamp Central also signed <a href=\"https://central.wordcamp.org/news/2016/03/28/pantheon-joins-the-wordpress-global-community-sponsorship-program-in-2016/\" target=\"_blank\">Pantheon</a> and <a href=\"https://central.wordcamp.org/news/2016/03/26/godaddy-supports-wordpress-community-events-worldwide-in-2016/\" target=\"_blank\">GoDaddy</a> as global sponsors.</p>\n<p>There are already 24 WordCamps on the calendar for the April-June period and 14 more scheduled for the remaining quarters. Middleton also reported that 31 additional WordCamps have been approved are now in the pipeline at the pre-planning stage.</p>\n<p>“With WordCamp applications coming in at an average rate of 13 per month, it’s very likely that we’ll see more than 100 WordCamps in 2016,” she said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2016 20:26:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.org/?p=3242\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3271:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.2 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<p>In version 5.2, you may notice a difference in font in the app: we replaced the Open Sans font in the UI with Roboto, the default Android font. For those with a sharp eye, you also might notice that we’re still using the Merriweather font for user-generated content, like reader comments and the content in your post editor. (For the typographically curious, take a look at the <a href=\"https://wordpress.com/design-handbook/typography/\">WordPress.com Design Handbook</a>.)</p>\n\n<a href=\"https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-5-2/mysites-5-1-opensans-2/\"><img width=\"640\" height=\"1067\" src=\"https://apps.files.wordpress.com/2016/03/mysites-5-1-opensans1.png?w=640&h=1067\" class=\"attachment-full size-full\" alt=\"Open Sans (5.1-)\" /></a>\n<a href=\"https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-5-2/mysites-5-2-roboto-2/\"><img width=\"640\" height=\"1067\" src=\"https://apps.files.wordpress.com/2016/03/mysites-5-2-roboto1.png?w=640&h=1067\" class=\"attachment-full size-full\" alt=\"Roboto (5.2+)\" /></a>\n\n<p>Version 5.2 also comes with an updated Account Settings screen. You can change your email address, primary site, and web address in your app:</p>\n<ul>\n<li><strong>Email address:</strong> This is your primary email address associated with your account, which is not publicly displayed. If you update your email address, you will receive an email to confirm it.</li>\n<li><strong>Primary site:</strong> Your primary site is typically the one you most commonly use. You can update your primary site from a popover display with a list of all of your sites.</li>\n<li><strong>Web address:</strong> This is the URL that is shown publicly when you comment on blogs.</li>\n</ul>\n<p>We also dropped the “auto-share” and “post signature” settings from this screen.</p>\n<p><img class=\"aligncenter size-full wp-image-3304\" src=\"https://apps.files.wordpress.com/2016/03/account-settings1.png?w=640&h=1067\" alt=\"account-settings\" width=\"640\" height=\"1067\" /></p>\n<p>We’re working hard on new features for the next versions, and you can track development progress for the next version by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.3\">our 5.3 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p><a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/khaykov\">@khaykov</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/tetra2000\">@tetra2000</a> and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3242&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2016 15:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: User Role Editor 4.25 Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/user-role-editor-4-25-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1585:\"<p>Vladimir Garagulya, developer of the <a href=\"https://wordpress.org/plugins/user-role-editor\">User Role Editor</a> has <a href=\"https://wordpress.org/plugins/user-role-editor/changelog/\">patched a critical security vulnerability</a>. User Role Editor is used to edit, manage, and create user roles and capabilities and is active on more than 300K sites.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/UserRoleEditorScreenshot.png\"><img class=\"size-full wp-image-53194\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/UserRoleEditorScreenshot.png?resize=680%2C560\" alt=\"User Role Editor Interface\" /></a>User Role Editor Interface\n<p>User Role Editor 4.24 and below allows any registered user to gain administrator access. <a href=\"https://wordpress.org/plugins/wordfence/\">Wordfence</a>, a popular security plugin for WordPress <a href=\"https://www.wordfence.com/blog/2016/04/user-role-editor-vulnerability/?utm_source=list&utm_medium=email&utm_campaign=urole\">has more details</a> and explains why the plugin was vulnerable:</p>\n<blockquote><p>The author was checking if users have access to edit another user using the ‘current_user_can’ function and checking for the ‘edit_user’ (without an ‘s’ on the end) capability on a specific user ID. A user can edit themselves, and so sending data to the plugin that supplies the current user’s ID to this access check would bypass the check.</p></blockquote>\n<p>Users should immediately upgrade to 4.25 to protect sites from this vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2016 21:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WP REST API Team Aims for WordPress 4.7 for Merge Proposal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/wp-rest-api-team-aims-for-wordpress-4-7-for-merge-proposal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3323:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>The WP REST API team released <a href=\"https://github.com/WP-API/WP-API/releases/tag/2.0-beta13\" target=\"_blank\">version 2.0 beta 13</a> of the feature <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">plugin</a> today. This release includes a couple of breaking changes, JavaScript client updates, and many other fixes and improvements.</p>\n<p>Developers who use the plugin in their projects can expect it to follow a more stable release cycle in the future, as beta 13 marks the last of the breaking changes. According to project lead Ryan McCue, the team plans to add new features to minor releases in the 2.x series and bugfix releases in the 2.0.x series.</p>\n<p>“Along these lines, we’re going to release a 2.0 final version in the coming months,” McCue said. “This will be a completely stable release with guaranteed backwards compatibility for the foreseeable future. This backwards compatibility ensures that your sites can remain up-to-date with minimal maintenance or issues with upgrading.”</p>\n<p>The beta release post also included an updated roadmap for the project. The team is not planning to put forward part two of their merge proposal, which would add the core endpoints, for WordPress 4.6. They will be holding off until WordPress 4.7 in hopes of gaining more users with the stable 2.0 release.</p>\n<blockquote><p>We believe endpoints for the main WordPress objects (posts, users, comments, terms, and taxonomies) are not enough to garner the support needed for the proposal to be accepted. Our hope is that with a stable version 2.0 release, we will attract our community members that have been waiting for the endpoints to be available in core, and submit a merge proposal for the WordPress 4.7 release cycle.</p></blockquote>\n<p>Although the greater WordPress development community is excited about the potential of the REST API, the contributor base remains relatively small and spread thin for the task of keeping pace with core. McCue, speaking on behalf of the team, said they are looking to get more help from WordPress core component maintainers as well as outside developers.</p>\n<p>“Moving forward, the API team sees our role as advisory over the API itself, with the API treated as an integral part of the component rather than maintained by a separate team,” McCue said. “We’re also going to continue to work on our feature plugins (metadata, site/multisite, menus/widgets, and authentication) in parallel, and are looking for help on these as well.”</p>\n<p>With the plugin approaching its 2.0 final version on a more stable path, it is a good time for new developers to get involved. The WP REST API team plans to allocate more time for mentoring and helping developers use the API. If you want to get involved, jump in on the comments of the <a href=\"https://make.wordpress.org/core/2016/04/04/wp-rest-api-2-0-beta-13-roadmap/\" target=\"_blank\">release post</a> or join the team in the #core-restapi Slack channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2016 19:02:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Color Safe: Build Accessible Color Palettes Based on WCAG Guidelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53152\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/color-safe-build-accessible-color-palettes-based-on-wcag-guidelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2476:\"<p>Last month WordPress contributors <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\" target=\"_blank\">approved accessibility coding standards</a> for the core handbook. All new and updated code will need to conform with <a href=\"https://www.w3.org/WAI/intro/wcag\" target=\"_blank\">WCAG 2.0 level AA guidelines</a>.</p>\n<p>With WordPress core moving firmly in the direction of accessibility, its new guidelines set the bar for themes, plugins, and websites built on top of the platform. Text and background contrast, an important factor in readability, is one of the easiest places to get started. WCAG 2.0 color requirements recommend a contrast ratio of 4.5 for small text or 3 for large text, which is 24px or 18px bold.</p>\n<p><a href=\"http://colorsafe.co/\" target=\"_blank\">Color Safe</a> is a handy web app that helps designers select color combinations that will meet WCAG 2.0 guidelines for those with different visual capabilities. You enter the background color, font family, text size and weight, and the tool generates a palette of safe options for your text color.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/color-safe.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/color-safe.png?resize=1025%2C392\" alt=\"color-safe\" class=\"aligncenter size-full wp-image-53155\" /></a></p>\n<p>The palette can be sorted by general color groups and selections can be previewed at the top of the screen. By default, the generator uses AA level guidelines. If you’re building for a company or government website that requires AAA specifications, you can select it from the dropdown and all colors generated in the palette will be in compliance.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/color-palette.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/color-palette.png?resize=1025%2C419\" alt=\"color-palette\" class=\"aligncenter size-full wp-image-53157\" /></a></p>\n<p>Color Safe was built by Salesforce UX engineer <a href=\"http://donielleberg.com/\" target=\"_blank\">Donielle Berg</a> and product designer <a href=\"http://adrianrapp.com\" target=\"_blank\">Adrian Rapp</a> to help designers include accessibility as part of the design process. The tool takes the guesswork out of complying with WCAG guidelines and makes it easy to visually explore accessible color combinations.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2016 15:44:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53139&preview_id=53139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5496:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Jen Mylo Moves on From Automattic</h2>\n<p>Jen Mylo, formerly known as Jane Wells, <a href=\"http://jenmylo.com/2016/03/23/end-of-an-era/\">announced she has left</a> her position at Automattic after eight years to pursue other opportunities. Normally, people switching or leaving jobs isn’t news but Mylo is an exception to the rule because of the impact she’s had on the WordPress project and community over those eight years.</p>\n<p>From leading the effort to redesign the <a href=\"https://wordpress.org/news/2008/12/coltrane/\">WordPress 2.7 “Coltrane”</a> backend which was code-named <a href=\"https://wordpress.org/news/2008/10/the-new-27-dashboard/\">Crazyhorse</a>, to helping WordCamp organizers behind the scenes, to the <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">Kim Parsell travel scholarship</a>. She also facilitated and helped many WordPress lead developers.</p>\n<p>Thanks Jen for everything you’ve done and contributed to the WordPress project and its community. I wish and hope for the best for you in your future endeavors.</p>\n<h2>Generous in Spirit</h2>\n<p>Carrie Dils reminds us that the WordPress community is generous of spirit. If you haven’t experienced it yet, get in touch with her and she’ll introduce you.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> community is so generous of spirit. If you feel disconnected from it and want to be a part, message me & I\'ll introduce you.</p>\n<p>— carrie dils (@cdils) <a href=\"https://twitter.com/cdils/status/715339254000275456\">March 31, 2016</a></p></blockquote>\n<p></p>\n<h2>How to Protect a GPL Licensed Plugin from Being Copied</h2>\n<p>There’s <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1126950354033844/\">a post on the Advanced WordPress Facebook group</a> that asks, what are the best ways to protect a GPL licensed plugin from being copied? The thread has more than a dozen responses with many explaining that copying is at the core of the license. The simple answer is that you don’t.</p>\n<h2>Comparison: Working from Home vs In an Office</h2>\n<p>The Onion <a href=\"http://www.theonion.com/graphic/working-home-vs-working-office-52630?utm_medium=RSS&utm_campaign=feeds\">compares what it’s like</a> to work from home as opposed to working in an office. I think the humorous comparisons ring true for many.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/TheOnionComparesWorkFromHome.jpg\"><img class=\"size-full wp-image-53144\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/TheOnionComparesWorkFromHome.jpg?resize=960%2C1121\" alt=\"Working From Home Compared to Working In an Office\" /></a>Working From Home Compared to Working In an Office\n<h2>WordPress 4.5 Field Guide</h2>\n<p>Everything you need to know to prepare for WordPress 4.5 is in <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">the field guide</a>. Thanks to Aaron Jorbin for putting the guide together as it’s a great resource for those not able to keep up with development.</p>\n<h2>Jumboji</h2>\n<p>The only thing better than emoji in core is jumbo emoji. Thankfully, <a href=\"https://wordpress.org/plugins/big-emoji-comments/\">there’s a plugin</a> available that turns emoji into almost larger than life emoji.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I am delighted to unveil Big Emoji Comments (Jumboji) for WordPress: <a href=\"https://t.co/AcEBzmvjCV\">https://t.co/AcEBzmvjCV</a> <a href=\"https://t.co/3g6Ii8AsUg\">pic.twitter.com/3g6Ii8AsUg</a></p>\n<p>— george stephanis (@daljo628) <a href=\"https://twitter.com/daljo628/status/712822383208505344\">March 24, 2016</a></p></blockquote>\n<p></p>\n<h2>Gianuu or Italian Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Gianduu is the official mascot of <a href=\"https://2016.torino.wordcamp.org/\">WordCamp Torino 2016</a>. Gianduu is a mix between Gianuja, a famous carnival mask and Gianduiotto, a Turin confectionery tradition.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/Gianduu.png\"><img class=\"size-full wp-image-53145\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/Gianduu.png?resize=744%2C817\" alt=\"Gianduu\" /></a>Gianduu\n<p>That’s it for issue six. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 22:23:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Features-as-Plugins First Transitions Into Features-as-Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53097\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/features-as-plugins-first-transitions-into-features-as-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7058:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/FeaturesAsPluginsFeaturedImage.png\"><img class=\"size-full wp-image-53129\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/FeaturesAsPluginsFeaturedImage.png?resize=689%2C346\" alt=\"Features as projects featured image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/25132305@N05/3514532960\">Office Pranks</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>Last year, I <a href=\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\">identified key factors</a> that suggested the <strong>features-as-plugins</strong> first model was falling apart. A lack of communication, direction, buy-in from core developers, and synchronized development between plugins on Github and WordPress.org were some of the contributing factors highlighted.</p>\n<h2>Features-as-Projects</h2>\n<p>WordPress lead developer <a href=\"http://profiles.wordpress.org/helen\" target=\"_blank\">Helen Hou-Sandí</a> has <a href=\"https://make.wordpress.org/core/2016/03/31/iterating-on-feature-plugins/\">outlined a new strategy</a> for the model transitioning from a <strong>features-as-plugins</strong> approach to <strong>features-as-projects. </strong></p>\n<p>“Thinking of features as plugins has strapped us in a number of ways, in large part because the ‘plugin’ part implies a functional project from the start,” Hou-Sandí said.</p>\n<p>“From observation, experienced and newer contributors alike set their initial goal to be some sort of functional plugin. As a result, by the time something is being proposed in whatever forum, there’s been a fair amount of effort spent – and personal attachment developed – for something that might be headed in the wrong direction. Changing direction at that point is very demoralizing and has led to burn out and less participation.”<strong><br />\n</strong></p>\n<h2>A New Page for Featured Projects</h2>\n<p>Feature projects are listed <a href=\"https://make.wordpress.org/core/features/\">on a new page</a> which includes a brief explanation of the problems being solved. Active projects include WordPress NUX which aims to remove barriers to entry and Font Natively which switches to system fonts to load faster and provide a more native experience.</p>\n<p>Anyone can suggest a feature project but its mission statement must clearly address what problem it’s trying to solve, its goals, and how it fits into <a href=\"https://wordpress.org/about/philosophy/\">WordPress’ core philosophies</a> and objective. The new page also serves as a roadmap for future feature projects.</p>\n<p>By changing their approach, the core team hopes to achieve the following individual goals.</p>\n<ul>\n<li>To attract and retain a greater range of skill sets in contributors, for example through being able to more thoroughly engage designers in early stages.</li>\n<li>Implementing methods of collecting usage information and other data.</li>\n<li>Supporting feature projects with resources for user testing and more structured feedback.</li>\n<li>Advance both contributor and general community knowledge around product design and development.</li>\n</ul>\n<p>Beginning <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160405T1700\">Tuesday, April 5th, 2016 at 1PM Eastern Daylight Time</a>, in the <a href=\"https://make.wordpress.org/chat/\">#core Slack channel</a>, bi-weekly meetings will be held where people can propose and discuss feature projects. These meetings are also where project leaders can ask for help, provide status updates, and maintain direction.</p>\n<h2>Design and Discovery First</h2>\n<p>Perhaps one of the most important changes in the process is the focus on discovery and design first. Instead of testing features after they’re developed, this plan focuses on gathering testing and usage data from users before technical implementation occurs.</p>\n<p>“Feature design and development should come from interviews with users, developed personas, surveys of those personas, documented flows, and other fairly standard methods,” Hou-Sandí said.</p>\n<p>“Proper discovery will allow for testing long before functional development begins using low-fidelity storyboards and walking through potential concepts with users, both verbally and visually. Projects should check in at a meeting when discovery results are available and continue to check in through the design process.”</p>\n<p>Even though the discovery and design phase may not lead to a full-fledged feature in core, the process should help discover pain points along the way which can translate into other improvements.</p>\n<h2>Iterating is Not Just For Software</h2>\n<p>The new model incorporates <a href=\"https://make.wordpress.org/core/2014/11/03/open-update-thread/#comment-20735\">many of the suggestions</a> by WordPress lead developer, Ryan Boren from 2014.</p>\n<ul>\n<li>Be present and up-to-date in the plugin directory.</li>\n<li>Be as ready to go on mobile as they are on desktop.</li>\n<li>Have visual records for major flows through all new interfaces on all devices.</li>\n<li>Have mature UI that isn’t going to derail the release train.</li>\n<li>Have a history of posting weekly updates to make/core.</li>\n<li>Have a history of regular plugin directory updates.</li>\n<li>Have a testing audience.</li>\n<li>Publish a merge consideration post on make/core complete with visual records and other diligence.</li>\n<li>Exist for at least one release cycle. Plugins created at the beginning of a release cycle should not be considered for merge until the next release.</li>\n</ul>\n<p>It also focuses on establishing a direction for a project early on instead of people aimlessly developing it to see where it goes. It’s worth noting that <a href=\"https://make.wordpress.org/core/2016/03/31/iterating-on-feature-plugins/#comment-29594\">Boren supports </a>the changes to the model.</p>\n<p>Early feedback suggests this is a great move. Michelle Schulp, Founder of <a href=\"http://marktimemedia.com/\">Marktime Media</a>, had this to say about the changes:</p>\n<blockquote><p>Love this, not only because it a) treats WordPress more like an actual product where decisions on features should be tested and vetted before they’re built, and b) validates the design and discovery process as ‘important to WordPress’ and saves a ton of unnecessary dev time, but also c) will help encourage those with other important talents like design/ux/ui/user testing (but not core-level development skills) to contribute.</p></blockquote>\n<p>Although I suggested renaming feature plugins to feature experiments, feature projects is pretty good name. It’s nice to see the model evolve and address many of the problems I outlined in 2015. I encourage you to <a href=\"https://make.wordpress.org/core/2016/03/31/iterating-on-feature-plugins/\">read the full post</a> and let us know what you think of the changes.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 20:47:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: bbPress 2.6 Expected Later This Year, Two Major Features Pushed Back to 2.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/bbpress-2-6-expected-later-this-year-two-major-features-pushed-back-to-2-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1961:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png\"><img class=\"aligncenter size-full wp-image-24338\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png?resize=1025%2C378\" alt=\"bbpress\" /></a>There hasn’t been a lot of news about bbPress lately but earlier this week on the project’s development blog, John James Jacoby <a href=\"https://bbpress.org/blog/2016/03/an-update-on-bbpress-2-6/\">provided a status update</a> on the progress of 2.6 and what to expect for 2.7.</p>\n<p>According to the post, the team has worked hard on 2.6 since <a href=\"https://bbpress.org/blog/2013/11/bbpress-2-5-released/\">2.5’s release</a> in 2013. Unfortunately, two highly anticipated features that were expected to be in 2.6 have been pushed back to 2.7. Jacoby explains why:</p>\n<blockquote><p>Stephen and I have been steadily improving and readying the next major version (2.6) ever since releasing 2.5.0, and while many huge features and neat little improvements have already landed in the development version, there are 2 features that will likely get bumped to 2.7 so we can call 2.6 done:</p>\n<ul>\n<li>bbPress as Post Comments</li>\n<li>Forums as Taxonomies</li>\n</ul>\n<p>These two features are fully architected and planned, but do not have enough progress in code for them to hold up the release of 2.6.</p></blockquote>\n<p>Users can expect to see betas and release candidates of bbPress 2.6 in the coming weeks. Jacoby notes that development on 2.7 will exclusively focus on the two missing features.</p>\n<p>As someone who is waiting on the bbPress as Post Comments feature before diving into bbPress, I’m disappointed. I’m grateful for the time and effort Jacoby, Stephen Edgar, and others put into the project but considering its release history, it may be another 1-2 years before 2.7 is a reality. I don’t know if I can wait that long.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 20:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: BuddyPress 2.6 Development Kicks Off, David Cavins to Lead Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53003\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/buddypress-2-6-development-kicks-off-david-cavins-to-lead-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3909:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png?resize=800%2C450\" alt=\"buddypress-wallpapers\" class=\"aligncenter size-full wp-image-16156\" /></a></p>\n<p>Development on BuddyPress 2.6 began this week with a meeting to set the schedule and scope for the release. The BuddyPress project recently moved to adopt <a href=\"https://make.wordpress.org/core/2015/04/01/release-leads-for-wordpress-4-3-and-4-4/\" target=\"_blank\">release leads</a> as part of the core development process.</p>\n<p>“The release lead gets a sense at the beginning of the dev cycle what he/she would like to accomplish, as well as what others want and are willing to contribute,” Boone Gorges said during last week’s development meeting. “Within those parameters, there is likely lots of room for the lead to make decisions about what the focus should be.”</p>\n<p><a href=\"https://twitter.com/daveycavey\" target=\"_blank\">David Cavins</a> was named release lead for the upcoming 2.6 release and <a href=\"https://profiles.wordpress.org/mercime\" target=\"_blank\">@mercime</a> will be on deck for 2.7. During <a href=\"https://wordpress.slack.com/archives/buddypress/p1459364425000688\" target=\"_blank\">this week’s meeting</a>, Cavins set a schedule for 2.6:</p>\n<ul>\n<li>Beta: May 25</li>\n<li>RC1: June 8</li>\n<li>Official Release: June 15</li>\n</ul>\n<p>Cavins said that 2.6 will focus on performance and UI polish, as many of the tickets filed for the milestone fall into those general categories. Contributors chimed in during the meeting to express interest in working on specific goals and tickets:</p>\n<ul>\n<li>A new API to manage single items navigation (<a href=\"https://buddypress.trac.wordpress.org/ticket/6534\" target=\"_blank\">#6534</a>)</li>\n<li>Incrementor-based caching for ID queries (<a href=\"https://buddypress.trac.wordpress.org/ticket/6643\" target=\"_blank\">#6643</a>)</li>\n<li>Explore implementing Behat to add a functional testing capability to the project</li>\n<li>Extend BuddyPress’ use of caching to group memberships</li>\n<li>Framework for bulk data handling after updates (#<a href=\"https://buddypress.trac.wordpress.org/ticket/6841\" target=\"_blank\">6841</a>)</li>\n</ul>\n<p>Cavins is also organizing a few “<a href=\"https://bpdevel.wordpress.com/2016/03/30/bp-work-parties-april-2016/\" target=\"_blank\">BuddyPress Work Parties</a>” early in the release cycle where contributors can get together to collaborate on tickets, documentation, testing patches, and answering support questions.</p>\n<p>In addition to the new release leads concept, the BuddyPress core team is also considering implementing component maintainers, similar to the way WordPress core is organized.</p>\n<p>“It gives newcomers a sense of where to look if they have questions about a part of BP, or want to get involved in contributing,” Gorges said. “It also creates a sense of ownership for people who are already doing the practical work of triaging certain kinds of tickets, and encourages people to step up and take a role of responsibility.”</p>\n<p>BuddyPress project lead John James Jacoby said that component maintainers has been one of his personal leadership goals for BuddyPress for a long time, with individuals and eventually teams “owning” components to make them shine.</p>\n<p>“The main reasons to do it are empowering people to make decisions, and to elevate everyone’s contributions by promoting within and creating goals for contributors to graduate to, to celebrate their value,” Jacoby said.</p>\n<p>Specific maintainers and/or teams have not yet been identified but the core team is working towards making this more official to streamline contributions.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 20:13:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: WordPress Questions & Answers — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=23159\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-questions-answers-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5659:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Today, we answer questions from Post Status community members, who asked us all sorts of stuff on the <a href=\"https://poststatus.com/ask/\">Post Status Ask</a> page. If you’d like to ask a question, be sure to go there and we’ll see if we can answer it on a future show.</span></p>\n<a href=\"https://audio.simplecast.com/34442.mp3\">https://audio.simplecast.com/34442.mp3</a>\n<p><a href=\"http://audio.simplecast.com/34442.mp3\">Direct Download</a></p>\n<h3>Questions & Links</h3>\n<p><span>We answered the following questions:</span></p>\n<p><strong>Why WordPress?</strong></p>\n<p>In a survey I did before my PressNomics talk, the top answer for what’s important to people in regards to the WordPress world was the quality of the community. WordPress’ ubiquity — powering 26% of the web — helps too.</p>\n<p><strong>What is the biggest mistake you made learning WordPress? (Or, what would you do differently?)</strong></p>\n<p>Joe and I each shared what we tend to do wrong when learning new things. We are fully on opposite ends of the spectrum. Recommended link: <a href=\"http://justbuildwebsites.com/\">Just Build Websites</a>. Also, my post on <a href=\"https://poststatus.com/learn-wordpress-development/\">learning WordPress</a>s holds up pretty well, considering I wrote it in 2014.</p>\n<p><strong>Why did a lot of web and WordPress people get upset about the Mandrill pricing changes, when we want people to value the work we’re doing ourselves?</strong></p>\n<p>We discuss what made Mandrill’s pricing changes controversial, and why we think some level of “outcry” is understandable here. Basically, Mandrill isn’t differentiated enough to warrant the new pricing, in our opinions. However, it’s obviously their right to change their pricing and structure, and the questioner has a valid point in how we value other services versus our own.</p>\n<p><strong>The WordPress REST API clearly has the attention of savvy WordPress developers, but will it really change WordPress as we know it?</strong></p>\n<p>It’s hard to know exactly how the REST API will change WordPress. It partly depends on how extensive the core inclusion of the API is. But at a minimum, the WordPress REST API plugin will be maintained and offer a new way of interacting with WordPress for anyone that wants to do so. And efforts into learning the API will definitely be transferable to using other REST APIs on the web.</p>\n<p><strong>Why isn’t the WordPress importer being worked on more intensively?</strong></p>\n<p>Good question! We talk about the state of the importer, some other options like <a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\">WP Migrate DB Pro</a>, <a href=\"http://www.wpallimport.com/\">WP All Import</a>, and <a href=\"http://wp-cli.org/commands/import/\">WP CLI</a>. We also discuss how to get involved with open source development.</p>\n<p><strong>Should taxonomies have the same feature capabilities as posts in the future?</strong></p>\n<p>There’s been a lot of interesting work on taxonomies in the last several releases, and you can read more about some of that and find links going back from my <a href=\"https://poststatus.com/wordpress-4-4/\">release post for WordPress 4.4</a>. However, we think taxonomies and posts should be different. With the introduction of term meta, it is more important to consider architectural choices well in advance. Finally, the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API</a> will be interesting in how it affects customizing term edit screens.</p>\n<p><strong>How should I use my own domains with Multisite?</strong></p>\n<p>This turned interesting! Fortunately, Multisite component maintainer Jeremy Felt came through while we were on the show to point us to tickets that were merged in WordPress 3.9 for <a href=\"https://core.trac.wordpress.org/ticket/27003\">enabling simpler domain mapping</a>, and in 4.3, when <a href=\"https://core.trac.wordpress.org/ticket/22383\">a better UI was introduced</a>. So, today, it’s much easier to use a custom domain in a network — within the existing WordPress Multisite options interface — versus using a tool like <a href=\"https://github.com/humanmade/Mercator\">Mercator</a>.</p>\n<hr />\n<p>In addition to these questions, we also banter on about some other things and answer a few less serious questions we got from funny listeners. And at the end, I make a pretty big announcement…</p>\n<hr />\n<p>Today’s podcast is sponsored by Design Palette Pro. Design Palette Pro makes it easy to customize pretty much any Genesis theme, without touching code. It’s perfect for when you’re helping a friend with a website, but they don’t have a full service budget and you don’t have time to custom code every element. Get a great website in no time, with Design Palette Pro. Go to <a href=\"https://genesisdesignpro.com/\">GenesisDesignPro.com</a> for more information. Thank you to the team at <a href=\"http://reaktivstudios.com/\">Reaktiv Studios</a>, who builds Design Palette Pro, for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 19:21:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Akismet: Akismet WordPress Plugin 3.1.10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://blog.akismet.com/2016/04/01/akismet-wordpress-plugin-3-1-10/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1161:\"<p>Version 3.1.10 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update fixes a bug that could cause comments caught as spam to end up in the Pending queue. It also fixes the History entries for comments caught by WordPress’s built-in Comment Blacklist in WordPress 4.4 or later.</p>\n<p>Version 3.1.10 is confirmed compatible with WordPress 4.5, which is <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\">coming soon</a>.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1909/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1909/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1909&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 17:07:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Jetpack 3.9.6 Fixes Bug that Inserts Random Vimeo Videos into Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/jetpack-3-9-6-fixes-bug-that-inserts-random-vimeo-videos-into-comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2109:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/jetpack-lego.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/jetpack-lego.jpg?resize=1024%2C504\" alt=\"photo credit: Tek F - cc\" class=\"size-full wp-image-33617\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tekf/3509155200/\">Tek F</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://jetpack.com/2016/03/31/jetpack-3-9-5-maintenance-release/\" target=\"_blank\">Jetpack 3.9.5</a> was released yesterday with compatibilities for the upcoming WordPress 4.5 release and a handful of enhancements/bug fixes. Shortly after issuing the routine maintenance update, the Jetpack team began <a href=\"https://wordpress.org/support/topic/update-to-395-major-issue-adding-un-wanted-video-to-comments\" target=\"_blank\">receiving</a> <a href=\"https://wordpress.org/support/topic/update-to-395-major-issue-adding-un-wanted-video-to-comments\" target=\"_blank\">reports</a> of random, unwanted videos being added to the comments of posts. Any number string in the comments was automatically converted into a Vimeo video.</p>\n<p>No, this bug was not an April Fool’s Day prank, although it seemed like it. As a temporary fix, support representatives recommended that users deactivate the Shortcode Embeds module.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We’re aware of an issue with numbers in comments embedding random Vimeo videos and are working to get 3.9.6 out as a fix ASAP.</p>\n<p>— Jetpack (@jetpack) <a href=\"https://twitter.com/jetpack/status/715603405432074240\">March 31, 2016</a></p></blockquote>\n<p></p>\n<p>The Jetpack team scrambled to fix the rather humorous and annoying bug, which had been introduced while fixing <a href=\"https://github.com/Automattic/jetpack/issues/3534\" target=\"_blank\">another Vimeo bug</a>. A few hours later they shipped 3.9.6 on the heels of the maintenance release. Users who updated to 3.9.5 right away will need to update again in order to avoid running into this bug.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2016 04:43:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress.org UX Research Begins as Part of Long-Term Plan for Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/wordpress-org-ux-research-begins-as-part-of-long-term-plan-for-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3995:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?resize=1025%2C507\" alt=\"photo credit: Lukasz Kowalewski\" class=\"size-full wp-image-44957\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>WordPress.org is second only to WordPress.com in Google search results for “WordPress,” followed by the project’s download, about, and featured themes pages. Unfortunately, visitors to WordPress.org land on an outdated website that doesn’t accurately represent the vibrance of the WordPress project and its strong community. As the face of the open source project, WordPress.org is in desperate need of a redesign.</p>\n<p>Designer Hugo Baeta is currently gathering feedback on the user experience of the site as part of a long-term plan for its improvement. WordPress.org is a slow-moving machine when it comes to updates and design changes, but Baeta’s research is a solid first step towards action.</p>\n<p>“As we take on efforts of documenting and creating more polished and art directed design foundations for the WordPress project as a whole, the .org sites need to get some love as well,” Baeta said.</p>\n<p>He posted <a href=\"https://make.wordpress.org/meta/2016/03/30/wordpress-org-ux-research/\" target=\"_blank\">results of a lengthy 55-question survey</a>, summarizing anonymous feedback from 32 of WordPress’ most active contributors – project leads, team reps, and highly active community members. The survey asked open-ended questions to encourage honest feedback on the site’s biggest pain-points.</p>\n<p>“This survey will help us get a better idea of the direction we need to go on a long-term plan to make improvements to WordPress.org, building a more solid and thought-out foundation so the community can grow and thrive for years to come,” Baeta said.</p>\n<p>For 81% of respondents, the primary reason they visit WordPress.org is to contribute to WordPress. Nearly all agreed that the design feels tired, old, outdated, and inconsistent. It’s not surprising, given the sample’s demographic, that most respondents rarely (if ever) visit the WordPress download page, the themes directory, hosting, or showcase pages.</p>\n<p>Overall, the survey’s participants find the current design to be inconsistent and confusing to navigate unless you are an insider. Several responses communicated frustration that the site isn’t 100% WordPress and that its underlying code prevents it from being easily updated.</p>\n<p>Survey participants offered both sharp criticism and constructive feedback. If you have the time and inclination, the <a href=\"https://make.wordpress.org/meta/2016/03/30/wordpress-org-ux-research/\" target=\"_blank\">results</a> are worth a read.</p>\n<p>WordPress.org serves two different types of users: contributors and the millions of people who use and the software. Baeta did not indicate his next step in the UX research, but it would be worthwhile to sample some first time visitors and users who frequent the pages that contributors don’t often visit.</p>\n<p>While open source software websites aren’t usually known for their cutting edge designs, many inspirational examples can be found at <a href=\"http://beautifulopen.com/\" target=\"_blank\">BeautifulOpen.com</a>. Browsing that catalogue, it’s clear that WordPress.org could greatly benefit from a brighter, more user-friendly design.</p>\n<p>Companies like Wix and Weebly, some of WordPress’ commercial competitors, could never get away with having websites that don’t demonstrate the quality of their products. If WordPress is going to continue to grow past its current 26% market share, the project’s website should reflect its reputation of being easy-to-use software for creating beautiful websites.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Mar 2016 21:48:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 19 Apr 2016 22:49:39 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"232318\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 19 Apr 2016 22:30:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(4184,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1461149380','no'),(4187,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1461106180','no'),(4190,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1461149380','no'),(4193,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2016 22:47:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 14 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Google Analytics by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 19 Apr 2016 22:49:40 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Wed, 27 Jun 2007 15:00:26 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(4196,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1461149380','no'),(4199,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1461106180','no'),(4202,'_transient_timeout_plugin_slugs','1461192581','no'),(4205,'_transient_plugin_slugs','a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"final-countdown/final-countdown.php\";i:2;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:3;s:9:\"hello.php\";i:4;s:37:\"sitemap-for-google/create-sitemap.php\";}','no'),(4208,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1461149381','no'),(4211,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/04/coleman/\'>WordPress 4.5 “Coleman”</a> <span class=\"rss-date\">April 12, 2016</span><div class=\"rssSummary\">Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/linus-torvalds-explains-how-open-source-led-to-the-success-of-linux\'>WPTavern: Linus Torvalds Explains How Open Source Led to the Success of Linux</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-4-6-development-kicks-off-this-week-dominik-schilling-to-lead-release\'>WPTavern: WordPress 4.6 Development Kicks Off This Week, Dominik Schilling to Lead Release</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/sucuri-partners-with-lets-encrypt-to-offer-free-ssl-certificates-to-all-customers\'>WPTavern: Sucuri Partners with Let’s Encrypt to Offer Free SSL Certificates to All Customers</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=61c22ff5d5&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(4220,'_transient_is_multi_author','0','yes'),(4223,'_transient_all_the_cool_cats','1','yes'),(7205,'_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.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.4.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.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.4\";s:7:\"version\";s:5:\"4.5.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1478247411;s:15:\"version_checked\";s:5:\"4.4.5\";s:12:\"translations\";a:0:{}}','yes'),(7945,'_site_transient_timeout_theme_roots','1478249214','yes'),(7946,'_site_transient_theme_roots','a:7:{s:8:\"minamaze\";s:7:\"/themes\";s:8:\"supermag\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:15:\"verysimplestart\";s:7:\"/themes\";s:17:\"xt-corporate-lite\";s:7:\"/themes\";}','yes'),(7947,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1478247417;s:7:\"checked\";a:7:{s:8:\"minamaze\";s:5:\"1.3.4\";s:8:\"supermag\";s:5:\"1.1.7\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.1\";s:15:\"verysimplestart\";s:3:\"1.5\";s:17:\"xt-corporate-lite\";s:5:\"1.0.7\";}s:8:\"response\";a:5:{s:8:\"minamaze\";a:4:{s:5:\"theme\";s:8:\"minamaze\";s:11:\"new_version\";s:6:\"1.3.18\";s:3:\"url\";s:38:\"https://wordpress.org/themes/minamaze/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/minamaze.1.3.18.zip\";}s:8:\"supermag\";a:4:{s:5:\"theme\";s:8:\"supermag\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:38:\"https://wordpress.org/themes/supermag/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/supermag.1.3.3.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.6.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.8.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(7948,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1478247417;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";b:0;}s:35:\"final-countdown/final-countdown.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"66647\";s:4:\"slug\";s:15:\"final-countdown\";s:6:\"plugin\";s:35:\"final-countdown/final-countdown.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/final-countdown/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/final-countdown.1.0.4.zip\";s:6:\"tested\";s:5:\"4.5.4\";s:13:\"compatibility\";b:0;}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"39196\";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:7:\"4.9.3.2\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.4.9.3.2.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";b:0;}s:37:\"sitemap-for-google/create-sitemap.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"67576\";s:4:\"slug\";s:18:\"sitemap-for-google\";s:6:\"plugin\";s:37:\"sitemap-for-google/create-sitemap.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/sitemap-for-google/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/sitemap-for-google.zip\";s:6:\"tested\";s:5:\"4.4.5\";s:13:\"compatibility\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";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\";}}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=551 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (2,8,'_wp_attached_file','2016/02/stlpcalogo-e1455557405735.jpg'),(5,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:37:\"2016/02/stlpcalogo-e1455557405735.jpg\";s:5:\"sizes\";a:32:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-150x150.jpg\";s:5:\"width\";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:\"stlpcalogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x320.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x240.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x192.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x240.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x160.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x320.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x120.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-336x96.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x192.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-336x288.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:21:\"stlpcalogo-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:22:\"stlpcalogo-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(21,15,'_wp_attached_file','2016/02/ClubRacing25years.jpg'),(24,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:497;s:6:\"height\";i:388;s:4:\"file\";s:29:\"2016/02/ClubRacing25years.jpg\";s:5:\"sizes\";a:36:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-150x150.jpg\";s:5:\"width\";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:\"ClubRacing25years-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-497x320.jpg\";s:5:\"width\";i:497;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-497x240.jpg\";s:5:\"width\";i:497;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-497x192.jpg\";s:5:\"width\";i:497;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-497x384.jpg\";s:5:\"width\";i:497;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x388.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:28:\"ClubRacing25years-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:29:\"ClubRacing25years-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,18,'_wp_attached_file','2016/02/Gateway.jpg'),(30,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1914;s:4:\"file\";s:19:\"2016/02/Gateway.jpg\";s:5:\"sizes\";a:44:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Gateway-150x150.jpg\";s:5:\"width\";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:\"Gateway-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Gateway-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Gateway-1024x653.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:19:\"Gateway-960x960.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:19:\"Gateway-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:19:\"Gateway-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:19:\"Gateway-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:19:\"Gateway-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:19:\"Gateway-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:19:\"Gateway-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:19:\"Gateway-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:19:\"Gateway-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:19:\"Gateway-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:19:\"Gateway-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:19:\"Gateway-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:19:\"Gateway-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:19:\"Gateway-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:19:\"Gateway-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:19:\"Gateway-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:18:\"Gateway-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:19:\"Gateway-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:19:\"Gateway-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:19:\"Gateway-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:19:\"Gateway-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:19:\"Gateway-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:19:\"Gateway-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:19:\"Gateway-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:18:\"Gateway-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:19:\"Gateway-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:18:\"Gateway-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:19:\"Gateway-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:19:\"Gateway-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:19:\"Gateway-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:19:\"Gateway-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:19:\"Gateway-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:18:\"Gateway-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:19:\"Gateway-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:18:\"Gateway-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:19:\"Gateway-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:18:\"Gateway-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:18:\"Gateway-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:19:\"Gateway-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:19:\"Gateway-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(32,20,'_wp_attached_file','2016/02/Porsche_StLouis.jpg'),(35,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:206;s:4:\"file\";s:27:\"2016/02/Porsche_StLouis.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x192.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x160.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x120.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-276x96.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x192.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x160.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x107.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-276x80.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-276x64.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x128.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-276x192.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-240x206.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:26:\"Porsche_StLouis-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:27:\"Porsche_StLouis-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,21,'_wp_attached_file','2016/02/Gateway-Motorsports-Park-clean-300x195.png'),(39,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:195;s:4:\"file\";s:50:\"2016/02/Gateway-Motorsports-Park-clean-300x195.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-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:50:\"Gateway-Motorsports-Park-clean-300x195-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-240x195.png\";s:5:\"width\";i:240;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:49:\"Gateway-Motorsports-Park-clean-300x195-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:50:\"Gateway-Motorsports-Park-clean-300x195-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(42,24,'_wp_attached_file','2016/02/et_tuning.png'),(45,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:282;s:6:\"height\";i:93;s:4:\"file\";s:21:\"2016/02/et_tuning.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"et_tuning-150x93.png\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:20:\"et_tuning-282x80.png\";s:5:\"width\";i:282;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:20:\"et_tuning-282x64.png\";s:5:\"width\";i:282;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:20:\"et_tuning-240x93.png\";s:5:\"width\";i:240;s:6:\"height\";i:93;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:{}}}'),(47,26,'_wp_attached_file','2016/02/JML.jpg'),(50,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:130;s:4:\"file\";s:15:\"2016/02/JML.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"JML-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"JML-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:15:\"JML-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:14:\"JML-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:15:\"JML-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:14:\"JML-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:14:\"JML-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:15:\"JML-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:15:\"JML-240x130.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:15:\"JML-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:14:\"JML-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:15:\"JML-240x130.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:14:\"JML-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:15:\"JML-240x130.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:14:\"JML-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:14:\"JML-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:15:\"JML-240x130.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:15:\"JML-240x130.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(51,27,'_wp_attached_file','2016/02/CAB_Medium.png'),(54,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:282;s:4:\"file\";s:22:\"2016/02/CAB_Medium.png\";s:5:\"sizes\";a:34:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-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:\"CAB_Medium-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-625x240.png\";s:5:\"width\";i:625;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-625x192.png\";s:5:\"width\";i:625;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x282.png\";s:5:\"width\";i:480;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x282.png\";s:5:\"width\";i:480;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x282.png\";s:5:\"width\";i:480;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x282.png\";s:5:\"width\";i:480;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-480x282.png\";s:5:\"width\";i:480;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x282.png\";s:5:\"width\";i:320;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:21:\"CAB_Medium-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:22:\"CAB_Medium-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(56,29,'_wp_attached_file','2016/02/clearautobra.png'),(59,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:96;s:4:\"file\";s:24:\"2016/02/clearautobra.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"clearautobra-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x96.png\";s:5:\"width\";i:230;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x80.png\";s:5:\"width\";i:230;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x64.png\";s:5:\"width\";i:230;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x80.png\";s:5:\"width\";i:230;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x60.png\";s:5:\"width\";i:230;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x48.png\";s:5:\"width\";i:230;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"clearautobra-230x96.png\";s:5:\"width\";i:230;s:6:\"height\";i:96;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:{}}}'),(60,30,'_wp_attached_file','2016/02/WCAB-LOGO-2012.png'),(63,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:761;s:6:\"height\";i:277;s:4:\"file\";s:26:\"2016/02/WCAB-LOGO-2012.png\";s:5:\"sizes\";a:34:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-761x240.png\";s:5:\"width\";i:761;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-761x192.png\";s:5:\"width\";i:761;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x277.png\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x277.png\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x277.png\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x277.png\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-480x277.png\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x277.png\";s:5:\"width\";i:320;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:25:\"WCAB-LOGO-2012-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:26:\"WCAB-LOGO-2012-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(95,8,'_edit_lock','1455557302:1'),(96,8,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:336;s:6:\"height\";i:336;s:4:\"file\";s:14:\"stlpcalogo.jpg\";}}'),(98,8,'_edit_last','1'),(105,45,'_oembed_c7ccf98d694a65188dd15ff03411c6d6','<iframe width=\"960\" height=\"540\" src=\"https://www.youtube.com/embed/nUtQMqAWi04?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(108,45,'_oembed_time_c7ccf98d694a65188dd15ff03411c6d6','1456010996'),(110,45,'_edit_last','1'),(119,45,'_edit_lock','1456076903:1'),(126,48,'_edit_last','1'),(129,48,'_wp_page_template','default'),(132,48,'_edit_lock','1456272792:1'),(134,53,'_edit_last','1'),(137,53,'_wp_page_template','default'),(140,53,'_edit_lock','1461106546:1'),(141,59,'_edit_last','1'),(144,59,'_wp_page_template','default'),(147,59,'_edit_lock','1456272435:1'),(165,84,'_wp_attached_file','2016/02/CircuitOfSTL.png'),(168,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:4500;s:4:\"file\";s:24:\"2016/02/CircuitOfSTL.png\";s:5:\"sizes\";a:44:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-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:\"CircuitOfSTL-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CircuitOfSTL-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"CircuitOfSTL-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x960.png\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x480.png\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x640.png\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x384.png\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x576.png\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-960x768.png\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-480x384.png\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"CircuitOfSTL-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"CircuitOfSTL-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(200,107,'_wp_attached_file','2016/02/1988-Gateway-Arial.tiff'),(201,108,'_wp_attached_file','2016/02/1998-Gateway-Arial.tiff'),(204,111,'_wp_attached_file','2016/02/2008-Gateway-Arial.tiff'),(206,113,'_wp_attached_file','2016/02/2012-Gateway-Arial.tiff'),(209,116,'_wp_attached_file','2016/02/1988-Gateway.png'),(212,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:375;s:4:\"file\";s:24:\"2016/02/1988-Gateway.png\";s:5:\"sizes\";a:36:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-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:\"1988-Gateway-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-948x320.png\";s:5:\"width\";i:948;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-948x240.png\";s:5:\"width\";i:948;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-948x192.png\";s:5:\"width\";i:948;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x375.png\";s:5:\"width\";i:480;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-480x375.png\";s:5:\"width\";i:480;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"1988-Gateway-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"1988-Gateway-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(213,117,'_wp_attached_file','2016/02/1998-Gateway.png'),(216,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:965;s:6:\"height\";i:379;s:4:\"file\";s:24:\"2016/02/1998-Gateway.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-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:\"1998-Gateway-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-768x302.png\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-960x379.png\";s:5:\"width\";i:960;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x379.png\";s:5:\"width\";i:480;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-480x379.png\";s:5:\"width\";i:480;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"1998-Gateway-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"1998-Gateway-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(219,120,'_wp_attached_file','2016/02/2008-Gateway.png'),(222,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:992;s:6:\"height\";i:381;s:4:\"file\";s:24:\"2016/02/2008-Gateway.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-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:\"2008-Gateway-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-768x295.png\";s:5:\"width\";i:768;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-960x381.png\";s:5:\"width\";i:960;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x381.png\";s:5:\"width\";i:480;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-480x381.png\";s:5:\"width\";i:480;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"2008-Gateway-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"2008-Gateway-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(225,123,'_wp_attached_file','2016/02/2012-Gateway.png'),(228,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:982;s:6:\"height\";i:387;s:4:\"file\";s:24:\"2016/02/2012-Gateway.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-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:\"2012-Gateway-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-768x303.png\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x387.png\";s:5:\"width\";i:960;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x387.png\";s:5:\"width\";i:960;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x387.png\";s:5:\"width\";i:960;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x387.png\";s:5:\"width\";i:960;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x384.png\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x387.png\";s:5:\"width\";i:960;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-960x387.png\";s:5:\"width\";i:960;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x387.png\";s:5:\"width\";i:480;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-480x384.png\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"2012-Gateway-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"2012-Gateway-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(234,129,'_wp_attached_file','2016/02/slide1.jpg'),(237,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2016/02/slide1.jpg\";s:5:\"sizes\";a:44:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"slide1-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:18:\"slide1-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:19:\"slide1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:18:\"slide1-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:18:\"slide1-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:18:\"slide1-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:18:\"slide1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:18:\"slide1-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:18:\"slide1-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:18:\"slide1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:18:\"slide1-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:18:\"slide1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:17:\"slide1-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:18:\"slide1-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:18:\"slide1-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:18:\"slide1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:18:\"slide1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:18:\"slide1-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:18:\"slide1-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:18:\"slide1-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:17:\"slide1-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:18:\"slide1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:17:\"slide1-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:18:\"slide1-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:18:\"slide1-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:18:\"slide1-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:18:\"slide1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:18:\"slide1-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:17:\"slide1-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:18:\"slide1-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:17:\"slide1-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:18:\"slide1-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:17:\"slide1-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:17:\"slide1-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:18:\"slide1-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:18:\"slide1-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(240,132,'_wp_attached_file','2016/02/gateway_arch1.jpg'),(243,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:729;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2016/02/gateway_arch1.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-150x150.jpg\";s:5:\"width\";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:\"gateway_arch1-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-729x320.jpg\";s:5:\"width\";i:729;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-729x240.jpg\";s:5:\"width\";i:729;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-729x192.jpg\";s:5:\"width\";i:729;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:24:\"gateway_arch1-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:25:\"gateway_arch1-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:13:\"MKW264596 19\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:13:\"MKW264596 19\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(246,135,'_wp_attached_file','2016/02/st-louis.jpg'),(249,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:963;s:6:\"height\";i:320;s:4:\"file\";s:20:\"2016/02/st-louis.jpg\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"st-louis-150x150.jpg\";s:5:\"width\";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:\"st-louis-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"st-louis-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:20:\"st-louis-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:20:\"st-louis-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:20:\"st-louis-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:20:\"st-louis-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:20:\"st-louis-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:20:\"st-louis-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:20:\"st-louis-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:20:\"st-louis-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:20:\"st-louis-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:19:\"st-louis-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:20:\"st-louis-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:20:\"st-louis-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:20:\"st-louis-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:20:\"st-louis-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:20:\"st-louis-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:20:\"st-louis-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:20:\"st-louis-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:19:\"st-louis-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:20:\"st-louis-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:19:\"st-louis-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:20:\"st-louis-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:20:\"st-louis-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:20:\"st-louis-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:20:\"st-louis-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:20:\"st-louis-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:19:\"st-louis-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:20:\"st-louis-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:19:\"st-louis-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:20:\"st-louis-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:19:\"st-louis-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:19:\"st-louis-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:20:\"st-louis-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:20:\"st-louis-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(252,138,'_wp_attached_file','2016/02/st-louis-skyline.jpg'),(255,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2016/02/st-louis-skyline.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-150x150.jpg\";s:5:\"width\";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:\"st-louis-skyline-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-900x240.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-900x192.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x299.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:27:\"st-louis-skyline-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:28:\"st-louis-skyline-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,140,'_wp_attached_file','2016/02/m8t4050_2LR-e1455573881226.jpg'),(260,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:320;s:4:\"file\";s:38:\"2016/02/m8t4050_2LR-e1455573881226.jpg\";s:5:\"sizes\";a:44:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"m8t4050_2LR-e1455573881226-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:37:\"m8t4050_2LR-e1455573881226-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:38:\"m8t4050_2LR-e1455573881226-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:170:\"Circuit of the Americas, Austin, Texas, United States of America.\rSunday 18th November 2012.\rWorld Copyright:Alastair Staley/LAT Photographic \rref: Digital Image _M8T4050\";s:17:\"created_timestamp\";s:10:\"1328045794\";s:9:\"copyright\";s:16:\"LAT Photographic\";s:12:\"focal_length\";s:3:\"600\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:8:{i:0;s:2:\"12\";i:1;s:2:\"US\";i:2;s:3:\"USA\";i:3;s:2:\"F1\";i:4;s:9:\"Formula 1\";i:5;s:11:\"Formula One\";i:6;s:2:\"GP\";i:7;s:3:\"Nov\";}}}'),(263,140,'_edit_lock','1455573761:1'),(266,140,'_wp_attachment_backup_sizes','a:45:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:15:\"m8t4050_2LR.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:24:\"m8t4050_2LR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/1-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x854.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/2-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-2/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/4-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-3/4-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-2/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-3/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-4/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/1-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/2-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-2/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/4-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-3/4-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/5-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-2/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-3/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-4/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/1-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/2-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-2/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/4-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-3/4-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/5-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-2/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-3/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-4/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/1-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/2-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/3-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-2/3-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/4-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-3/4-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/5-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-2/5-orig\";a:4:{s:4:\"file\";s:22:\"m8t4050_2LR-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-3/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-4/5-orig\";a:4:{s:4:\"file\";s:23:\"m8t4050_2LR-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(267,140,'_edit_last','1'),(270,141,'_wp_attached_file','2016/02/gg-944-cup-e1455574106977.jpg'),(273,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:320;s:4:\"file\";s:37:\"2016/02/gg-944-cup-e1455574106977.jpg\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-150x150.jpg\";s:5:\"width\";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:\"gg-944-cup-e1455574106977-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-768x246.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:36:\"gg-944-cup-e1455574106977-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:37:\"gg-944-cup-e1455574106977-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:7:\"unknown\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1309080708\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:6:\"188cup\";}}}'),(275,141,'_edit_lock','1455574497:1'),(276,141,'_wp_attachment_backup_sizes','a:44:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:651;s:4:\"file\";s:14:\"gg-944-cup.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/1-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x651.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/2-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-2/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/4-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-3/4-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x651.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-2/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-3/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-4/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-960x651.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/1-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/2-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-2/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/4-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-3/4-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/5-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-2/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-3/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-4/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/1-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/2-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-2/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/4-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-3/4-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/5-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-2/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-3/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-4/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/1-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/2-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/3-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-2/3-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/4-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-3/4-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/5-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-2/5-orig\";a:4:{s:4:\"file\";s:21:\"gg-944-cup-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-3/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-4/5-orig\";a:4:{s:4:\"file\";s:22:\"gg-944-cup-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(279,141,'_edit_last','1'),(287,48,'_oembed_fb9955d13021fdce8d8f1ed451fb2920','<iframe width=\"960\" height=\"540\" src=\"https://www.youtube.com/embed/a4UnxpfahsQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(290,48,'_oembed_time_fb9955d13021fdce8d8f1ed451fb2920','1455582881'),(306,48,'_oembed_44124c5e61632c4985b66c69c5d12c95','{{unknown}}'),(308,236,'_wp_attached_file','2016/02/gateway1.jpg'),(311,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:334;s:4:\"file\";s:20:\"2016/02/gateway1.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gateway1-150x150.jpg\";s:5:\"width\";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:\"gateway1-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:20:\"gateway1-665x320.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:20:\"gateway1-665x240.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:20:\"gateway1-665x192.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:20:\"gateway1-480x334.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:20:\"gateway1-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:20:\"gateway1-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:20:\"gateway1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:20:\"gateway1-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:20:\"gateway1-480x334.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:19:\"gateway1-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:20:\"gateway1-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:20:\"gateway1-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:20:\"gateway1-480x334.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:20:\"gateway1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:20:\"gateway1-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:20:\"gateway1-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:20:\"gateway1-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:19:\"gateway1-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:20:\"gateway1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:19:\"gateway1-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:20:\"gateway1-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:20:\"gateway1-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:20:\"gateway1-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:20:\"gateway1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:20:\"gateway1-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:19:\"gateway1-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:20:\"gateway1-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:19:\"gateway1-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:20:\"gateway1-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:19:\"gateway1-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:19:\"gateway1-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:20:\"gateway1-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:20:\"gateway1-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(312,240,'_wp_attached_file','2016/02/1892334_orig.jpg'),(315,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2016/02/1892334_orig.jpg\";s:5:\"sizes\";a:44:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1892334_orig-150x150.jpg\";s:5:\"width\";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:\"1892334_orig-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"1892334_orig-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"1892334_orig-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"1892334_orig-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"1892334_orig-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"1892334_orig-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"1892334_orig-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"1892334_orig-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"1892334_orig-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"1892334_orig-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"1892334_orig-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"1892334_orig-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"1892334_orig-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"1892334_orig-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"1892334_orig-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(317,245,'_wp_attached_file','2016/02/gmpflyby.jpg'),(320,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:332;s:4:\"file\";s:20:\"2016/02/gmpflyby.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gmpflyby-150x150.jpg\";s:5:\"width\";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:\"gmpflyby-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:20:\"gmpflyby-657x320.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:20:\"gmpflyby-657x240.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-657x192.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x332.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x332.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:19:\"gmpflyby-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-480x332.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:19:\"gmpflyby-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:19:\"gmpflyby-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:20:\"gmpflyby-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:20:\"gmpflyby-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:19:\"gmpflyby-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:20:\"gmpflyby-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:19:\"gmpflyby-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:20:\"gmpflyby-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:19:\"gmpflyby-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:19:\"gmpflyby-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:20:\"gmpflyby-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:5:\"OWNER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(321,246,'_wp_attached_file','2016/02/davealison.jpg'),(324,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:756;s:6:\"height\";i:496;s:4:\"file\";s:22:\"2016/02/davealison.jpg\";s:5:\"sizes\";a:37:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"davealison-150x150.jpg\";s:5:\"width\";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:\"davealison-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:22:\"davealison-756x480.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:22:\"davealison-756x320.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:22:\"davealison-756x240.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:22:\"davealison-756x192.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:22:\"davealison-756x384.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:22:\"davealison-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:22:\"davealison-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:22:\"davealison-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:22:\"davealison-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:22:\"davealison-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:22:\"davealison-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:21:\"davealison-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:22:\"davealison-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:22:\"davealison-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:22:\"davealison-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:22:\"davealison-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:22:\"davealison-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:22:\"davealison-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:22:\"davealison-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:21:\"davealison-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:22:\"davealison-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:21:\"davealison-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:22:\"davealison-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:22:\"davealison-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:22:\"davealison-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:22:\"davealison-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:22:\"davealison-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:21:\"davealison-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:22:\"davealison-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:21:\"davealison-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:22:\"davealison-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:21:\"davealison-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:21:\"davealison-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:22:\"davealison-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:22:\"davealison-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(327,249,'_wp_attached_file','2016/02/track-map.gif'),(330,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:260;s:4:\"file\";s:21:\"2016/02/track-map.gif\";s:5:\"sizes\";a:34:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"track-map-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"track-map-300x150.gif\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:21:\"track-map-520x240.gif\";s:5:\"width\";i:520;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:21:\"track-map-520x192.gif\";s:5:\"width\";i:520;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:21:\"track-map-480x260.gif\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:21:\"track-map-480x240.gif\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:21:\"track-map-480x160.gif\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:21:\"track-map-480x260.gif\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:21:\"track-map-480x120.gif\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:21:\"track-map-480x260.gif\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:20:\"track-map-480x96.gif\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:21:\"track-map-480x192.gif\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:21:\"track-map-480x260.gif\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:21:\"track-map-480x260.gif\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:21:\"track-map-320x260.gif\";s:5:\"width\";i:320;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:21:\"track-map-320x160.gif\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:21:\"track-map-320x107.gif\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:21:\"track-map-320x213.gif\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:20:\"track-map-320x80.gif\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:21:\"track-map-320x240.gif\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:20:\"track-map-320x64.gif\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:21:\"track-map-320x128.gif\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:21:\"track-map-320x192.gif\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:21:\"track-map-320x256.gif\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:21:\"track-map-240x240.gif\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:21:\"track-map-240x120.gif\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:20:\"track-map-240x80.gif\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:21:\"track-map-240x160.gif\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:20:\"track-map-240x60.gif\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:21:\"track-map-240x180.gif\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:20:\"track-map-240x48.gif\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:20:\"track-map-240x96.gif\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:21:\"track-map-240x144.gif\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:21:\"track-map-240x192.gif\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,259,'_menu_item_type','custom'),(334,259,'_menu_item_menu_item_parent','0'),(337,259,'_menu_item_object_id','259'),(340,259,'_menu_item_object','custom'),(343,259,'_menu_item_target',''),(346,259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(349,259,'_menu_item_xfn',''),(352,259,'_menu_item_url','http://gatewaycarreraclassic.com/www'),(353,260,'_menu_item_type','post_type'),(356,260,'_menu_item_menu_item_parent','0'),(359,260,'_menu_item_object_id','59'),(362,260,'_menu_item_object','page'),(365,260,'_menu_item_target',''),(368,260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(371,260,'_menu_item_xfn',''),(374,260,'_menu_item_url',''),(377,263,'_menu_item_type','post_type'),(380,263,'_menu_item_menu_item_parent','0'),(383,263,'_menu_item_object_id','53'),(386,263,'_menu_item_object','page'),(389,263,'_menu_item_target',''),(392,263,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(395,263,'_menu_item_xfn',''),(398,263,'_menu_item_url',''),(401,266,'_menu_item_type','post_type'),(404,266,'_menu_item_menu_item_parent','0'),(407,266,'_menu_item_object_id','48'),(410,266,'_menu_item_object','page'),(413,266,'_menu_item_target',''),(416,266,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(419,266,'_menu_item_xfn',''),(422,266,'_menu_item_url',''),(436,286,'_wp_attached_file','2016/02/porschestllogo.png'),(439,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:90;s:4:\"file\";s:26:\"2016/02/porschestllogo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"porschestllogo-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:25:\"porschestllogo-232x80.png\";s:5:\"width\";i:232;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:25:\"porschestllogo-232x64.png\";s:5:\"width\";i:232;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:25:\"porschestllogo-232x80.png\";s:5:\"width\";i:232;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:25:\"porschestllogo-232x60.png\";s:5:\"width\";i:232;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:25:\"porschestllogo-232x48.png\";s:5:\"width\";i:232;s:6:\"height\";i:48;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,287,'_wp_attached_file','2016/02/porschestllogo-1.png'),(443,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:90;s:4:\"file\";s:28:\"2016/02/porschestllogo-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"porschestllogo-1-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:27:\"porschestllogo-1-232x80.png\";s:5:\"width\";i:232;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:27:\"porschestllogo-1-232x64.png\";s:5:\"width\";i:232;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:27:\"porschestllogo-1-232x80.png\";s:5:\"width\";i:232;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:27:\"porschestllogo-1-232x60.png\";s:5:\"width\";i:232;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:27:\"porschestllogo-1-232x48.png\";s:5:\"width\";i:232;s:6:\"height\";i:48;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:{}}}'),(466,301,'_wp_attached_file','2016/02/CC.gif'),(469,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:398;s:6:\"height\";i:122;s:4:\"file\";s:14:\"2016/02/CC.gif\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"CC-150x122.gif\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"CC-300x92.gif\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:14:\"CC-398x120.gif\";s:5:\"width\";i:398;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:13:\"CC-398x96.gif\";s:5:\"width\";i:398;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:14:\"CC-320x107.gif\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:13:\"CC-320x80.gif\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:13:\"CC-320x64.gif\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:14:\"CC-320x122.gif\";s:5:\"width\";i:320;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:14:\"CC-240x122.gif\";s:5:\"width\";i:240;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:14:\"CC-240x120.gif\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:13:\"CC-240x80.gif\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:14:\"CC-240x122.gif\";s:5:\"width\";i:240;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:13:\"CC-240x60.gif\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:14:\"CC-240x122.gif\";s:5:\"width\";i:240;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:13:\"CC-240x48.gif\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:13:\"CC-240x96.gif\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:14:\"CC-240x122.gif\";s:5:\"width\";i:240;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:14:\"CC-240x122.gif\";s:5:\"width\";i:240;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,45,'_oembed_8fe09f79eb8fe5a3b0bc92d254f44463','<iframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/nUtQMqAWi04?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(488,45,'_oembed_time_8fe09f79eb8fe5a3b0bc92d254f44463','1456012490'),(491,314,'_wp_attached_file','2016/02/12.-club_registration.jpg'),(494,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:38;s:4:\"file\";s:33:\"2016/02/12.-club_registration.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-150x38.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:32:\"12.-club_registration-240x38.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(497,317,'_wp_attached_file','2016/02/Bob-Woodman-Tires-Logo.png'),(500,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:162;s:4:\"file\";s:34:\"2016/02/Bob-Woodman-Tires-Logo.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-270x160.png\";s:5:\"width\";i:270;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-270x120.png\";s:5:\"width\";i:270;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-270x96.png\";s:5:\"width\";i:270;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-270x160.png\";s:5:\"width\";i:270;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-270x107.png\";s:5:\"width\";i:270;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-270x80.png\";s:5:\"width\";i:270;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-270x64.png\";s:5:\"width\";i:270;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-270x128.png\";s:5:\"width\";i:270;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-240x162.png\";s:5:\"width\";i:240;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-240x162.png\";s:5:\"width\";i:240;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:33:\"Bob-Woodman-Tires-Logo-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:34:\"Bob-Woodman-Tires-Logo-240x162.png\";s:5:\"width\";i:240;s:6:\"height\";i:162;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:{}}}'),(503,320,'_wp_attached_file','2016/02/PCACupPirelli.jpg'),(506,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:687;s:6:\"height\";i:982;s:4:\"file\";s:25:\"2016/02/PCACupPirelli.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-150x150.jpg\";s:5:\"width\";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:\"PCACupPirelli-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x960.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x480.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x320.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x640.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x240.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x720.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x192.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x384.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x576.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-687x768.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:24:\"PCACupPirelli-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:25:\"PCACupPirelli-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(509,323,'_wp_attached_file','2016/02/Porsche-Logo.png'),(512,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:159;s:4:\"file\";s:24:\"2016/02/Porsche-Logo.png\";s:5:\"sizes\";a:32:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Porsche-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:\"Porsche-Logo-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-480x159.png\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x159.png\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x159.png\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x159.png\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x159.png\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x159.png\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-320x159.png\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-240x159.png\";s:5:\"width\";i:240;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-240x159.png\";s:5:\"width\";i:240;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-240x159.png\";s:5:\"width\";i:240;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:23:\"Porsche-Logo-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:24:\"Porsche-Logo-240x159.png\";s:5:\"width\";i:240;s:6:\"height\";i:159;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:{}}}'),(515,326,'_wp_attached_file','2016/02/Sunoco-Logo.png'),(518,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:199;s:4:\"file\";s:23:\"2016/02/Sunoco-Logo.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x192.png\";s:5:\"width\";i:267;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x160.png\";s:5:\"width\";i:267;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x120.png\";s:5:\"width\";i:267;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-267x96.png\";s:5:\"width\";i:267;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x192.png\";s:5:\"width\";i:267;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x160.png\";s:5:\"width\";i:267;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x107.png\";s:5:\"width\";i:267;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-267x80.png\";s:5:\"width\";i:267;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-267x64.png\";s:5:\"width\";i:267;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x128.png\";s:5:\"width\";i:267;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-267x192.png\";s:5:\"width\";i:267;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-240x199.png\";s:5:\"width\";i:240;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:22:\"Sunoco-Logo-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:23:\"Sunoco-Logo-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;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:{}}}'),(520,340,'_wp_attached_file','2016/02/IAG_StLouis_Logo_Compliant_Porsche.gif'),(523,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:267;s:4:\"file\";s:46:\"2016/02/IAG_StLouis_Logo_Compliant_Porsche.gif\";s:5:\"sizes\";a:34:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-300x114.gif\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-705x240.gif\";s:5:\"width\";i:705;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-705x192.gif\";s:5:\"width\";i:705;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x267.gif\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x240.gif\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x160.gif\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x267.gif\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x120.gif\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x267.gif\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-480x96.gif\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x192.gif\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x267.gif\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-480x267.gif\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x267.gif\";s:5:\"width\";i:320;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x160.gif\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x107.gif\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x213.gif\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-320x80.gif\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x240.gif\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-320x64.gif\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x128.gif\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x192.gif\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-320x256.gif\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-240x240.gif\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-240x120.gif\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-240x80.gif\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-240x160.gif\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-240x60.gif\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-240x180.gif\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-240x48.gif\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:45:\"IAG_StLouis_Logo_Compliant_Porsche-240x96.gif\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-240x144.gif\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:46:\"IAG_StLouis_Logo_Compliant_Porsche-240x192.gif\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(524,365,'_wp_attached_file','2016/02/CCarch.jpg'),(527,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:299;s:4:\"file\";s:18:\"2016/02/CCarch.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"CCarch-150x150.jpg\";s:5:\"width\";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:\"CCarch-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"CCarch-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:18:\"CCarch-900x240.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:18:\"CCarch-900x192.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:18:\"CCarch-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:18:\"CCarch-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:18:\"CCarch-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:18:\"CCarch-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:18:\"CCarch-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:18:\"CCarch-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:17:\"CCarch-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:18:\"CCarch-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:18:\"CCarch-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:18:\"CCarch-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:18:\"CCarch-320x299.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:18:\"CCarch-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:18:\"CCarch-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:18:\"CCarch-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:17:\"CCarch-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:18:\"CCarch-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:17:\"CCarch-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:18:\"CCarch-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:18:\"CCarch-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:18:\"CCarch-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:18:\"CCarch-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:18:\"CCarch-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:17:\"CCarch-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:18:\"CCarch-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:17:\"CCarch-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:18:\"CCarch-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:17:\"CCarch-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:17:\"CCarch-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:18:\"CCarch-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:18:\"CCarch-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(529,376,'_wp_attached_file','2016/02/GMPtrackmap.jpg'),(532,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:313;s:4:\"file\";s:23:\"2016/02/GMPtrackmap.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-150x150.jpg\";s:5:\"width\";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:\"GMPtrackmap-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-768x313.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x313.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:22:\"GMPtrackmap-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:23:\"GMPtrackmap-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Geoff Baltz\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(533,383,'_wp_attached_file','2016/02/944-3-e1456448798546.jpg'),(536,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:296;s:4:\"file\";s:32:\"2016/02/944-3-e1456448798546.jpg\";s:5:\"sizes\";a:37:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-150x150.jpg\";s:5:\"width\";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:\"944-3-e1456448798546-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:17:\"944-3-958x320.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-946x240.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-946x192.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:17:\"944-3-958x384.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x296.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x296.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x296.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-480x296.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x296.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:31:\"944-3-e1456448798546-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:32:\"944-3-e1456448798546-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(538,383,'_edit_lock','1456448998:1'),(541,383,'_wp_attachment_backup_sizes','a:38:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:958;s:6:\"height\";i:401;s:4:\"file\";s:9:\"944-3.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"944-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"944-3-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:17:\"944-3-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/3-orig\";a:4:{s:4:\"file\";s:17:\"944-3-958x320.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/4-orig\";a:4:{s:4:\"file\";s:17:\"944-3-958x240.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-1/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-958x192.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column1-2/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-958x384.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/1-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x401.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/2-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/3-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-2/3-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/4-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-3/4-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-1/5-orig\";a:4:{s:4:\"file\";s:16:\"944-3-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-2/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-3/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column2-4/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/1-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/2-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/3-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-2/3-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/4-orig\";a:4:{s:4:\"file\";s:16:\"944-3-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-3/4-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-1/5-orig\";a:4:{s:4:\"file\";s:16:\"944-3-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-2/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-3/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column3-4/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/1-orig\";a:4:{s:4:\"file\";s:17:\"944-3-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/2-orig\";a:4:{s:4:\"file\";s:17:\"944-3-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/3-orig\";a:4:{s:4:\"file\";s:16:\"944-3-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-2/3-orig\";a:4:{s:4:\"file\";s:17:\"944-3-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/4-orig\";a:4:{s:4:\"file\";s:16:\"944-3-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-3/4-orig\";a:4:{s:4:\"file\";s:17:\"944-3-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-1/5-orig\";a:4:{s:4:\"file\";s:16:\"944-3-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-2/5-orig\";a:4:{s:4:\"file\";s:16:\"944-3-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-3/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"column4-4/5-orig\";a:4:{s:4:\"file\";s:17:\"944-3-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(542,383,'_edit_last','1'),(545,386,'_wp_attached_file','2016/02/944banner.jpg'),(548,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3411;s:6:\"height\";i:1258;s:4:\"file\";s:21:\"2016/02/944banner.jpg\";s:5:\"sizes\";a:44:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"944banner-150x150.jpg\";s:5:\"width\";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:\"944banner-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"944banner-768x283.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"944banner-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:21:\"944banner-960x960.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:21:\"944banner-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:21:\"944banner-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:21:\"944banner-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:21:\"944banner-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:21:\"944banner-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:21:\"944banner-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:21:\"944banner-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:21:\"944banner-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:21:\"944banner-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:21:\"944banner-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:21:\"944banner-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:21:\"944banner-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:21:\"944banner-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:21:\"944banner-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:21:\"944banner-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:20:\"944banner-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:21:\"944banner-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:21:\"944banner-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:21:\"944banner-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:21:\"944banner-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:21:\"944banner-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:21:\"944banner-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:21:\"944banner-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:20:\"944banner-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:21:\"944banner-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:20:\"944banner-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:21:\"944banner-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:21:\"944banner-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:21:\"944banner-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:21:\"944banner-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:21:\"944banner-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:20:\"944banner-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:21:\"944banner-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:20:\"944banner-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:21:\"944banner-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:20:\"944banner-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:20:\"944banner-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:21:\"944banner-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:21:\"944banner-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(550,394,'_wp_attached_file','2016/04/CC-WEBSITE-SCHEDULE.pdf'); /*!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_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_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=398 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (8,1,'2016-02-15 01:13:45','2016-02-15 01:13:45','','stlpcalogo','','inherit','open','closed','','stlpcalogo','','','2016-02-15 13:16:15','2016-02-15 19:16:15','',59,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo.jpg',0,'attachment','image/jpeg',0),(15,1,'2016-02-14 19:22:49','2016-02-15 01:22:49','','ClubRacing25years','','inherit','open','closed','','clubracing25years','','','2016-02-15 16:30:40','2016-02-15 22:30:40','',53,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years.jpg',0,'attachment','image/jpeg',0),(18,1,'2016-02-14 19:23:03','2016-02-15 01:23:03','','Gateway','','inherit','open','closed','','gateway','','','2016-02-14 19:23:03','2016-02-15 01:23:03','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway.jpg',0,'attachment','image/jpeg',0),(20,1,'2016-02-14 19:23:28','2016-02-15 01:23:28','','Porsche_StLouis','','inherit','open','closed','','porsche_stlouis','','','2016-02-15 13:28:31','2016-02-15 19:28:31','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg',0,'attachment','image/jpeg',0),(21,1,'2016-02-14 19:23:30','2016-02-15 01:23:30','','Gateway-Motorsports-Park-clean-300x195','','inherit','open','closed','','gateway-motorsports-park-clean-300x195','','','2016-02-15 13:26:41','2016-02-15 19:26:41','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195.png',0,'attachment','image/png',0),(24,1,'2016-02-14 19:23:32','2016-02-15 01:23:32','','et_tuning','','inherit','open','closed','','et_tuning','','','2016-02-15 13:28:30','2016-02-15 19:28:30','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png',0,'attachment','image/png',0),(26,1,'2016-02-14 19:23:34','2016-02-15 01:23:34','','JML','','inherit','open','closed','','jml','','','2016-02-15 13:28:30','2016-02-15 19:28:30','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML.jpg',0,'attachment','image/jpeg',0),(27,1,'2016-02-14 19:23:35','2016-02-15 01:23:35','','CAB_Medium','','inherit','open','closed','','cab_medium','','','2016-02-15 13:28:30','2016-02-15 19:28:30','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium.png',0,'attachment','image/png',0),(29,1,'2016-02-14 19:23:40','2016-02-15 01:23:40','','clearautobra','','inherit','open','closed','','clearautobra','','','2016-02-14 19:23:40','2016-02-15 01:23:40','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/clearautobra.png',0,'attachment','image/png',0),(30,1,'2016-02-14 19:23:42','2016-02-15 01:23:42','','WCAB LOGO 2012','','inherit','open','closed','','wcab-logo-2012','','','2016-02-15 13:28:30','2016-02-15 19:28:30','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012.png',0,'attachment','image/png',0),(45,1,'2016-02-15 12:04:59','2016-02-15 18:04:59','<p style=\"text-align: center;\"><img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\"size-full wp-image-287 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n</a><a href=\"http://www.clearautobra.com\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n<img class=\"wp-image-326 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"129\" height=\"97\" /></a>\r\n<a href=\"http://bobwoodmantires.com\" target=\"_blank\">\r\n<img class=\"wp-image-317 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"163\" height=\"98\" />\r\n</a>','','','publish','open','open','','45','','','2016-02-21 11:49:06','2016-02-21 17:49:06','',0,'http://gatewaycarreraclassic.com/www/?p=45',0,'post','',0),(47,1,'2016-02-15 12:04:59','2016-02-15 18:04:59','[embed]https://youtu.be/nUtQMqAWi04[/embed]','','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 12:04:59','2016-02-15 18:04:59','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(48,1,'2016-02-15 12:07:40','2016-02-15 18:07:40','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has been on the SCCA National and Regional race schedule since it\'s opening, as well as the schedule for other road course organizations.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-376\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/GMPtrackmap-300x122.jpg\" alt=\"GMPtrackmap\" width=\"393\" height=\"170\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','publish','closed','closed','','the-track','','','2016-02-23 18:12:49','2016-02-24 00:12:49','',0,'http://gatewaycarreraclassic.com/www/?page_id=48',0,'page','',0),(51,1,'2016-02-15 12:07:40','2016-02-15 18:07:40','','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 12:07:40','2016-02-15 18:07:40','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(53,1,'2016-02-15 12:08:01','2016-02-15 18:08:01','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/04/CC-WEBSITE-SCHEDULE.pdf\" target=\"_blank\">Download the Schedule Here</a></strong></span></span></h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\r\n<h4><span style=\"color: #000000;\">Golf carts are available to rent for the weekend.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','publish','closed','closed','','the-race','','','2016-04-19 16:55:46','2016-04-19 22:55:46','',0,'http://gatewaycarreraclassic.com/www/?page_id=53',0,'page','',0),(56,1,'2016-02-15 12:08:01','2016-02-15 18:08:01','','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 12:08:01','2016-02-15 18:08:01','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(59,1,'2016-02-15 12:09:01','2016-02-15 18:09:01','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n\r\n<h4 class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</h4>\r\n<h4 class=\"entry-title\">Some of our motorsports heritage:</h4>\r\n<h4><strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region</h4>\r\n<h4><strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.</h4>\r\n<h4><strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.</h4>\r\n<h4><strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)</h4>\r\n<h4><strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.</h4>\r\n<h4><strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.</h4>\r\n<h4><strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.</h4>\r\n<h4><strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.</h4>\r\n<h4><strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.</h4>\r\n<h4><strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.</h4>\r\n<h4><strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “Fuel The Cure“.</h4>\r\n<h4><strong>2016</strong>– The inaugural Gateway Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.</h4>\r\n<h4>The St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong></h4>\r\n<h4>Adair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne</h4>\r\n<h4>The St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:</h4>\r\n<h4>Alexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson</h4>','The Club','','publish','closed','closed','','the-club','','','2016-02-23 18:09:20','2016-02-24 00:09:20','',0,'http://gatewaycarreraclassic.com/www/?page_id=59',0,'page','',0),(60,1,'2016-02-15 12:09:01','2016-02-15 18:09:01','','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-15 12:09:01','2016-02-15 18:09:01','',59,'http://gatewaycarreraclassic.com/www/2016/02/15/59-revision-v1/',0,'revision','',0),(74,1,'2016-02-15 13:04:48','2016-02-15 19:04:48','The St Louis Region of the Porsche Club of America represents the following counties in eastern and north central <strong>MO:</strong>\r\n\r\nAdair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne\r\n\r\nThe St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:\r\n\r\nAlexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-15 13:04:48','2016-02-15 19:04:48','',59,'http://gatewaycarreraclassic.com/www/2016/02/15/59-revision-v1/',0,'revision','',0),(77,1,'2016-02-23 18:05:01','2016-02-24 00:05:01','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\n\n<h4 class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</h4>\n<h4 class=\"entry-title\">Some of our motorsports heritage:</h4>\n<strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region\n\n<strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.\n\n<strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.\n\n<strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)\n\n<strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.\n\n<strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.\n\n<strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.\n\n<strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.\n\n<strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.\n\n<strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.\n\n<strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “<strong>Fuel The Cure</strong>“.\n\n<strong>2016</strong>– The inaugural Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.\n\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\n<h4>Adair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne</h4>\n<h4>The St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:</h4>\n<h4>Alexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson</h4>','The Club','','inherit','closed','closed','','59-autosave-v1','','','2016-02-23 18:05:01','2016-02-24 00:05:01','',59,'http://gatewaycarreraclassic.com/www/2016/02/15/59-autosave-v1/',0,'revision','',0),(80,1,'2016-02-15 13:15:14','2016-02-15 19:15:14','<p class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</p>\r\n<p class=\"entry-title\">Some of our motorsports heritage:</p>\r\n\r\n<div class=\"entry-content\">\r\n\r\n<strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region\r\n\r\n<strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.\r\n\r\n<strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.\r\n\r\n<strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)\r\n\r\n<strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.<strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.\r\n\r\n<strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.\r\n\r\n<strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.\r\n\r\n<strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.\r\n\r\n<strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.\r\n\r\n<strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “<strong>Fuel The Cure</strong>“.\r\n\r\n<strong>2016</strong>– The inaugural Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.\r\n\r\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\r\n\r\n</div>\r\nAdair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne\r\n\r\nThe St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:\r\n\r\nAlexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-15 13:15:14','2016-02-15 19:15:14','',59,'http://gatewaycarreraclassic.com/www/2016/02/15/59-revision-v1/',0,'revision','',0),(81,1,'2016-02-15 13:16:25','2016-02-15 19:16:25','<p class=\"entry-title\"><img class=\"alignnone wp-image-8\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n<p class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</p>\r\n<p class=\"entry-title\">Some of our motorsports heritage:</p>\r\n\r\n<div class=\"entry-content\">\r\n\r\n<strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region\r\n\r\n<strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.\r\n\r\n<strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.\r\n\r\n<strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)\r\n\r\n<strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.<strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.\r\n\r\n<strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.\r\n\r\n<strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.\r\n\r\n<strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.\r\n\r\n<strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.\r\n\r\n<strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “<strong>Fuel The Cure</strong>“.\r\n\r\n<strong>2016</strong>– The inaugural Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.\r\n\r\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\r\n\r\n</div>\r\nAdair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne\r\n\r\nThe St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:\r\n\r\nAlexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-15 13:16:25','2016-02-15 19:16:25','',59,'http://gatewaycarreraclassic.com/www/2016/02/15/59-revision-v1/',0,'revision','',0),(84,1,'2016-02-15 13:25:45','2016-02-15 19:25:45','','CircuitOfSTL','','inherit','open','closed','','circuitofstl','','','2016-02-15 13:25:45','2016-02-15 19:25:45','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL.png',0,'attachment','image/png',0),(87,1,'2016-02-23 18:10:45','2016-02-24 00:10:45','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\n\nGateway has been on the SCCA National and Regional race schedule since it\'s opening, as well as the schedule for other road course organizations.\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\n\n<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" /></p>\n<p style=\"text-align: center;\"></p>\n\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\n\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\n\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\n\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\n\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\n\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\n\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\n\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\n\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\n\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\n\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\n\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\n\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-autosave-v1','','','2016-02-23 18:10:45','2016-02-24 00:10:45','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-autosave-v1/',0,'revision','',0),(89,1,'2016-02-15 13:27:16','2016-02-15 19:27:16','<img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"454\" height=\"295\" />\r\n<img class=\"alignnone size-medium wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" />','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 13:27:16','2016-02-15 19:27:16','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(90,1,'2016-02-20 18:07:49','2016-02-21 00:07:49','<p style=\"text-align: center;\"><img class=\"wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"225\" height=\"146\" />\n<img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"220\" height=\"165\" />\n\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\n\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\n</a><a href=\"http://www.clearautobra.com\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /></a><a href=\"http://bobwoodmantires.com\" target=\"_blank\">\n<img class=\"wp-image-326 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"129\" height=\"97\" />\n<img class=\"wp-image-317 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"163\" height=\"98\" />\n</a>','','','inherit','closed','closed','','45-autosave-v1','','','2016-02-20 18:07:49','2016-02-21 00:07:49','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-autosave-v1/',0,'revision','',0),(93,1,'2016-02-15 13:36:52','2016-02-15 19:36:52','[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"390\" height=\"291\" /></a>\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"alignnone wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"201\" height=\"73\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"alignnone wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"200\" height=\"90\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"alignnone wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"208\" height=\"90\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"alignnone wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"200\" height=\"66\" /></a>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 13:36:52','2016-02-15 19:36:52','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(95,1,'2016-02-15 13:39:01','2016-02-15 19:39:01','[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"390\" height=\"291\" /></a>\r\n<p style=\"text-align: left;\">\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"alignnone wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"201\" height=\"73\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"alignnone wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"200\" height=\"90\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"alignnone wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"208\" height=\"90\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"alignnone wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"200\" height=\"66\" /></a></p>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 13:39:01','2016-02-15 19:39:01','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(98,1,'2016-02-15 13:40:42','2016-02-15 19:40:42','[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"390\" height=\"291\" /></a>\r\n<p style=\"text-align: center;\"><a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"201\" height=\"73\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"200\" height=\"90\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"208\" height=\"90\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"200\" height=\"66\" /></a></p>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 13:40:42','2016-02-15 19:40:42','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(101,1,'2016-02-15 13:43:56','2016-02-15 19:43:56','[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"330\" height=\"246\" /></a>\r\n<p style=\"text-align: center;\"><a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"179\" height=\"65\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"178\" height=\"77\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 alignleft\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a></p>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 13:43:56','2016-02-15 19:43:56','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(104,1,'2016-02-15 13:46:07','2016-02-15 19:46:07','[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n<p style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"330\" height=\"246\" /></a></p>\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"151\" height=\"55\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"166\" height=\"72\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 13:46:07','2016-02-15 19:46:07','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(105,1,'2016-02-15 13:49:11','2016-02-15 19:49:11','<img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"454\" height=\"295\" />\r\n\r\n \r\n\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.\r\n<img class=\"alignnone size-medium wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" />','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 13:49:11','2016-02-15 19:49:11','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(107,1,'2016-02-15 13:49:43','2016-02-15 19:49:43','','1988-Gateway-Arial','','inherit','open','closed','','1988-gateway-arial','','','2016-02-15 13:49:43','2016-02-15 19:49:43','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-Arial.tiff',0,'attachment','image/tiff',0),(108,1,'2016-02-15 13:49:45','2016-02-15 19:49:45','','1998-Gateway-Arial','','inherit','open','closed','','1998-gateway-arial','','','2016-02-15 13:49:45','2016-02-15 19:49:45','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-Arial.tiff',0,'attachment','image/tiff',0),(111,1,'2016-02-15 13:49:47','2016-02-15 19:49:47','','2008-Gateway-Arial','','inherit','open','closed','','2008-gateway-arial','','','2016-02-15 13:49:47','2016-02-15 19:49:47','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-Arial.tiff',0,'attachment','image/tiff',0),(113,1,'2016-02-15 13:49:48','2016-02-15 19:49:48','','2012-Gateway-Arial','','inherit','open','closed','','2012-gateway-arial','','','2016-02-15 13:49:48','2016-02-15 19:49:48','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-Arial.tiff',0,'attachment','image/tiff',0),(116,1,'2016-02-15 14:09:10','2016-02-15 20:09:10','','1988-Gateway','','inherit','open','closed','','1988-gateway','','','2016-02-15 14:09:10','2016-02-15 20:09:10','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway.png',0,'attachment','image/png',0),(117,1,'2016-02-15 14:09:23','2016-02-15 20:09:23','','1998-Gateway','','inherit','open','closed','','1998-gateway','','','2016-02-15 14:09:23','2016-02-15 20:09:23','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway.png',0,'attachment','image/png',0),(120,1,'2016-02-15 14:09:39','2016-02-15 20:09:39','','2008-Gateway','','inherit','open','closed','','2008-gateway','','','2016-02-15 14:09:39','2016-02-15 20:09:39','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway.png',0,'attachment','image/png',0),(123,1,'2016-02-15 14:10:01','2016-02-15 20:10:01','','2012-Gateway','','inherit','open','closed','','2012-gateway','','','2016-02-15 14:10:01','2016-02-15 20:10:01','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway.png',0,'attachment','image/png',0),(126,1,'2016-02-15 14:17:28','2016-02-15 20:17:28','<img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"454\" height=\"295\" />\r\n\r\n \r\n\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.\r\n<img class=\"alignnone size-medium wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" />','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 14:17:28','2016-02-15 20:17:28','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(129,1,'2016-02-15 15:37:26','2016-02-15 21:37:26','','slide1','','inherit','open','closed','','slide1','','','2016-02-15 15:37:26','2016-02-15 21:37:26','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/slide1.jpg',0,'attachment','image/jpeg',0),(132,1,'2016-02-15 15:47:18','2016-02-15 21:47:18','','MKW264596 19','MKW264596 19','inherit','open','closed','','mkw264596-19','','','2016-02-15 15:47:18','2016-02-15 21:47:18','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/gateway_arch1.jpg',0,'attachment','image/jpeg',0),(135,1,'2016-02-15 15:59:20','2016-02-15 21:59:20','','st-louis','','inherit','open','closed','','st-louis','','','2016-02-15 15:59:20','2016-02-15 21:59:20','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/st-louis.jpg',0,'attachment','image/jpeg',0),(138,1,'2016-02-15 16:00:54','2016-02-15 22:00:54','','st-louis-skyline','','inherit','open','closed','','st-louis-skyline','','','2016-02-15 16:00:54','2016-02-15 22:00:54','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/st-louis-skyline.jpg',0,'attachment','image/jpeg',0),(140,1,'2016-02-15 16:02:46','2016-02-15 22:02:46','','m8t4050_2LR','','inherit','open','closed','','m8t4050_2lr','','','2016-02-15 16:04:51','2016-02-15 22:04:51','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/m8t4050_2LR.jpg',0,'attachment','image/jpeg',0),(141,1,'2016-02-15 16:07:49','2016-02-15 22:07:49','','gg-944-cup','','inherit','open','closed','','gg-944-cup','','','2016-02-15 16:10:25','2016-02-15 22:10:25','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/gg-944-cup.jpg',0,'attachment','image/jpeg',0),(144,1,'2016-02-15 16:18:06','2016-02-15 22:18:06','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n<p class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</p>\r\n<p class=\"entry-title\">Some of our motorsports heritage:</p>\r\n\r\n<div class=\"entry-content\">\r\n\r\n<strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region\r\n\r\n<strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.\r\n\r\n<strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.\r\n\r\n<strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)\r\n\r\n<strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.<strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.\r\n\r\n<strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.\r\n\r\n<strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.\r\n\r\n<strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.\r\n\r\n<strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.\r\n\r\n<strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “<strong>Fuel The Cure</strong>“.\r\n\r\n<strong>2016</strong>– The inaugural Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.\r\n\r\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\r\n\r\n</div>\r\nAdair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne\r\n\r\nThe St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:\r\n\r\nAlexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-15 16:18:06','2016-02-15 22:18:06','',59,'http://gatewaycarreraclassic.com/www/2016/02/15/59-revision-v1/',0,'revision','',0),(147,1,'2016-02-15 16:20:24','2016-02-15 22:20:24','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>\r\n\r\n<img class=\" wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"176\" height=\"265\" />\r\n\r\n \r\n\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 16:20:24','2016-02-15 22:20:24','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(150,1,'2016-02-15 16:22:20','2016-02-15 22:22:20','<p style=\"text-align: center;\">[final_countdown id=\"qW6H65m\" width=\"600px\" height=\"150px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:22:20','2016-02-15 22:22:20','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(152,1,'2016-02-15 16:25:30','2016-02-15 22:25:30','<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"800px\" height=\"150px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:25:30','2016-02-15 22:25:30','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(155,1,'2016-02-15 16:26:16','2016-02-15 22:26:16','<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"500px\" height=\"150px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:26:16','2016-02-15 22:26:16','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(156,1,'2016-02-23 11:48:16','2016-02-23 17:48:16','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\n\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\n<h3>April 22-24, 2016\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\n<span style=\"color: #000000;\"> 618-215-8888</span>\n\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\nGolf carts are available to rent for the weekend. Please contact at\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\n<span style=\"color: #000000;\"> 618-345-2800</span>\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\n</span></h4>\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-autosave-v1','','','2016-02-23 11:48:16','2016-02-23 17:48:16','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-autosave-v1/',0,'revision','',0),(158,1,'2016-02-15 16:32:22','2016-02-15 22:32:22','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span>\r\n<span style=\"color: #000000;\"><strong>presented by</strong></span>\r\n<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://www.porschestlouis.com/\" target=\"_blank\">Porsche St. Louis</a></strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"500px\" height=\"150px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:32:22','2016-02-15 22:32:22','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(161,1,'2016-02-15 16:33:30','2016-02-15 22:33:30','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span>\r\n<span style=\"color: #000000;\"><strong>presented by</strong></span>\r\n<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://www.porschestlouis.com/\" target=\"_blank\">Porsche St. Louis</a></strong></span></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"500px\" height=\"150px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:33:30','2016-02-15 22:33:30','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(162,1,'2016-02-15 16:36:18','2016-02-15 22:36:18','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span>\r\n<span style=\"color: #000000;\"><strong>presented by</strong></span>\r\n<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://www.porschestlouis.com/\" target=\"_blank\">Porsche St. Louis</a></strong></span></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n<p style=\"text-align: left;\">Dates: April 22-24, 2016</p>\r\n<p style=\"text-align: left;\">Location: Gateway Motorsports Park</p>\r\n<p style=\"text-align: left;\">Format: Saturday Sprint Race, Sunday Sprint Race, Sunday 1 Hr Enduro</p>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:36:18','2016-02-15 22:36:18','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(164,1,'2016-02-15 16:39:02','2016-02-15 22:39:02','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span>\r\n<span style=\"color: #000000;\"><strong>presented by</strong></span>\r\n<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://www.porschestlouis.com/\" target=\"_blank\">Porsche St. Louis</a></strong></span></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Dates:</span></h3>\r\n<h3 style=\"text-align: left;\">April 22-24, 2016</h3>\r\n<h3 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Location:</span></h3>\r\n<h3 style=\"text-align: left;\">Gateway Motorsports Park</h3>\r\n<h3 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Format:</span></h3>\r\n<h3 style=\"text-align: left;\">Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:39:02','2016-02-15 22:39:02','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(165,1,'2016-02-15 16:39:24','2016-02-15 22:39:24','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span>\r\n<span style=\"color: #000000;\"><strong>presented by</strong></span>\r\n<span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://www.porschestlouis.com/\" target=\"_blank\">Porsche St. Louis</a></strong></span></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Dates:</span></h4>\r\n<h4 style=\"text-align: left;\">April 22-24, 2016</h4>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Location:</span></h4>\r\n<h4 style=\"text-align: left;\">Gateway Motorsports Park</h4>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Format:</span></h4>\r\n<h4 style=\"text-align: left;\">Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h4>\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:39:24','2016-02-15 22:39:24','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(167,1,'2016-02-15 16:41:26','2016-02-15 22:41:26','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Dates:</span></h4>\r\n<h4 style=\"text-align: left;\">April 22-24, 2016</h4>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Location:</span></h4>\r\n<h4 style=\"text-align: left;\">Gateway Motorsports Park</h4>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Format:</span></h4>\r\n<h4 style=\"text-align: left;\">Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h4>\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:41:26','2016-02-15 22:41:26','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(168,1,'2016-02-15 16:42:49','2016-02-15 22:42:49','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"151\" height=\"55\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"166\" height=\"72\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 16:42:49','2016-02-15 22:42:49','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(170,1,'2016-02-15 16:43:47','2016-02-15 22:43:47','<p style=\"text-align: center;\"><img class=\"size-full wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"151\" height=\"55\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"166\" height=\"72\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','The Gateway Carrera Classic','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 16:43:47','2016-02-15 22:43:47','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(171,1,'2016-02-15 16:44:06','2016-02-15 22:44:06','<p style=\"text-align: center;\"><img class=\"size-full wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"151\" height=\"55\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"166\" height=\"72\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 16:44:06','2016-02-15 22:44:06','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(174,1,'2016-02-15 16:48:31','2016-02-15 22:48:31','<p style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"size-full wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></a></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"151\" height=\"55\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.jmlaudio.com/\" target=\"_blank\"><img class=\"wp-image-26 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/JML-300x130.jpg\" alt=\"JML\" width=\"166\" height=\"72\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-15 16:48:31','2016-02-15 22:48:31','',45,'http://gatewaycarreraclassic.com/www/2016/02/15/45-revision-v1/',0,'revision','',0),(176,1,'2016-02-15 16:52:32','2016-02-15 22:52:32','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Dates:</span></h4>\r\n<h4 style=\"text-align: left;\">April 22-24, 2016</h4>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Location:</span></h4>\r\n<h4 style=\"text-align: left;\">Gateway Motorsports Park</h4>\r\n<h4 style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Format:</span></h4>\r\n<h4 style=\"text-align: left;\">Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h4>\r\n<span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span>\r\n\r\n<a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a>\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:52:32','2016-02-15 22:52:32','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(179,1,'2016-02-15 16:52:54','2016-02-15 22:52:54','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n<span style=\"text-decoration: underline;\">Dates:</span>\r\n\r\nApril 22-24, 2016\r\n\r\n<span style=\"text-decoration: underline;\">Location:</span>\r\n\r\nGateway Motorsports Park\r\n\r\n<span style=\"text-decoration: underline;\">Format:</span>\r\n\r\nFriday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span>\r\n\r\n<a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a>\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:52:54','2016-02-15 22:52:54','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(182,1,'2016-02-15 16:53:08','2016-02-15 22:53:08','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Dates:</span></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><span style=\"text-decoration: underline;\">Location:</span></h3>\r\n<h3>Gateway Motorsports Park</h3>\r\n<h3><span style=\"text-decoration: underline;\">Format:</span></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:53:08','2016-02-15 22:53:08','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(185,1,'2016-02-15 16:53:40','2016-02-15 22:53:40','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3>Gateway Motorsports Park</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:53:40','2016-02-15 22:53:40','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(186,1,'2016-02-15 16:54:55','2016-02-15 22:54:55','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3>Gateway Motorsports Park</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\nSpecial rate and room block for racers - mention St. Louis PCA\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:54:55','2016-02-15 22:54:55','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(188,1,'2016-02-15 16:57:18','2016-02-15 22:57:18','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3>Gateway Motorsports Park</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\n1000 Eastport Plaza Drive\r\nCollinsville, Illinois 62234\r\n618-345-2800\r\n\r\nRacer rate - mention St. Louis PCA\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:57:18','2016-02-15 22:57:18','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(189,1,'2016-02-15 16:58:41','2016-02-15 22:58:41','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><a href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\n1000 Eastport Plaza Drive\r\nCollinsville, Illinois 62234\r\n618-345-2800\r\n\r\nRacer rate - mention St. Louis PCA\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 16:58:41','2016-02-15 22:58:41','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(191,1,'2016-02-15 17:01:57','2016-02-15 23:01:57','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><a href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></h3>\r\n700 Raceway Blvd\r\nMadison, IL 62060\r\n618-215-8888\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\n1000 Eastport Plaza Drive\r\nCollinsville, IL 62234\r\n618-345-2800\r\n\r\nRacer rate - mention St. Louis PCA\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 17:01:57','2016-02-15 23:01:57','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(194,1,'2016-02-15 18:35:54','2016-02-16 00:35:54','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>\r\n\r\n<img class=\" wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"176\" height=\"265\" />\r\n\r\nGateway Motorsports Park is on iRacing!\r\nhttp://www.iracing.com/tracks/gateway-motorsports-park/\r\n\r\nhttps://youtu.be/a4UnxpfahsQ\r\n\r\nGateway Motorsports Park is on iRacing!\r\n\r\n \r\n\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 18:35:54','2016-02-16 00:35:54','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(195,1,'2016-02-15 18:37:28','2016-02-16 00:37:28','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>\r\n\r\n<img class=\" wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"176\" height=\"265\" />\r\n\r\nGateway Motorsports Park is on iRacing!\r\nhttp://www.iracing.com/tracks/gateway-motorsports-park/\r\n\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 18:37:28','2016-02-16 00:37:28','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(198,1,'2016-02-15 18:38:41','2016-02-16 00:38:41','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>\r\n\r\n<img class=\" wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"176\" height=\"265\" />\r\n\r\n<span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span>\r\n\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 18:38:41','2016-02-16 00:38:41','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(200,1,'2016-02-15 18:38:59','2016-02-16 00:38:59','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>\r\n\r\n<img class=\" wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"176\" height=\"265\" />\r\n<h3><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 18:38:59','2016-02-16 00:38:59','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(203,1,'2016-02-15 18:40:41','2016-02-16 00:40:41','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>\r\n\r\n<img class=\" wp-image-84 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"176\" height=\"265\" />\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\n<img class=\"size-medium wp-image-116 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1988-Gateway-300x119.png\" alt=\"1988-Gateway\" width=\"300\" height=\"119\" />\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-117 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1998-Gateway-300x118.png\" alt=\"1998-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\n<img class=\"size-medium wp-image-120 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2008-Gateway-300x115.png\" alt=\"2008-Gateway\" width=\"300\" height=\"115\" />\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\n<img class=\"size-medium wp-image-123 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/2012-Gateway-300x118.png\" alt=\"2012-Gateway\" width=\"300\" height=\"118\" />\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 18:40:41','2016-02-16 00:40:41','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(206,1,'2016-02-15 18:43:15','2016-02-16 00:43:15','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nLikened to Phoenix and Darlington, Gateway’s asymmetrical oval has proven to be a demanding test of driver and machine, regardless of whether those machines are open wheel or stock cars. With Turns 1 and 2 tighter, but more steeply banked than Turns 3 and 4, the track requires a compromise chassis set-up, while the fact that the list of Gateway race winners includes names like Carl Edwards, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the infield of the oval track. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 18:43:15','2016-02-16 00:43:15','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(207,1,'2016-02-15 18:57:55','2016-02-16 00:57:55','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><a href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><a href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate - mention St. Louis PCA</span>\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 18:57:55','2016-02-16 00:57:55','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(210,1,'2016-02-15 18:58:43','2016-02-16 00:58:43','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><a href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate - mention St. Louis PCA</span>\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 18:58:43','2016-02-16 00:58:43','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(213,1,'2016-02-15 18:59:04','2016-02-16 00:59:04','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate - mention St. Louis PCA</span>\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 18:59:04','2016-02-16 00:59:04','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(215,1,'2016-02-15 18:59:42','2016-02-16 00:59:42','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 18:59:42','2016-02-16 00:59:42','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(216,1,'2016-02-15 19:00:36','2016-02-16 01:00:36','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 19:00:36','2016-02-16 01:00:36','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(218,1,'2016-02-15 19:03:12','2016-02-16 01:03:12','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nLikened to Phoenix and Darlington, Gateway’s asymmetrical oval has proven to be a demanding test of driver and machine, regardless of whether those machines are open wheel or stock cars. With Turns 1 and 2 tighter, but more steeply banked than Turns 3 and 4, the track requires a compromise chassis set-up, while the fact that the list of Gateway race winners includes names like Carl Edwards, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:03:12','2016-02-16 01:03:12','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(219,1,'2016-02-15 19:05:00','2016-02-16 01:05:00','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nLikened to Phoenix and Darlington, Gateway has proven to be a demanding test of driver and machine. The track requires a compromise chassis set-up, while the fact that the list of Gateway race winners includes names like Carl Edwards, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:05:00','2016-02-16 01:05:00','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(222,1,'2016-02-15 19:05:19','2016-02-16 01:05:19','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nLikened to Phoenix and Darlington, Gateway has proven to be a demanding test of driver and machine. The track requires a compromise chassis set-up, while the fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:05:19','2016-02-16 01:05:19','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(224,1,'2016-02-15 19:06:11','2016-02-16 01:06:11','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nLikened to Phoenix and Darlington, Gateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:06:11','2016-02-16 01:06:11','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(225,1,'2016-02-15 19:07:51','2016-02-16 01:07:51','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\nhttps://youtu.be/a4UnxpfahsQ\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:07:51','2016-02-16 01:07:51','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(228,1,'2016-02-15 19:19:59','2016-02-16 01:19:59','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at ClubRegistration.net on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 19:19:59','2016-02-16 01:19:59','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(230,1,'2016-02-15 19:20:40','2016-02-16 01:20:40','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 19:20:40','2016-02-16 01:20:40','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(231,1,'2016-02-15 19:23:37','2016-02-16 01:23:37','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-15 19:23:37','2016-02-16 01:23:37','',53,'http://gatewaycarreraclassic.com/www/2016/02/15/53-revision-v1/',0,'revision','',0),(233,1,'2016-02-15 19:40:03','2016-02-16 01:40:03','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n \r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:40:03','2016-02-16 01:40:03','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(236,1,'2016-02-15 19:49:02','2016-02-16 01:49:02','','gateway1','','inherit','open','closed','','gateway1','','','2016-02-15 19:49:02','2016-02-16 01:49:02','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/gateway1.jpg',0,'attachment','image/jpeg',0),(237,1,'2016-02-15 19:49:21','2016-02-16 01:49:21','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-236\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/gateway1-300x151.jpg\" alt=\"gateway1\" width=\"520\" height=\"262\" /></p>\r\n\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n \r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:49:21','2016-02-16 01:49:21','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(240,1,'2016-02-15 19:49:53','2016-02-16 01:49:53','','1892334_orig','','inherit','open','closed','','1892334_orig','','','2016-02-15 19:49:53','2016-02-16 01:49:53','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1892334_orig.jpg',0,'attachment','image/jpeg',0),(243,1,'2016-02-15 19:50:20','2016-02-16 01:50:20','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-236\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/gateway1-300x151.jpg\" alt=\"gateway1\" width=\"520\" height=\"262\" /></p>\r\n\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-240\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/1892334_orig-300x225.jpg\" alt=\"1892334_orig\" width=\"508\" height=\"381\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:50:20','2016-02-16 01:50:20','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(245,1,'2016-02-15 19:55:32','2016-02-16 01:55:32','','gmpflyby','','inherit','open','closed','','gmpflyby','','','2016-02-15 19:55:32','2016-02-16 01:55:32','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/gmpflyby.jpg',0,'attachment','image/jpeg',0),(246,1,'2016-02-15 19:55:52','2016-02-16 01:55:52','','davealison','','inherit','open','closed','','davealison','','','2016-02-15 19:55:52','2016-02-16 01:55:52','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison.jpg',0,'attachment','image/jpeg',0),(248,1,'2016-02-15 19:56:12','2016-02-16 01:56:12','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:56:12','2016-02-16 01:56:12','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(249,1,'2016-02-15 19:57:25','2016-02-16 01:57:25','','track-map','','inherit','open','closed','','track-map','','','2016-02-15 19:57:25','2016-02-16 01:57:25','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/track-map.gif',0,'attachment','image/gif',0),(251,1,'2016-02-15 19:57:52','2016-02-16 01:57:52','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has proven to be a demanding test of driver and machine. The fact that the list of Gateway race winners includes names like Carl Edwards, Paul Lerman, Bernie Sunier, Ron Hornaday and Juan Pablo Montoya attests to the demands it places on drivers.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-249\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/track-map-300x150.gif\" alt=\"track-map\" width=\"412\" height=\"206\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-15 19:57:52','2016-02-16 01:57:52','',48,'http://gatewaycarreraclassic.com/www/2016/02/15/48-revision-v1/',0,'revision','',0),(254,1,'2016-02-17 17:45:24','2016-02-17 23:45:24','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n \r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-17 17:45:24','2016-02-17 23:45:24','',53,'http://gatewaycarreraclassic.com/www/2016/02/17/53-revision-v1/',0,'revision','',0),(256,1,'2016-02-17 18:04:22','2016-02-18 00:04:22','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"259\" height=\"202\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - call and mention St. Louis PCA</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-17 18:04:22','2016-02-18 00:04:22','',53,'http://gatewaycarreraclassic.com/www/2016/02/17/53-revision-v1/',0,'revision','',0),(259,1,'2016-02-17 18:54:59','2016-02-18 00:54:59','','Home','','publish','closed','closed','','home','','','2016-02-17 18:54:59','2016-02-18 00:54:59','',0,'http://gatewaycarreraclassic.com/www/2016/02/17/home/',1,'nav_menu_item','',0),(260,1,'2016-02-17 18:56:49','2016-02-18 00:56:49',' ','','','publish','closed','closed','','260','','','2016-02-17 18:56:49','2016-02-18 00:56:49','',0,'http://gatewaycarreraclassic.com/www/2016/02/17/260/',2,'nav_menu_item','',0),(263,1,'2016-02-17 18:56:49','2016-02-18 00:56:49',' ','','','publish','closed','closed','','263','','','2016-02-17 18:56:49','2016-02-18 00:56:49','',0,'http://gatewaycarreraclassic.com/www/2016/02/17/263/',3,'nav_menu_item','',0),(266,1,'2016-02-17 18:56:49','2016-02-18 00:56:49',' ','','','publish','closed','closed','','266','','','2016-02-17 18:56:49','2016-02-18 00:56:49','',0,'http://gatewaycarreraclassic.com/www/2016/02/17/266/',4,'nav_menu_item','',0),(269,1,'2016-02-18 15:33:09','2016-02-18 21:33:09','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has been on the SCCA National and Regional race schedule since it\'s opening, as well as the schedule for other road course organizations.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-249\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/track-map-300x150.gif\" alt=\"track-map\" width=\"446\" height=\"223\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-18 15:33:09','2016-02-18 21:33:09','',48,'http://gatewaycarreraclassic.com/www/2016/02/18/48-revision-v1/',0,'revision','',0),(271,1,'2016-02-18 15:34:04','2016-02-18 21:34:04','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has been on the SCCA National and Regional race schedule since it\'s opening, as well as the schedule for other road course organizations.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-84\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CircuitOfSTL-200x300.png\" alt=\"CircuitOfSTL\" width=\"200\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-249\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/track-map-300x150.gif\" alt=\"track-map\" width=\"446\" height=\"223\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-18 15:34:04','2016-02-18 21:34:04','',48,'http://gatewaycarreraclassic.com/www/2016/02/18/48-revision-v1/',0,'revision','',0),(272,1,'2016-02-18 15:39:46','2016-02-18 21:39:46','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"178\" height=\"133\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span>\r\n</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-18 15:39:46','2016-02-18 21:39:46','',53,'http://gatewaycarreraclassic.com/www/2016/02/18/53-revision-v1/',0,'revision','',0),(275,1,'2016-02-18 15:40:14','2016-02-18 21:40:14','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"207\" height=\"155\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n\r\n<span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span>\r\n</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-18 15:40:14','2016-02-18 21:40:14','',53,'http://gatewaycarreraclassic.com/www/2016/02/18/53-revision-v1/',0,'revision','',0),(278,1,'2016-02-18 15:42:44','2016-02-18 21:42:44','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"207\" height=\"155\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-18 15:42:44','2016-02-18 21:42:44','',53,'http://gatewaycarreraclassic.com/www/2016/02/18/53-revision-v1/',0,'revision','',0),(280,1,'2016-02-18 15:46:08','2016-02-18 21:46:08','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"207\" height=\"155\" /></a></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-18 15:46:08','2016-02-18 21:46:08','',53,'http://gatewaycarreraclassic.com/www/2016/02/18/53-revision-v1/',0,'revision','',0),(281,1,'2016-02-20 17:29:53','2016-02-20 23:29:53','<p style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"size-full wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></a></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"151\" height=\"55\" /></a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" /></a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:29:53','2016-02-20 23:29:53','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(283,1,'2016-02-20 17:30:37','2016-02-20 23:30:37','<p style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"size-full wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></a></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:30:37','2016-02-20 23:30:37','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(286,1,'2016-02-20 17:35:10','2016-02-20 23:35:10','','porschestllogo','','inherit','open','closed','','porschestllogo','','','2016-02-20 17:35:10','2016-02-20 23:35:10','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo.png',0,'attachment','image/png',0),(287,1,'2016-02-20 17:38:24','2016-02-20 23:38:24','','porschestllogo','','inherit','open','closed','','porschestllogo-2','','','2016-02-20 17:38:24','2016-02-20 23:38:24','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png',0,'attachment','image/png',0),(290,1,'2016-02-20 17:38:52','2016-02-20 23:38:52','<p style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\">\r\n<img class=\"alignnone wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"296\" height=\"115\" /></a></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:38:52','2016-02-20 23:38:52','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(292,1,'2016-02-20 17:39:19','2016-02-20 23:39:19','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-20 17:39:19','2016-02-20 23:39:19','',53,'http://gatewaycarreraclassic.com/www/2016/02/20/53-revision-v1/',0,'revision','',0),(295,1,'2016-02-20 17:40:09','2016-02-20 23:40:09','<p style=\"text-align: center;\"><a href=\"http://www.porschestlouis.com/\" target=\"_blank\"><img class=\"wp-image-287 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"296\" height=\"115\" /></a></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:40:09','2016-02-20 23:40:09','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(296,1,'2016-02-20 17:43:50','2016-02-20 23:43:50','<p style=\"text-align: center;\"><img class=\"size-full wp-image-20 alignnone\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:43:50','2016-02-20 23:43:50','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(298,1,'2016-02-20 17:43:59','2016-02-20 23:43:59','<p style=\"text-align: center;\"><img class=\"size-full wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:43:59','2016-02-20 23:43:59','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(299,1,'2016-02-20 17:44:40','2016-02-20 23:44:40','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>The Gateway Carrera Classic</strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-20 17:44:40','2016-02-20 23:44:40','',53,'http://gatewaycarreraclassic.com/www/2016/02/20/53-revision-v1/',0,'revision','',0),(301,1,'2016-02-20 17:49:01','2016-02-20 23:49:01','','CC','','inherit','open','closed','','cc','','','2016-02-20 17:49:01','2016-02-20 23:49:01','',53,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC.gif',0,'attachment','image/gif',0),(304,1,'2016-02-20 17:50:06','2016-02-20 23:50:06','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>GATEWAY\r\n<img class=\"alignnone size-medium wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"300\" height=\"92\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"276\" height=\"206\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-20 17:50:06','2016-02-20 23:50:06','',53,'http://gatewaycarreraclassic.com/www/2016/02/20/53-revision-v1/',0,'revision','',0),(307,1,'2016-02-20 17:51:47','2016-02-20 23:51:47','<p style=\"text-align: center;\"><img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />\r\npresented by\r\n\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"216\" height=\"161\" /></p>\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:51:47','2016-02-20 23:51:47','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(308,1,'2016-02-20 17:52:12','2016-02-20 23:52:12','<p style=\"text-align: center;\"><img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />\r\npresented by</p>\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"216\" height=\"161\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:52:12','2016-02-20 23:52:12','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(310,1,'2016-02-20 17:52:44','2016-02-20 23:52:44','<p style=\"text-align: center;\"><img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"216\" height=\"161\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"189\" height=\"69\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"147\" height=\"66\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"192\" height=\"63\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 17:52:44','2016-02-20 23:52:44','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(313,1,'2016-02-20 17:54:06','2016-02-20 23:54:06','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone wp-image-20\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"248\" height=\"185\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-20 17:54:06','2016-02-20 23:54:06','',53,'http://gatewaycarreraclassic.com/www/2016/02/20/53-revision-v1/',0,'revision','',0),(314,1,'2016-02-20 17:58:43','2016-02-20 23:58:43','','12. club_registration','','inherit','open','closed','','12-club_registration','','','2016-02-20 17:58:43','2016-02-20 23:58:43','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/12.-club_registration.jpg',0,'attachment','image/jpeg',0),(317,1,'2016-02-20 17:58:44','2016-02-20 23:58:44','','Bob Woodman Tires Logo','','inherit','open','closed','','bob-woodman-tires-logo','','','2016-02-20 17:58:44','2016-02-20 23:58:44','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png',0,'attachment','image/png',0),(320,1,'2016-02-20 17:58:47','2016-02-20 23:58:47','','PCACupPirelli','','inherit','open','closed','','pcacuppirelli','','','2016-02-20 17:58:47','2016-02-20 23:58:47','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/PCACupPirelli.jpg',0,'attachment','image/jpeg',0),(323,1,'2016-02-20 17:58:52','2016-02-20 23:58:52','','Porsche Logo','','inherit','open','closed','','porsche-logo','','','2016-02-20 17:58:52','2016-02-20 23:58:52','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche-Logo.png',0,'attachment','image/png',0),(326,1,'2016-02-20 17:58:54','2016-02-20 23:58:54','','Sunoco Logo','','inherit','open','closed','','sunoco-logo','','','2016-02-20 17:58:54','2016-02-20 23:58:54','',45,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png',0,'attachment','image/png',0),(331,1,'2016-02-20 18:03:59','2016-02-21 00:03:59','<p style=\"text-align: center;\"><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"225\" height=\"146\" />\r\n<img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"220\" height=\"165\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\r\n</a> <a href=\"http://clearautobra.com/\" target=\"_blank\"><img class=\"alignnone wp-image-24\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /> <img class=\"alignnone wp-image-27\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /> <img class=\"alignnone wp-image-326\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"104\" height=\"77\" /><img class=\"alignnone wp-image-317\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"133\" height=\"80\" /><img class=\"alignnone wp-image-323\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche-Logo-300x78.png\" alt=\"Porsche Logo\" width=\"250\" height=\"65\" /></a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 18:03:59','2016-02-21 00:03:59','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(333,1,'2016-02-20 18:06:45','2016-02-21 00:06:45','<p style=\"text-align: center;\"><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"225\" height=\"146\" />\r\n<img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"220\" height=\"165\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n</a><a href=\"http://www.clearautobra.com\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /></a><a href=\"http://bobwoodmantires.com\" target=\"_blank\">\r\n<img class=\"wp-image-326 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"129\" height=\"97\" />\r\n<img class=\"wp-image-317 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"163\" height=\"98\" />\r\n</a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 18:06:45','2016-02-21 00:06:45','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(335,1,'2016-02-20 18:08:20','2016-02-21 00:08:20','<p style=\"text-align: center;\"><img class=\"wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"225\" height=\"146\" />\r\n<img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"220\" height=\"165\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n</a><a href=\"http://www.clearautobra.com\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n<img class=\"wp-image-326 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"129\" height=\"97\" /></a>\r\n<a href=\"http://bobwoodmantires.com\" target=\"_blank\">\r\n<img class=\"wp-image-317 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"163\" height=\"98\" />\r\n</a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 18:08:20','2016-02-21 00:08:20','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(337,1,'2016-02-20 18:10:32','2016-02-21 00:10:32','<p style=\"text-align: center;\"><img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\" wp-image-20 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Porsche_StLouis.jpg\" alt=\"Porsche_StLouis\" width=\"220\" height=\"165\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n</a><a href=\"http://www.clearautobra.com\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n<img class=\"wp-image-326 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"129\" height=\"97\" /></a>\r\n<a href=\"http://bobwoodmantires.com\" target=\"_blank\">\r\n<img class=\"wp-image-317 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"163\" height=\"98\" />\r\n</a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-20 18:10:32','2016-02-21 00:10:32','',45,'http://gatewaycarreraclassic.com/www/2016/02/20/45-revision-v1/',0,'revision','',0),(340,1,'2016-02-21 11:46:45','2016-02-21 17:46:45','','IAG_StLouis_Logo_Compliant_Porsche','','inherit','open','closed','','iag_stlouis_logo_compliant_porsche','','','2016-02-21 11:46:45','2016-02-21 17:46:45','',53,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/IAG_StLouis_Logo_Compliant_Porsche.gif',0,'attachment','image/gif',0),(341,1,'2016-02-21 11:48:35','2016-02-21 17:48:35','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-21 11:48:35','2016-02-21 17:48:35','',53,'http://gatewaycarreraclassic.com/www/2016/02/21/53-revision-v1/',0,'revision','',0),(344,1,'2016-02-21 11:49:06','2016-02-21 17:49:06','<p style=\"text-align: center;\"><img class=\"wp-image-301 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"358\" height=\"110\" />presented by</p>\r\n<img class=\"size-full wp-image-287 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" />\r\n\r\n[embed]https://youtu.be/nUtQMqAWi04[/embed]\r\n\r\n<a href=\"http://westcountyauto.com/\" target=\"_blank\"><img class=\"wp-image-30 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/WCAB-LOGO-2012-300x109.png\" alt=\"WCAB LOGO 2012\" width=\"266\" height=\"97\" />\r\n</a> <a href=\"http://www.ettuning.com\" target=\"_blank\"><img class=\"wp-image-24 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/et_tuning.png\" alt=\"et_tuning\" width=\"161\" height=\"53\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n</a><a href=\"http://www.clearautobra.com\" target=\"_blank\"><img class=\"wp-image-27 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CAB_Medium-300x135.png\" alt=\"CAB_Medium\" width=\"140\" height=\"63\" /></a><a href=\"http://racegas.com\" target=\"_blank\">\r\n<img class=\"wp-image-326 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Sunoco-Logo.png\" alt=\"Sunoco Logo\" width=\"129\" height=\"97\" /></a>\r\n<a href=\"http://bobwoodmantires.com\" target=\"_blank\">\r\n<img class=\"wp-image-317 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Bob-Woodman-Tires-Logo.png\" alt=\"Bob Woodman Tires Logo\" width=\"163\" height=\"98\" />\r\n</a>','','','inherit','closed','closed','','45-revision-v1','','','2016-02-21 11:49:06','2016-02-21 17:49:06','',45,'http://gatewaycarreraclassic.com/www/2016/02/21/45-revision-v1/',0,'revision','',0),(349,1,'2016-02-23 11:33:43','2016-02-23 17:33:43','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Format:</span></strong></h3>\r\n<h3>Friday Test & Tune\r\nSaturday Sprint Race\r\nSunday Sprint Race & 1 Hour Enduro</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:33:43','2016-02-23 17:33:43','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(352,1,'2016-02-23 11:40:38','2016-02-23 17:40:38','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<div data-canvas-width=\"115.80825157862742\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE</div>\r\n<div data-canvas-width=\"88.89261033058823\">Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</div>\r\n<div data-canvas-width=\"46.484520934901944\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</div>\r\n<div data-canvas-width=\"375.95438324294133\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</div>\r\n<div data-canvas-width=\"375.95438324294133\"></div>\r\n<div data-canvas-width=\"172.73749252117648\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not</div>\r\n<div data-canvas-width=\"20.208702096470585\">register for the Advanced DE which will have separate run groups each day.</div>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div data-canvas-width=\"159.9328806119608\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65</div>\r\n<div data-canvas-width=\"402.89554420980426\">mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</div>\r\n<div data-canvas-width=\"402.89554420980426\"></div>\r\n<div data-canvas-width=\"169.39025898803922\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</div>\r\n<div data-canvas-width=\"106.1687914988235\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</div>\r\n<div data-canvas-width=\"152.1787597990196\"></div>\r\n<div data-canvas-width=\"34.16027409803922\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</div>\r\n<div data-canvas-width=\"353.2803616231374\"></div>\r\n<div data-canvas-width=\"165.39704350509805\">Your race registration includes Saturday and Sunday track events, Friday evening pizza party at the track, Saturday evening BBQ dinner at the track and event T-shirt.</div>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:40:38','2016-02-23 17:40:38','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(355,1,'2016-02-23 11:42:06','2016-02-23 17:42:06','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<div data-canvas-width=\"115.80825157862742\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE</span></div>\r\n<div data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\">Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></div>\r\n<div data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></div>\r\n<div data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></div>\r\n<div data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"> </span></div>\r\n<div data-canvas-width=\"172.73749252117648\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not</span></div>\r\n<div data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\">register for the Advanced DE which will have separate run groups each day.</span></div>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div data-canvas-width=\"159.9328806119608\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65</span></div>\r\n<div data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></div>\r\n<div data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\"> </span></div>\r\n<div data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></div>\r\n<div data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></div>\r\n<div data-canvas-width=\"152.1787597990196\"><span style=\"color: #000000;\"> </span></div>\r\n<div data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></div>\r\n<div data-canvas-width=\"353.2803616231374\"><span style=\"color: #000000;\"> </span></div>\r\n<div data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza party at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></div>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:42:06','2016-02-23 17:42:06','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(356,1,'2016-02-23 11:43:40','2016-02-23 17:43:40','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza party at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:43:40','2016-02-23 17:43:40','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(358,1,'2016-02-23 11:45:07','2016-02-23 17:45:07','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:45:07','2016-02-23 17:45:07','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(361,1,'2016-02-23 11:48:25','2016-02-23 17:48:25','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\r\nGolf carts are available to rent for the weekend.\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:48:25','2016-02-23 17:48:25','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(364,1,'2016-02-23 11:49:05','2016-02-23 17:49:05','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\r\n<h4><span style=\"color: #000000;\">Golf carts are available to rent for the weekend.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-02-23 11:49:05','2016-02-23 17:49:05','',53,'http://gatewaycarreraclassic.com/www/2016/02/23/53-revision-v1/',0,'revision','',0),(365,1,'2016-02-23 15:55:08','2016-02-23 21:55:08','','CCarch','','inherit','open','closed','','ccarch','','','2016-02-23 15:55:08','2016-02-23 21:55:08','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CCarch.jpg',0,'attachment','image/jpeg',0),(368,1,'2016-02-23 18:06:27','2016-02-24 00:06:27','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n\r\n<h4 class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</h4>\r\n<h4 class=\"entry-title\">Some of our motorsports heritage:</h4>\r\n<strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region\r\n\r\n<strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.\r\n\r\n<strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.\r\n\r\n<strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)\r\n\r\n<strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.\r\n\r\n<strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.\r\n\r\n<strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.\r\n\r\n<strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.\r\n\r\n<strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.\r\n\r\n<strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.\r\n\r\n<strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “<strong>Fuel The Cure</strong>“.\r\n\r\n<strong>2016</strong>– The inaugural Gateway Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.\r\n\r\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\r\n<h4>Adair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne</h4>\r\n<h4>The St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:</h4>\r\n<h4>Alexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson</h4>','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-23 18:06:27','2016-02-24 00:06:27','',59,'http://gatewaycarreraclassic.com/www/2016/02/23/59-revision-v1/',0,'revision','',0),(370,1,'2016-02-23 18:07:23','2016-02-24 00:07:23','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n\r\n<h4 class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</h4>\r\n<h4 class=\"entry-title\">Some of our motorsports heritage:</h4>\r\n<h4><strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region</h4>\r\n<h4><strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.</h4>\r\n<h4><strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.</h4>\r\n<h4><strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)</h4>\r\n<h4><strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.</h4>\r\n<h4><strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.</h4>\r\n<h4><strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.</h4>\r\n<h4><strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.</h4>\r\n<h4><strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.</h4>\r\n<h4><strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.</h4>\r\n<h4><strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “<strong>Fuel The Cure</strong>“.</h4>\r\n<h4><strong>2016</strong>– The inaugural Gateway Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.</h4>\r\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\r\n<h4>Adair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne</h4>\r\n<h4>The St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:</h4>\r\n<h4>Alexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson</h4>','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-23 18:07:23','2016-02-24 00:07:23','',59,'http://gatewaycarreraclassic.com/www/2016/02/23/59-revision-v1/',0,'revision','',0),(371,1,'2016-02-23 18:08:40','2016-02-24 00:08:40','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n\r\n<h4 class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</h4>\r\n<h4 class=\"entry-title\">Some of our motorsports heritage:</h4>\r\n<h4><strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region</h4>\r\n<h4><strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.</h4>\r\n<h4><strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.</h4>\r\n<h4><strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)</h4>\r\n<h4><strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.</h4>\r\n<h4><strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.</h4>\r\n<h4><strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.</h4>\r\n<h4><strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.</h4>\r\n<h4><strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.</h4>\r\n<h4><strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.</h4>\r\n<h4><strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “Fuel The Cure“.</h4>\r\n<h4><strong>2016</strong>– The inaugural Gateway Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.</h4>\r\nThe St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong>\r\n<h4>Adair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne</h4>\r\n<h4>The St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:</h4>\r\n<h4>Alexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson</h4>','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-23 18:08:40','2016-02-24 00:08:40','',59,'http://gatewaycarreraclassic.com/www/2016/02/23/59-revision-v1/',0,'revision','',0),(373,1,'2016-02-23 18:09:20','2016-02-24 00:09:20','<p class=\"entry-title\"><img class=\"wp-image-8 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/stlpcalogo-300x300.jpg\" alt=\"stlpcalogo\" width=\"193\" height=\"193\" /></p>\r\n\r\n<h4 class=\"entry-title\">It all started in 1958 when a group of automobile enthusiasts who owned Porsches and lived in the St Louis area got together and decided to petition the fledgling Porsche Club of America to become a recognized region of the Porsche Club of America.</h4>\r\n<h4 class=\"entry-title\">Some of our motorsports heritage:</h4>\r\n<h4><strong>1959 </strong>– St. Louis Region officially chartered as a Region of the Porsche Club of America on January 17, 1959 by National President, Earl Kirschbaum, Bill Kiburz and Manny Glazer served as first Officers of St. Louis Region</h4>\r\n<h4><strong>1964</strong> – St. Louis Region held it’s first “track” autocross at Mid-America Raceway outside Wentzville, MO. DE’s were unknown to the PCA at the time, so our track event was classed as an “autocross” for insurance and PCA sanctioning purposes. Word spread rapidly across the Midwest about St. Louis rather quick autocross and members from all across the Midwest came to St Louis to “autocross”.</h4>\r\n<h4><strong>1966</strong> – St. Louis Region’s Carl Dieckmann brought a quick and unexpected end to the National PCA Parade Hillclimb event on Cheyenne Mountain at the Denver National Parade. Carl ran off the road during his hillclimb run and was saved from a long fall down the side of the mountain when his 356 snagged on a chain link fence. Carl was unhurt and the car only slightly damaged, but it caused the organizers to shut down the hillclimb.</h4>\r\n<h4><strong>1968</strong> – St. Louis Region became known (perhaps infamous might be a better word) for its Monte Carlo style rally – a high speed event on public roads. Participants were given a route and the “fastest time” won. The event had one checkpoint along the route to make sure people were actually driving the event and not taking short cuts. The history of the event was peppered with numerous incidents (a 912 ending up in a pond near Weldon Springs – headlights under water, but the engine stayed high and dry. One car, luckily not a Porsche, ran off the road, rolled but stopped back on its wheels so the driver completed the rally with his “crushtomized” car – a little banged up but still drivable.)</h4>\r\n<h4><strong>1973</strong> – St. Louis Region partially sponsored an entry in the 24 Hours of Daytona endurance race. St. Louis Region members Klaus Selbert, Marv Schoenfield and Bob Klempel drove the race-prepped 911. St. Louis Region members served as the pit crew. Due to an engine swap, the 911 started 51st out of 53 entries. Early transmission problems forced a 2 hour 20 minute pit stop to replace the transmission. By 10 am, the St Louis entry worked its way up to 15th place. On the last lap, the throttle linkage broke with Klaus Selbert behind the wheel. Klaus screwed the carburetor idle screws wide open and limped around the track at a “very fast idle” to take the checkered flag in 18th place. A young, John O’Steen transferred to St. Louis Region from Peachstate Region. For many years, John competed in the SCCA and IMSA racing series in numerous Porsches. Years later, John went on to become National SCCA E Production champion at the wheel of the Autobahn 356 Speedster. Over the years, John competed in numerous 356, 924, 911, 934, and 962’s in races from MAR in Wentzville to the 24 Hours of LeMans.</h4>\r\n<h4><strong>1974</strong> – The St. Louis Region / Mid-America Raceway “autocross” became known for the first time as the Carrera Classic. 1974 Carrera Classic entry fee – $35.00. The Carrera Classic became a highlight of the Regional calendar until the late 1980’s when MAR was closed by insurance companies due to safety concerns.</h4>\r\n<h4><strong>1986</strong> – The Carrera Classic was reborn at the then new Gateway International Raceway and became a predecessor to the Driver’s Education program of the Porsche Club of America.</h4>\r\n<h4><strong>2003</strong> – St. Louis Region began focusing on charitable events to support local organizations. With contributions from the charity laps at the Carrera Classic, St. Louis Region has been able to make sizable contributions to local charitable organizations such as St. Charles Youth in Need and thousands of dollars to St. Louis Children’s Hospital in support of a special MRI unit to monitor brain activity in infants confined to an incubator. More recently, funds have also been donated to the ALS Foundation, the MO Botanical Garden in honor of our late President Bill Dickson and also to the Children’s Tumor Foundation.</h4>\r\n<h4><strong>2008- </strong>The Region is still going strong. With 2 Drivers Education Events per year the Carrera Classic has allowed hundreds of Porsche Owners to experience what these cars are capable of. Proving that with proper education driver’s can safely learn the dynamic’s of their vehicle all the while making them more competent drivers on the street.</h4>\r\n<h4><strong>2009</strong>– St. Louis Region celebrates it’s 50<sup>th</sup> year with the Porsche Club of America. Many special event’s were held to commemorate this occasion including guest speaker and legendary Porsche Racer Vic Elford at the 50th Anniversary party.</h4>\r\n<h4><strong>2010</strong>– With great events throughout the year the St. Louis Region was able to continue contributing to charities including the Childrens Tumor Foundation, helping to sponsor a 911 GT3 in the 24 Hours of Daytona as part of “Fuel The Cure“.</h4>\r\n<h4><strong>2016</strong>– The inaugural Gateway Carrera Classic PCA Club Race was announced and placed on the national PCA Club Racing schedule. Our first race is a set of sprints and a 60 minute enduro. Plans in the future include a long enduro and racing under the lights at Gateway Motorsports Park.</h4>\r\n<h4>The St Louis Region of the Porsche Club of America has the largest membership in Zone 10 and represents the following counties in eastern and north central <strong>MO:</strong></h4>\r\n<h4>Adair, Audrain, Bollinger, Boone, Butler, Callaway, Cape Girardeau, Carter, Clark, Cole, Crawford, Dent, Dunklin, Franklin, Gasconade, Iron, Jefferson, Knox, Lewis, Lincoln, Macon, Madison, Maries, Marion, Mississippi, Moniteau, Monroe, Montgomery, New Madrid, Osage, Pemiscot, Perry, Phelps, Pike, Ralls, Randolph, Reynolds, Riplrey, Schuyler, Scott, Shannon, Shelby, St Charles, St Francois, St Louis, Ste Genevieve, Stoddard, Warren, Washington, Wayne</h4>\r\n<h4>The St Louis Region of the Porsche Club of America represents the following counties in central and southern <strong>IL</strong>:</h4>\r\n<h4>Alexander, Bond, Calhoun, Clay, Clinton, Edwards, Fayette, Franklin, Gallatin, Greene, Hamilton, Hardin, Jackson, Jefferson, Jersey, Johnson, Macoupin, Madison, Marion, Massac, Montgomery, Perry, Pike, Pope, Pulaski, Randolph, Saline, Scott, St Clair, Union, Washington, Wayne, White, Williamson</h4>','The Club','','inherit','closed','closed','','59-revision-v1','','','2016-02-23 18:09:20','2016-02-24 00:09:20','',59,'http://gatewaycarreraclassic.com/www/2016/02/23/59-revision-v1/',0,'revision','',0),(376,1,'2016-02-23 18:12:16','2016-02-24 00:12:16','','GMPtrackmap','','inherit','open','closed','','gmptrackmap','','','2016-02-23 18:12:16','2016-02-24 00:12:16','',48,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/GMPtrackmap.jpg',0,'attachment','image/jpeg',0),(377,1,'2016-02-23 18:12:34','2016-02-24 00:12:34','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has been on the SCCA National and Regional race schedule since it\'s opening, as well as the schedule for other road course organizations.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-376\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/GMPtrackmap-300x122.jpg\" alt=\"GMPtrackmap\" width=\"393\" height=\"170\" /></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-23 18:12:34','2016-02-24 00:12:34','',48,'http://gatewaycarreraclassic.com/www/2016/02/23/48-revision-v1/',0,'revision','',0),(380,1,'2016-02-23 18:12:49','2016-02-24 00:12:49','<a href=\"http://www.gatewaymsp.com\" target=\"_blank\"><img class=\"alignnone wp-image-21 aligncenter\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"324\" height=\"211\" /></a>Located in the shadow of the Gateway Arch, Gateway Motorsports Park’s roots date back to the 1960s when what was known as St. Louis Raceway Park consisted of a 1/8 mile drag strip. In the 1980s the drag strip was lengthened to ¼ mile, a 2.6 mile road course was added and the facility was renamed Gateway International Raceway. The track was acquired in 1995 by Dover Motorsports Inc. which constructed a 1.25 mile, egg-shaped oval and 1.65 mile road course utilizing the infield and Turns 3 and 4 of the oval. Although Gateway hosted IndyCar, NHRA and NASCAR Nationwide and Truck events, Dover Motorsports closed the track in 2010. Real estate developer Curtis Francois subsequently acquired the facility, rechristened it Gateway Motorsports Park and inked agreements with the NHRA and NASCAR.\r\n\r\nGateway has been on the SCCA National and Regional race schedule since it\'s opening, as well as the schedule for other road course organizations.\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-246\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/davealison-300x197.jpg\" alt=\"davealison\" width=\"372\" height=\"244\" /></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.iracing.com/tracks/gateway-motorsports-park/\" target=\"_blank\">Gateway Motorsports Park is on iRacing!</a></span></span></h3>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-376\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/GMPtrackmap-300x122.jpg\" alt=\"GMPtrackmap\" width=\"393\" height=\"170\" /></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">The Gateway Motorsports Park Story:</span></strong></h3>\r\nGateway Motorsports Park has a rich and storied history with a future that is built on the foundation of introducing St. Louis area race fans to new and exciting forms of sports entertainment.\r\n\r\nWayne Meinert first developed the original St. Louis Raceway Park in 1967 as a simple, 1/8 –mile drag strip. Four years later, following the acquisition of additional land, he expanded the racing surface to a quarter mile and renamed the facility St. Louis International Raceway.\r\n\r\nIn 1985, as the demand for racing increased, a road course was constructed and opened the facility to another group of racing enthusiasts. The 2.6 mile circuit was flat, with only a few small elevation changes, and incorporated parts of the drag strip and shutdown area to provide unique challenge for participants. The new circuit played host the Trans Am Series, Can-Am and a variety of Sports Car Club of American (SCCA) regional and national events. That same year, a 1/20 mile dirt oval opened to play host to a variety of karting events.\r\n\r\nIn 1995 the track was purchased by promoter Chris Pook who immediately began a demolition project of all the existing tracks, which had been renamed Gateway International Raceway in 1988. Pook, who had previously promoted the Formula 1 and Championship Auto Racing Teams (CART) races of the Long Beach (CA) Grand Prix, began construction of a new oval, an infield road course and NHRA sanctioned drag strip.\r\n\r\nThe first major event held at the facility was a Championship Auto Racing Teams (CART) Series race on Saturday, May 24, 1997. The event was held amid the controversy of open wheel racing’s well-publicized split with the Indianapolis Motor Speedway and the Indy Racing League. The race was contested the day prior to the Indy Racing League’s Indianapolis 500 and was won by Canadian Paul Tracy.\r\n\r\nOne month later, in June of 1997, the National Hot Rod Association hosted its first-ever National Event at the venue to a near standing-room only crowd. Joe Amato (Top Fuel) and Ron Capps (Funny Car) became the first professional category drag racing champions at Gateway and created an event that has continued to be one of the most popular on the championship tour.\r\n\r\nThe magical 1997 season saw another historic landmark one month later, on July 26, when the first-ever NASCAR event was held on the 1.25 mile oval. Elliott Sadler wrote his name in the record books as the first of 15 NASCAR Nationwide Series event winners at Gateway between 1997 and 2010. The first event proved exciting to the fans with 14 cautions and 15 lead changes in what remains the longest, 300 miles, NASCAR race ever contested at Gateway.\r\n\r\nNASCAR increased its presence in St. Louis with the addition of the Camping World Truck Series on September 19, 1998. The unique shape and banking of the facility proved perfect for the Truck Series with a pole qualifying speed of 131.218 mile per hour and a hotly contested race that saw Rick Carelli become the first of 13 truck series winners between 1998 and 2010.\r\n\r\nIn 2010 Dover Motorsports, Inc., who had earlier purchased the facility from Pook, hosted two Nationwide Series at Gateway following their closure of Memphis Motorsports Park. Dover, citing their inability to run the operations with acceptable returns, officially announced that Gateway was officially closing and ceasing operations on November 3, 2010.\r\n\r\nOn Sept. 8, 2011, retired race car driver and real estate developer <a href=\"http://www.gatewaymsp.com/en/about/letter-from-the-president\">Curtis Francois</a> announced the re-opening of the 160-acre facility for the 2012 season. With one of the largest racing schedules in the track’s history, Francois renamed and rebranded the park Gateway Motorsports Park (Gateway MSP) to better reflect the diverse motorsports events and activities planned for the future. An important key to reopening Gateway MSP was the commitment to drag racing and the partnership with the National Hot Rod Association (NHRA). Francois inked a long-term deal with the NHRA starting with a signature event in September 2012, which was a tremendous success. In November 2013, Gateway MSP and NASCAR announced the return of the NASCAR Camping World Truck Series for the 2014 season.\r\n\r\nToday, Gateway MSP sparkles with the excitement of an $11.5 million revitalization and fan enthusiasm not seen in decades. Now increased to more than 200 acres, Gateway Motorsports Park is the largest outdoor entertainment facility in the region, encompassing a ¼ mile NHRA-sanctioned drag strip, 1.25 mile NASCAR oval track, 1.6 mile road course, a newly built world class karting facility, improved grandstands and a recently completed fan pavilion. To increase its presence in the world of motorsports, Gateway is currently in the design phase for a multi-use dirt facility that will feature off-road, sand drag and tractor pulling events.\r\n\r\nIn an effort to expand to new realms of business development, a two-story conference center has been added to the road course infield. Gateway is also expanding with more opportunities for car enthusiasts to participate in racing activities with the Gateway Challenge Experience. The Gateway Challenge puts individuals and corporate groups behind the wheel of new Chevrolet SS Camaros with driving instruction and competitions.\r\n\r\nJust two short years after being shuttered, and just months away from being sold for scrap, Gateway Motorsports Park is now considered one of the up-and-coming motorsports facilities in the United States.','The Track','','inherit','closed','closed','','48-revision-v1','','','2016-02-23 18:12:49','2016-02-24 00:12:49','',48,'http://gatewaycarreraclassic.com/www/2016/02/23/48-revision-v1/',0,'revision','',0),(383,1,'2016-02-25 19:04:30','2016-02-26 01:04:30','','944-3','','inherit','open','closed','','944-3','','','2016-02-25 19:09:16','2016-02-26 01:09:16','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944-3.jpg',0,'attachment','image/jpeg',0),(386,1,'2016-02-25 19:11:13','2016-02-26 01:11:13','','944banner','','inherit','open','closed','','944banner','','','2016-02-25 19:11:13','2016-02-26 01:11:13','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/944banner.jpg',0,'attachment','image/jpeg',0),(391,1,'2016-04-19 16:50:45','2016-04-19 22:50:45','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<strong>Download the Schedule Here</strong>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\r\n<h4><span style=\"color: #000000;\">Golf carts are available to rent for the weekend.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-04-19 16:50:45','2016-04-19 22:50:45','',53,'http://gatewaycarreraclassic.com/www/2016/04/19/53-revision-v1/',0,'revision','',0),(394,1,'2016-04-19 16:52:31','2016-04-19 22:52:31','','CC WEBSITE SCHEDULE','','inherit','open','closed','','cc-website-schedule','','','2016-04-19 16:52:31','2016-04-19 22:52:31','',0,'http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/04/CC-WEBSITE-SCHEDULE.pdf',0,'attachment','application/pdf',0),(395,1,'2016-04-19 16:54:17','2016-04-19 22:54:17','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<strong><a href=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/04/CC-WEBSITE-SCHEDULE.pdf\" target=\"_blank\">Download the Schedule Here</a></strong>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\r\n<h4><span style=\"color: #000000;\">Golf carts are available to rent for the weekend.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-04-19 16:54:17','2016-04-19 22:54:17','',53,'http://gatewaycarreraclassic.com/www/2016/04/19/53-revision-v1/',0,'revision','',0),(397,1,'2016-04-19 16:55:46','2016-04-19 22:55:46','<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><img class=\"alignnone wp-image-21\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/Gateway-Motorsports-Park-clean-300x195-300x195.png\" alt=\"Gateway-Motorsports-Park-clean-300x195\" width=\"223\" height=\"145\" />\r\n<img class=\"alignnone wp-image-301\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/CC-300x92.gif\" alt=\"CC\" width=\"336\" height=\"103\" /></strong></span></h1>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>presented by</strong></span></h4>\r\n<h1 style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-287\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/porschestllogo-1.png\" alt=\"porschestllogo\" width=\"232\" height=\"90\" /></h1>\r\n<p style=\"text-align: center;\"><a href=\"http://pca.org/club-racing\" target=\"_blank\"><img class=\"alignnone wp-image-15\" src=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/02/ClubRacing25years-300x234.jpg\" alt=\"ClubRacing25years\" width=\"213\" height=\"166\" /></a></p>\r\n\r\n<h3><strong><span style=\"text-decoration: underline;\">Dates:</span></strong></h3>\r\n<h3>April 22-24, 2016\r\nRegistration opens at <a href=\"http://clubregistration.net\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\">ClubRegistration.net</span></span></a> on March 7, 2016</h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://gatewaycarreraclassic.com/www/wp-content/uploads/2016/04/CC-WEBSITE-SCHEDULE.pdf\" target=\"_blank\">Download the Schedule Here</a></strong></span></span></h3>\r\n<h3><strong><span style=\"text-decoration: underline;\">Location:</span></strong></h3>\r\n<h3><span style=\"text-decoration: underline; color: #0000ff;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.gatewaymsp.com\" target=\"_blank\">Gateway Motorsports Park</a></span></h3>\r\n<span style=\"color: #000000;\">700 Raceway Blvd</span>\r\n<span style=\"color: #000000;\"> Madison, IL 62060</span>\r\n<span style=\"color: #000000;\"> 618-215-8888</span>\r\n\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7784.051831422969!2d-90.13888323048235!3d38.64861836866727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0xdf6e5263c5504342!2sGateway+Motorsports+Park!5e0!3m2!1sen!2sus!4v1455752586013\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong><span style=\"text-decoration: underline;\">Tenative Schedule:</span></strong></h3>\r\n<h4 data-canvas-width=\"88.89261033058823\"><span style=\"color: #000000;\"><strong>Friday</strong> - Test & Tune (Expanded Passing under DE Rules) in conjunction with Advanced DE, Evening orientation meeting and racer chalk talk to get better acquainted with Gateway</span></h4>\r\n<h4 data-canvas-width=\"46.484520934901944\"><span style=\"color: #000000;\"><strong>Saturday</strong> - Practice & Qualifying Sessions, Fun Races and Practice Starts, Sprint Race</span></h4>\r\n<h4 data-canvas-width=\"375.95438324294133\"><span style=\"color: #000000;\"><strong>Sunday</strong> - Practice & Qualifying Sessions, Sprint Race, 1 Hour Enduro</span></h4>\r\n<h4 data-canvas-width=\"20.208702096470585\"><span style=\"color: #000000;\"><strong>Note:</strong> Club racers may register for Friday Test & Tune as part of their race registration, but may not register for the Advanced DE which will have separate run groups each day.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Golf Cart Rental:</strong></span></h3>\r\n<h4><span style=\"color: #000000;\">Golf carts are available to rent for the weekend.</span></h4>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Race Hotel:</strong></span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"http://www.doubletreecollinsville.com\" target=\"_blank\">Doubletree by Hilton - Collinsville, IL</a></span></span></h3>\r\n<span style=\"color: #000000;\">1000 Eastport Plaza Drive</span>\r\n<span style=\"color: #000000;\"> Collinsville, IL 62234</span>\r\n<span style=\"color: #000000;\"> 618-345-2800</span>\r\n<h4><span style=\"color: #000000;\">Racer rate ($92/night) - <span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; text-decoration: underline;\"><a style=\"color: #0000ff; text-decoration: underline;\" href=\"https://secure3.hilton.com/en_US/dt/reservation/book.htm?inputModule=HOTEL&ctyhocn=STLCNDT&spec_plan=CDTPCA&arrival=20160421&departure=20160424&cid=OM,WW,HILTONLINK,EN,DirectLink&fromId=HILTONLINKDIRECT\" target=\"_blank\">Click Here for Reservations</a></span></span>\r\n</span></h4>\r\n<iframe style=\"border: 0px none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1970.6557320273746!2d-90.01790156400277!3d38.67911164316768!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87df556dcba24eab%3A0x67b0d4bc02f7e9d1!2sDoubleTree+by+Hilton+Hotel+Collinsville+-+St.+Louis!5e0!3m2!1sen!2sus!4v1455753813114\" width=\"300\" height=\"225\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h4 data-canvas-width=\"402.89554420980426\"><span style=\"color: #000000;\">The Circuit of St. Louis road course at Gateway Motorsports Park is a well maintained, smooth, 1.65 mile road course located minutes from the Gateway Arch and Downtown St. Louis. The course, which incorporates part of Gateway’s IRL/NASCAR certified 16 degree banked oval and wide main straight, provides great passing opportunities for exciting racing. There is ample paved parking with 24 hour security for your car, RV and trailer.</span></h4>\r\n<h4 data-canvas-width=\"169.39025898803922\"><span style=\"color: #000000;\">Access to the facility is available beginning Thursday, April 21 or even earlier if you contact us.</span></h4>\r\n<h4 data-canvas-width=\"106.1687914988235\"><span style=\"color: #000000;\">This is the first race on the 944 Cup Racing Series Midwest Chapter schedule and a great way to start your season.</span></h4>\r\n<h4 data-canvas-width=\"34.16027409803922\"><span style=\"color: #000000;\">Register early to secure a covered paddock garage space. All garage spaces have air, water and electric connections.</span></h4>\r\n<h4 data-canvas-width=\"165.39704350509805\"><span style=\"color: #000000;\">Your race registration includes Saturday and Sunday track events, Friday evening pizza dinner at the track, Saturday evening BBQ dinner at the track and event T-shirt.</span></h4>\r\n<p style=\"text-align: center;\">[final_countdown id=\"9MnosQH\" width=\"320px\" height=\"120px\"]</p>','The Race','','inherit','closed','closed','','53-revision-v1','','','2016-04-19 16:55:46','2016-04-19 22:55:46','',53,'http://gatewaycarreraclassic.com/www/2016/04/19/53-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (45,1,0),(259,4,0),(260,4,0),(263,4,0),(266,4,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_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(4,4,'nav_menu','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(4,'Home','home',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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','389'),(20,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&wplink=1'),(23,1,'wp_user-settings-time','1461106404'),(26,1,'wporg_favorites',''),(28,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\";}'),(31,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(32,1,'session_tokens','a:1:{s:64:\"a00b395f68635b00ddd6fe6264888cae9e82eb6109ca88325a2fab9ba6a9e255\";a:4:{s:10:\"expiration\";i:1476310123;s:2:\"ip\";s:14:\"108.242.162.10\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0\";s:5:\"login\";i:1476137323;}}'); /*!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_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BVZSeiyuWT.MfL/sMDy7u4m7rFbkYh0','admin','geoff.baltz@apexit.net','','2016-01-07 15:05:18','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03bac89_7' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-12-11 6:20:11