SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE IF EXISTS wp_blogclone;
CREATE TABLE `wp_blogclone` (  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,  `flg_type` text,  `settings` text,  `flg_status` tinyint(1) unsigned NOT NULL DEFAULT '0',  `start` int(11) unsigned NOT NULL DEFAULT '0',  `edited` int(11) unsigned NOT NULL DEFAULT '0',  `added` int(11) unsigned NOT NULL DEFAULT '0',  PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
INSERT INTO wp_blogclone (`id`,`flg_type`,`settings`,`flg_status`,`start`,`edited`,`added`) VALUES ('1','a:1:{i:1;s:1:\"1\";}','a:20:{s:12:\"homeurl_hash\";s:32:\"1d7e7159a7888e853100be9f689da81b\";s:5:\"timer\";a:2:{s:1:\"h\";s:2:\"22\";s:1:\"m\";s:2:\"27\";}s:4:\"blog\";a:10:{s:17:\"dashboad_username\";s:5:\"angel\";s:17:\"dashboad_password\";s:8:\"abcd4567\";s:5:\"title\";s:43:\"Inspire To Win | Living Life To The Fullest\";s:3:\"url\";s:23:\"http://inspiretowin.com\";s:4:\"path\";s:26:\"/home/inspiret/public_html\";s:7:\"db_host\";s:9:\"localhost\";s:7:\"db_name\";s:14:\"inspiret_wrdp2\";s:11:\"db_username\";s:14:\"inspiret_wrdp2\";s:11:\"db_password\";s:15:\"KKTrOfCg7Rh58h7\";s:14:\"db_tableprefix\";s:3:\"wp_\";}s:12:\"archive_type\";s:4:\".zip\";s:6:\"type_1\";a:7:{s:5:\"every\";s:1:\"2\";s:13:\"only_settings\";s:1:\"0\";s:8:\"database\";s:1:\"0\";s:7:\"plugins\";s:1:\"0\";s:6:\"themes\";s:1:\"0\";s:7:\"uploads\";s:1:\"0\";s:13:\"files_exclude\";s:1:\"0\";}s:14:\"updates_number\";s:1:\"3\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:8:\"dir_name\";s:1:\"/\";s:7:\"app_key\";s:0:\"\";s:10:\"app_secret\";s:0:\"\";s:18:\"authorization_code\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:10:\"google_key\";s:0:\"\";s:13:\"google_secret\";s:0:\"\";s:11:\"google_code\";s:0:\"\";s:13:\"refresh_token\";s:0:\"\";s:10:\"send_email\";s:0:\"\";s:9:\"user_data\";a:7:{s:5:\"every\";s:1:\"2\";s:13:\"only_settings\";s:1:\"0\";s:8:\"database\";s:1:\"0\";s:7:\"plugins\";s:1:\"0\";s:6:\"themes\";s:1:\"0\";s:7:\"uploads\";s:1:\"0\";s:13:\"files_exclude\";s:1:\"0\";}}','0','1445034420','1444948159','1444948159');
DROP TABLE IF EXISTS wp_commentmeta;
CREATE TABLE `wp_commentmeta` (  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',  `meta_key` varchar(255) 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=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_commentmeta (`meta_id`,`comment_id`,`meta_key`,`meta_value`) VALUES ('3','4','dsq_parent_post_id',''),('4','4','dsq_post_id','65040578'),('5','5','dsq_parent_post_id',''),('6','5','dsq_post_id','65040579'),('7','6','dsq_parent_post_id','65040579'),('8','6','dsq_post_id','65040580'),('9','8','dsq_parent_post_id',''),('10','8','dsq_post_id','65040583'),('11','9','dsq_parent_post_id','65040583'),('12','9','dsq_post_id','65040585'),('13','10','dsq_parent_post_id',''),('14','10','dsq_post_id','65040586'),('15','11','dsq_parent_post_id','65040586'),('16','11','dsq_post_id','65040587'),('17','13','dsq_parent_post_id',''),('18','13','dsq_post_id','65040589'),('19','14','dsq_parent_post_id',''),('20','14','dsq_post_id','65040590'),('21','15','dsq_parent_post_id','65040590'),('22','15','dsq_post_id','65040591'),('23','19','dsq_parent_post_id',''),('24','19','dsq_post_id','65040596'),('25','21','dsq_parent_post_id',''),('26','21','dsq_post_id','184904798'),('27','22','dsq_post_id','187204174'),('28','22','dsq_parent_post_id','184904798'),('29','23','dsq_parent_post_id',''),('30','23','dsq_post_id','495660499'),('31','25','dsq_parent_post_id',''),('32','25','dsq_post_id','263631384'),('33','26','dsq_parent_post_id',''),('34','26','dsq_post_id','1059413888');
DROP TABLE IF EXISTS wp_comments;
CREATE TABLE `wp_comments` (  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',  `comment_author` tinytext 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=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_comments (`comment_ID`,`comment_post_ID`,`comment_author`,`comment_author_email`,`comment_author_url`,`comment_author_IP`,`comment_date`,`comment_date_gmt`,`comment_content`,`comment_karma`,`comment_approved`,`comment_agent`,`comment_type`,`comment_parent`,`user_id`) VALUES ('4','16021','Collin Ravel','jacintahoar90@hotmail.com','http://annmarietyberg.vox.com/','173.234.152.214','2010-05-21 02:45:03','2010-05-21 09:45:03','you mad freak! That\'s brilliant!','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('5','16021','Eli Cantfield','crissytramontano53@hotmail.com','http://www.church-on-the-net.com/CS/members/annmarietyberg.aspx','173.234.152.214','2010-05-21 12:37:14','2010-05-21 19:37:14','It\'s the old \"curse of knowledge\" dilemma isn\'t it? It\'s easy to assume visitors know how to comment or even that commenting is encouraged. Excellent post.','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('6','16021','AngelRivera','info@inspiretowin.com','','68.8.185.166','2010-05-21 12:42:13','2010-05-21 19:42:13','Hello Eli,\n\nThanks for the comment... Were in the process of making our site more user friendly... It should be up in less than 10 business days.\nCheck back with us in the near future... You can also join our FB Fan page... http://www.facebook.com/inspiretowin','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','5','1'),('7','16021','Ovel Inad','ovelinad@gmail.com','http://www.weddingslot.com','196.35.158.181','2010-05-23 09:54:13','2010-05-23 16:54:13','I’m going to coat-tail on what “Very Evolved” said… The way you connect to your audience is… Know who you are writing to. You need to pick a Target Audience and stick to them. You wouldn’t write to an audience of 14yr olds the same way you would write to an audience of 60yr olds.','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('8','16021','Tam Orrison','Horridge34@yahoo.com','http://www.bankruptcylaws-info.co.cc','190.154.176.182','2010-06-13 23:19:55','2010-06-14 06:19:55','Your blog its amazing thx a lot !','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('9','16021','AngelRivera','info@inspiretowin.com','','68.8.185.166','2010-06-21 12:19:37','2010-06-21 19:19:37','Hello Tam,\n\nGlad you enjoyed!\n\nBest Regards\nAngel Rivera','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','8','1'),('10','16021','Jan Shabazz','Pumarejo36@gmail.com','http://www.powerbook-blog.Co.CC','190.154.177.90','2010-07-06 17:23:11','2010-07-07 00:23:11','I feel far more persons will need to read this, extremely very good info.','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('11','16021','AngelRivera','info@inspiretowin.com','','74.87.30.172','2010-07-16 10:01:46','2010-07-16 17:01:46','Hello Jan,\n\nThanks for you comment... You will continue to see more great info...','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','10','1'),('12','16021','mbt fuaba','sssewsdas@gmail.com','http://Website(optional)','218.6.9.140','2010-07-21 10:01:05','2010-07-21 17:01:05','really appreciate YOU -- thanks a lot!','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('13','57','vegas','marinaallington93@hotmail.com','http://lasvegasallinclusivepackages.com','173.234.46.168','2010-05-15 00:44:34','2010-05-15 07:44:34','a one of a kind periodical','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('14','57','Kristeen Buckey','raguelursini63@hotmail.com','http://www.wisdomstart.com','173.234.94.204','2010-06-19 08:10:42','2010-06-19 15:10:42','I must say you have a cool post. This hit the spot and then some! Thanks for posting this and sharing it with the world. I\'ve just bookmarked your site. And I will check back soon to read your other articles. Keep up your awesome work.','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('15','57','AngelRivera','info@inspiretowin.com','','68.8.185.166','2010-06-21 12:18:15','2010-06-21 19:18:15','Hello Kristeen,\n\nThanks for your post and encouragement! Look forward to hearing more of what you think in the future!\n\nMuch Success\nAngel Rivera','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','14','1'),('16','16022','snmaster.idx','Rehfeld308@gmail.com','http://www.virtual-memory-low.com/','97.74.86.23','2010-06-06 05:01:32','2010-06-06 12:01:32','P thx for ur tips i\'d love to follow u','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('17','16022','Virtual Memory','Borgeson832@gmail.com','http://www.optimizerfreepc.com','97.74.86.23','2010-06-10 07:50:43','2010-06-10 14:50:43','Heyy, Found your blog on Google and I will definatley be recommending and coming back to the site! =)','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('18','16022','AngelRivera','info@inspiretowin.com','','68.8.185.166','2010-06-21 12:20:00','2010-06-21 19:20:00','Awesome!\n\nBest Regards,\nAngel Rivera','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','17','1'),('19','259','Josh','josh@catalystroi.com','','173.12.146.41','2010-06-11 10:13:05','2010-06-11 17:13:05','Angel,\n\nGreat Post!  Everyone gets into a slump no matter how much they try to avoid it.  Thanks for taking the time to encourage people need the extra nudge to help them out of that \"funk\"\n\nJosh','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('20','259','Infawn','loveluigi58@gmail.com','http://Website(optional)','216.59.0.180','2010-07-26 17:36:04','2010-07-27 00:36:04','I don\'t generally respond to content but I will in this case. Seriously a big thumbs up for this 1 <a href=\"http://www.squidoo.com/c-class-ip-hosting\" rel=\"nofollow\">C CLass IP hosting</a>!','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('21','343','N_mullet','n_mullet@yahoo.com','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2011-04-15 06:48:00','2011-04-15 06:48:00','Angel, I haven\'t seen you and Tulane or Isaiah (i apologize if I spelled that wrong) in a very long time and I miss you and everyone at ATTD, as much as I desperately miss the dancing, but I had to tell you how beautiful this is and what an amazing thing I think you\'re doing. This was a beautiful article. My son is now four, and will be five in august, and while his father does see him twice a week, I often feel that I am still the only one raising him. I want you to know that this doesn\'t just inspire father\'s, it inspires mother\'s as well. I know this was geared toward father\'s and believe me, I know plenty of single and married father\'s out there that are doing a fantastic job, but you are also inspiring me, a mother, to be an even better parent. Thank you. Keep up the good work and I will keep an eye out for future blogs. \n\nMiss you guys! \n\nNicole','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('22','343','InspireToWin','angel@inspiretowin.com','http://www.inspiretowin.com','','2011-04-19 00:12:00','2011-04-19 00:12:00','Hello Nicole,\n\nThank you so much for your kind words and Im so happy you enjoyed my latest blog... I do my best to speak and write from experience as well as relevant situations that happen to myself and others through life. I will be sure to continue writing and pray that it effects others as it has you... Look forward to seeing you around the studio... Its been a while! Talk 2 u soon! Angel R.','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','21','0'),('23','343','aavila','aavila@sdccd.edu','','209.129.16.5','2012-04-12 11:57:00','2012-04-12 18:57:00','Very powerful message.. I have to congratulate you!! Millions of hugs to you and your mother. I forwarded this article to a few friends and I already have them asking who you are.:O) Good luck on all your endeveours. \nSincerely,\nAngie Avila ','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('24','343','AngelRivera','info@inspiretowin.com','','108.70.149.238','2012-04-12 13:28:26','2012-04-12 20:28:26','Hey Angie\n\nThank you so much for taking the time to comment... I\'m glad your enjoying the articles... Many\nmore are coming soon... And thank you for forwarding this to your friends! My main goal is to get\nthe word out and inspire as many people as I can in the process... When you get a chance please LIKE\nour fanpage... http://www.facebook.com/inspiretowin - Thanks again!\n\nAngel Rivera\nInspireToWin.com','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','23','1'),('25','16042','Aidababbette','aidababbette@yahoo.com','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2011-07-25 18:33:00','2011-07-25 18:33:00','Son, I am very proud of you, and yes we are all tested from time to time most of the time more than others and of course without tests we have no testimony. And we continue to go full force! if we can see it we can be it! You have some great supporters that teach you, as long as we Keep the Lord first in everything we do we will be a success at everything and everything. Remember be still and know that he is God, If its his will you will go to far places. I love you with all my heart and will do as much as I can . You will be speaking before many people. Right now, God is placing you and strengthening you to be a great motivator for many.\n\nLove You; Mom','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0'),('26','731','Kimberly Erin Stoodley','kimleites@gmail.com','','162.195.209.133','2013-09-25 20:42:00','2013-09-26 03:42:00','Great video Angel!  Stay Hungry - Stay Foolish!!!','0','1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','0','0');
DROP TABLE IF EXISTS wp_layerslider;
CREATE TABLE `wp_layerslider` (  `id` int(10) NOT NULL AUTO_INCREMENT,  `author` int(10) NOT NULL DEFAULT '0',  `name` varchar(100) NOT NULL,  `slug` varchar(100) NOT NULL,  `data` mediumtext NOT NULL,  `date_c` int(10) NOT NULL,  `date_m` int(11) NOT NULL,  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',  PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
INSERT INTO wp_layerslider (`id`,`author`,`name`,`slug`,`data`,`date_c`,`date_m`,`flag_hidden`,`flag_deleted`) VALUES ('1','0','Enfold - most beautiful theme ever','','{\"properties\":{\"post_taxonomy\":\"0\",\"post_orderby\":\"date\",\"post_order\":\"DESC\",\"post_offset\":\"-1\",\"title\":\"Enfold - most beautiful theme ever\",\"slug\":\"\",\"width\":\"100%\",\"height\":\"470\",\"responsive\":\"on\",\"maxwidth\":\"\",\"forceresponsive\":\"on\",\"responsiveunder\":\"1140\",\"sublayercontainer\":\"1140\",\"hideunder\":\"0\",\"hideover\":\"100000\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"twowayslideshow\":\"on\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"\",\"backgroundimageId\":\"\",\"backgroundimage\":\"\",\"sliderfadeinduration\":\"350\",\"sliderstyle\":\"margin-bottom: 0px;\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"hoverbottomnav\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_container_width\":\"60%\",\"thumb_width\":\"80\",\"thumb_height\":\"60\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogoId\":\"\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"all\",\"2d_transitions\":\"11,13,23\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":\"16093\",\"background\":\"\\/wp-content\\/uploads\\/2015\\/07\\/I2W-Slider-3.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"timeshift\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"}},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":\"\",\"background\":\"\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide2_Layer_5.png\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"8000\",\"timeshift\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"}}]}','1436247896','1436672271','0','0'),('2','0','Why Enfold - Small Header','','{\"properties\":{\"title\":\"Why Enfold - Small Header\",\"width\":\"100%\",\"height\":\"150\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"1140\",\"sublayercontainer\":\"1140\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"1\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"#aac98e\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide3_Layer_1.png\",\"thumbnail\":\"\",\"slidedelay\":\"4000\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1 copy\",\"type\":\"img\",\"image\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide3_l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"150\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-18px\",\"left\":\"800px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #1 copy\",\"type\":\"img\",\"image\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide3_l13.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1300\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"200\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-156px\",\"left\":\"842px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #1 copy copy\",\"type\":\"img\",\"image\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide3_l17.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"350\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-279px\",\"left\":\"951px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide3_l13.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"450\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-156px\",\"left\":\"51px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #1 copy copy\",\"type\":\"img\",\"image\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide3_l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-22px\",\"left\":\"-107px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #6\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Why you should choose\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"650\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-size\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"68px\",\"left\":\"214px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/inspiretowin.com\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\/avia-samples\\/slide1_Layer_2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"20px\",\"left\":\"684px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}','1436247896','1436247896','0','0'),('3','2','podcast','','{\"properties\":{\"post_taxonomy\":\"0\",\"post_orderby\":\"date\",\"post_order\":\"DESC\",\"post_offset\":\"-1\",\"title\":\"podcast\",\"slug\":\"\",\"width\":\"100%\",\"height\":\"1024\",\"responsive\":\"on\",\"maxwidth\":\"\",\"forceresponsive\":\"on\",\"responsiveunder\":\"1140\",\"sublayercontainer\":\"1140\",\"hideunder\":\"0\",\"hideover\":\"100000\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"twowayslideshow\":\"on\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"\",\"backgroundimageId\":\"\",\"backgroundimage\":\"\",\"sliderfadeinduration\":\"350\",\"sliderstyle\":\"margin-bottom: 0px;\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"hoverbottomnav\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_container_width\":\"60%\",\"thumb_width\":\"80\",\"thumb_height\":\"60\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogoId\":\"\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"all\",\"2d_transitions\":\"11,13,23\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":\"16120\",\"background\":\"\\/wp-content\\/uploads\\/2015\\/05\\/SB-Podcast-Page-Banner.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"timeshift\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"}}]}','1437719494','1437719624','0','0');
DROP TABLE IF EXISTS wp_links;
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;
DROP TABLE IF EXISTS wp_options;
CREATE TABLE `wp_options` (  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `option_name` varchar(64) 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=21075 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('1','siteurl','http://inspiretowin.com/','yes'),('2','home','http://inspiretowin.com/','yes'),('3','blogname','Inspire To Win | Living Life To The Fullest','yes'),('4','blogdescription','Live Life To The Fullest - Inspire To Win','yes'),('5','users_can_register','0','yes'),('6','admin_email','AngelRivera08@yahoo.com','yes'),('7','start_of_week','1','yes'),('8','use_balanceTags','0','yes'),('9','use_smilies','1','yes'),('10','require_name_email','1','yes'),('11','comments_notify','','yes'),('12','posts_per_rss','10','yes'),('13','rss_use_excerpt','0','yes'),('14','mailserver_url','mail.example.com','yes'),('15','mailserver_login','login@example.com','yes'),('16','mailserver_pass','password','yes'),('17','mailserver_port','110','yes'),('18','default_category','1','yes'),('19','default_comment_status','closed','yes'),('20','default_ping_status','closed','yes'),('21','default_pingback_flag','','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','','yes'),('28','permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),('29','gzipcompression','0','yes'),('30','hack_file','0','yes'),('31','blog_charset','UTF-8','yes'),('32','moderation_keys','','no'),('33','active_plugins','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:23:\"blogclone/blogclone.php\";i:2;s:41:\"hellobar_wp_plugin/hellobar_wp_plugin.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:23:\"leadpages/leadpages.php\";i:5;s:41:\"mojo-marketplace-vps/mojo-marketplace.php\";i:6;s:27:\"pretty-link/pretty-link.php\";i:7;s:45:\"simple-podcast-press/simple-podcast-press.php\";i:8;s:17:\"sumome/sumome.php\";i:9;s:43:\"the-events-calendar/the-events-calendar.php\";i:10;s:41:\"wordpress-importer/wordpress-importer.php\";i:11;s:31:\"wp-spamshield/wp-spamshield.php\";i:12;s:27:\"wp-super-cache/wp-cache.php\";}','yes'),('34','category_base','','yes'),('35','ping_sites','http://rpc.pingomatic.com/','yes'),('36','advanced_edit','0','yes'),('37','comment_max_links','2','yes'),('38','gmt_offset','0','yes'),('39','default_email_category','1','yes'),('40','recently_edited','','no'),('41','template','enfold','yes'),('42','stylesheet','enfold','yes'),('43','comment_whitelist','1','yes'),('44','blacklist_keys','','no'),('45','comment_registration','1','yes'),('46','html_type','text/html','yes'),('47','use_trackback','0','yes'),('48','default_role','subscriber','yes'),('49','db_version','33056','yes'),('50','uploads_use_yearmonth_folders','1','yes'),('51','upload_path','','yes'),('52','blog_public','1','yes'),('53','default_link_category','2','yes'),('54','show_on_front','posts','yes'),('55','tag_base','','yes'),('56','show_avatars','1','yes'),('57','avatar_rating','G','yes'),('58','upload_url_path','','yes'),('59','thumbnail_size_w','80','yes'),('60','thumbnail_size_h','80','yes'),('61','thumbnail_crop','1','yes'),('62','medium_size_w','300','yes'),('63','medium_size_h','300','yes'),('64','avatar_default','mystery','yes'),('65','large_size_w','1030','yes'),('66','large_size_h','1030','yes'),('67','image_default_link_type','file','yes'),('68','image_default_size','','yes'),('69','image_default_align','','yes'),('70','close_comments_for_old_posts','1','yes'),('71','close_comments_days_old','1','yes'),('72','thread_comments','1','yes'),('73','thread_comments_depth','5','yes'),('74','page_comments','','yes'),('75','comments_per_page','50','yes'),('76','default_comments_page','newest','yes'),('77','comment_order','asc','yes'),('78','sticky_posts','a:0:{}','yes'),('79','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'),('80','widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:23:\"Next Event starting in:\";s:4:\"text\";s:105:\"[av_events_countdown min=\'1\' max=\'3\' align=\'av-align-center\' size=\'27\' title=\'\' style=\'av-default-style\']\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),('81','widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('82','uninstall_plugins','a:2:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:97:\"home/inspiret/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),('83','timezone_string','','yes'),('84','page_for_posts','0','yes'),('85','page_on_front','0','yes'),('86','default_post_format','0','yes'),('87','link_manager_enabled','0','yes'),('88','initial_db_version','31535','yes'),('89','wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:92:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:64:{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:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:25:{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:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";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'),('90','widget_search','a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),('91','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'),('92','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'),('93','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'),('94','widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),('95','sidebars_widgets','a:11:{s:20:\"about-us-custom-menu\";a:1:{i:0;s:10:\"nav_menu-2\";}s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-2\";}s:13:\"av_everywhere\";a:0:{}s:7:\"av_blog\";a:4:{i:0;s:8:\"search-3\";i:1;s:17:\"avia_fb_likebox-2\";i:2;s:9:\"newsbox-2\";i:3;s:19:\"sppreviews_widget-3\";}s:8:\"av_pages\";a:0:{}s:11:\"av_footer_1\";a:0:{}s:11:\"av_footer_2\";a:1:{i:0;s:9:\"newsbox-4\";}s:11:\"av_footer_3\";a:1:{i:0;s:9:\"newsbox-3\";}s:11:\"av_footer_4\";a:1:{i:0;s:10:\"nav_menu-3\";}s:8:\"av_forum\";a:0:{}s:13:\"array_version\";i:3;}','yes'),('96','mm_coming_soon','false','yes'),('97','cron','a:14:{i:1445034089;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:1445034110;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:1445034152;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1445034200;a:1:{s:14:\"mm_cron_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1445037364;a:1:{s:24:\"simplepodcastpress_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1445040000;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1445054089;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1445059400;a:2:{s:13:\"mm_cron_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"mm_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1445062173;a:1:{s:14:\"lp_check_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1445062202;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1445062504;a:2:{s:32:\"simplepodcastpress_reviews_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:41:\"check_plugin_updates-simple-podcast-press\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1445318600;a:1:{s:14:\"mm_cron_weekly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1446787400;a:1:{s:15:\"mm_cron_monthly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),('107','_transient_random_seed','b324021b1484d653c0c243328fc97c2d','yes'),('131','recently_activated','a:0:{}','yes'),('132','ossdl_off_cdn_url','http://inspiretowin.com/','yes');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('133','ossdl_off_include_dirs','wp-content,wp-includes','yes'),('134','ossdl_off_exclude','.php','yes'),('135','ossdl_cname','','yes'),('136','jetpack_options','a:2:{s:7:\"version\";s:16:\"3.5.3:1431642152\";s:11:\"old_version\";s:16:\"3.5.3:1431642152\";}','yes'),('137','jetpack_activated','1','yes'),('138','jetpack_file_data','a:1:{s:5:\"3.7.2\";a:48:{s:32:\"897a2742e7839607c0023b456ed14758\";a:13:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"c870c79f222cdc3114d210d3a3502a79\";a:13:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"5626c5d4355e483f5d4356630646d742\";a:13:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"24c526e6c78dd2c097eee51c33d627ee\";a:13:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"be64897c0a578ee6cadb1a459021fbbe\";a:13:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"6735e720fe2e3f6f2c48fcaf0fe0a157\";a:13:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"3abad4b5ddebf37a03f03331b17c1e1b\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"e30ae0161f5ef7955a2e22021602969b\";a:13:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";}s:32:\"e4e461477edd64344126af366b33ae7c\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"1e285572509707836075afa0b7a0d17a\";a:13:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"2a62f28abd5ac11bea3ce7a8e9c4d893\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"fd2cbe6ae10ff814cc269d51b32baad9\";a:13:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"931a7a94c663547c5cb6cc430e98dd30\";a:13:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"dd442dc05f950526d584e15e54628bfb\";a:13:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"96f2d1988c22688e9e3d8a8cc5ee1b5b\";a:13:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"f79ea51a248d9f624e0936ef023cffe1\";a:13:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"46da83c7358c834dcb193789272f7858\";a:13:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"c189740a3e69c5f42f12a191a15c3dbf\";a:13:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"0f9fdc374b00a8d5ca816aac44e6d3f6\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"6f1872535dd77713441708214388213c\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"65f2f0936d11bffe8cd447696054f38e\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"a8ff13dae8129c451116dea8803b23da\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"0a38341a9df2d2cb6f90e4faf65b4d64\";a:13:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";}s:32:\"1c8f61fb80e0f6dd697e6d995431161a\";a:13:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"4ca0a2f31843f3b2a4522fa8b9fb18d3\";a:13:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"1f1289f469fe089a9ea32024df083f74\";a:13:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";}s:32:\"53eb2f9dfe4e9d9b7203d47ab3a0c58e\";a:13:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"df74d4db35fc795c9bf4b7b2e769116d\";a:13:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";}s:32:\"e8b7c9d9b0be70888c41e139c34eb448\";a:13:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";}s:32:\"04c7eedf95290d03db05e2fc8682a8da\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"f36c13c725ee67f8fbb85d85b4fa8bdb\";a:13:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";}s:32:\"4034d694a22b9864b7d9dbcc291a01f5\";a:13:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";}s:32:\"a260ebaa113e875bbbe59b54cd2475b1\";a:13:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"48e6f4cc58711b5d627931f72a4f55a2\";a:13:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"0361b51d6b8957ba15a90c8893085e51\";a:13:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"03045ecc30a51f072431bd2f6ccffc37\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"2e89d8cf494aa4cc028023de2662b571\";a:13:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";}s:32:\"caf240bf1da3b6f8ec449d7477ac383e\";a:13:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";}s:32:\"b6ef488128505d6cf819d8a6508a081f\";a:13:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"6c0c9cebc91c7aee0de35562fcb8d0b0\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"f354e2a9f6f0823a628e741e7aa88906\";a:13:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"fb806f9c3f633a466076615f99329d22\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"c6908213746b1364a541c3fde961936f\";a:13:{s:4:\"name\";s:10:\"VaultPress\";s:11:\"description\";s:27:\"Backups and security scans.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";}s:32:\"df97f3fe6750f6490164e710152d5946\";a:13:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:78:\"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"5e000fbc427cecaed6e1b8dbf2732462\";a:13:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"86f746acdf5d11f8fe753092aec6f619\";a:13:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"b91d486b68701c78e5f2776144c546f4\";a:13:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"98a767d5a9377cc7b8d08fda01d960c0\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}}}','yes'),('139','jetpack_available_modules','a:1:{s:5:\"3.7.2\";a:36:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),('141','wpsupercache_gc_time','1444953601','yes'),('142','jetpack_security_report','a:0:{}','yes'),('147','WPLANG','','yes'),('156','mm_master_aff','HGV','yes'),('157','mm_install_date','Jul 07, 2015','yes'),('158','mm_cron','a:1:{s:6:\"weekly\";a:1:{s:15:\"spam_blocked_ip\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:15:\"spam_blocked_ip\";s:2:\"el\";i:0;}}}','yes'),('167','allow_major_auto_core_updates','true','yes'),('171','_transient_twentyfifteen_categories','1','yes'),('177','jetpack_updates','a:7:{s:7:\"plugins\";i:0;s:6:\"themes\";i:0;s:9:\"wordpress\";i:0;s:12:\"translations\";i:0;s:5:\"total\";i:0;s:10:\"wp_version\";s:3:\"4.3\";s:26:\"site_is_version_controlled\";b:0;}','yes'),('209','ls-plugin-version','5.4.0','yes'),('210','ls-db-version','5.0.0','yes'),('211','ls-installed','1','yes'),('212','ls-google-fonts','a:0:{}','yes'),('213','ls-date-installed','1436247896','yes'),('215','enfold_layerslider_activated','1','yes'),('216','avia_permalink_settings','a:0:{}','yes'),('217','avia_options_enfold','a:1:{s:4:\"avia\";a:152:{s:9:\"frontpage\";s:5:\"16019\";s:9:\"undefined\";s:17:\"Use Image as logo\";s:8:\"blogpage\";s:2:\"17\";s:4:\"logo\";s:69:\"http://inspiretowin.com/wp-content/uploads/2015/07/I2W-EnfoldLogo.png\";s:7:\"favicon\";s:0:\"\";s:9:\"preloader\";s:8:\"disabled\";s:21:\"preloader_transitions\";s:21:\"preloader_transitions\";s:14:\"preloader_logo\";s:0:\"\";s:15:\"websave_windows\";s:0:\"\";s:6:\"markup\";s:0:\"\";s:15:\"lightbox_active\";s:15:\"lightbox_active\";s:9:\"analytics\";s:0:\"\";s:16:\"color-body_style\";s:9:\"stretched\";s:15:\"header_position\";s:10:\"header_top\";s:20:\"layout_align_content\";s:20:\"content_align_center\";s:18:\"sidebarmenu_sticky\";s:18:\"conditional_sticky\";s:19:\"sidebarmenu_widgets\";s:0:\"\";s:18:\"sidebarmenu_social\";s:8:\"disabled\";s:17:\"responsive_active\";s:17:\"responsive_active\";s:15:\"responsive_size\";s:6:\"1310px\";s:13:\"content_width\";s:2:\"65\";s:14:\"combined_width\";s:3:\"100\";s:12:\"color_scheme\";s:9:\"Greyscale\";s:24:\"colorset-header_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-header_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-header_color-primary\";s:7:\"#c05f5f\";s:31:\"colorset-header_color-secondary\";s:7:\"#88bbc8\";s:27:\"colorset-header_color-color\";s:7:\"#333333\";s:26:\"colorset-header_color-meta\";s:7:\"#808080\";s:29:\"colorset-header_color-heading\";s:7:\"#000000\";s:28:\"colorset-header_color-border\";s:7:\"#e1e1e1\";s:25:\"colorset-header_color-img\";s:0:\"\";s:33:\"colorset-header_color-customimage\";s:0:\"\";s:25:\"colorset-header_color-pos\";s:13:\"center center\";s:28:\"colorset-header_color-repeat\";s:6:\"repeat\";s:28:\"colorset-header_color-attach\";s:6:\"scroll\";s:22:\"colorset-main_color-bg\";s:7:\"#ffffff\";s:23:\"colorset-main_color-bg2\";s:7:\"#f8f8f8\";s:27:\"colorset-main_color-primary\";s:7:\"#c05f5f\";s:29:\"colorset-main_color-secondary\";s:7:\"#88bbc8\";s:25:\"colorset-main_color-color\";s:7:\"#666666\";s:24:\"colorset-main_color-meta\";s:7:\"#919191\";s:27:\"colorset-main_color-heading\";s:7:\"#444444\";s:26:\"colorset-main_color-border\";s:7:\"#e1e1e1\";s:23:\"colorset-main_color-img\";s:0:\"\";s:31:\"colorset-main_color-customimage\";s:0:\"\";s:23:\"colorset-main_color-pos\";s:13:\"center center\";s:26:\"colorset-main_color-repeat\";s:6:\"repeat\";s:26:\"colorset-main_color-attach\";s:6:\"scroll\";s:27:\"colorset-alternate_color-bg\";s:7:\"#444444\";s:28:\"colorset-alternate_color-bg2\";s:7:\"#333333\";s:32:\"colorset-alternate_color-primary\";s:7:\"#88bbc8\";s:34:\"colorset-alternate_color-secondary\";s:7:\"#c05f5f\";s:30:\"colorset-alternate_color-color\";s:7:\"#eeeeee\";s:29:\"colorset-alternate_color-meta\";s:7:\"#a2a2a2\";s:32:\"colorset-alternate_color-heading\";s:7:\"#ffffff\";s:31:\"colorset-alternate_color-border\";s:7:\"#555555\";s:28:\"colorset-alternate_color-img\";s:0:\"\";s:36:\"colorset-alternate_color-customimage\";s:0:\"\";s:28:\"colorset-alternate_color-pos\";s:13:\"center center\";s:31:\"colorset-alternate_color-repeat\";s:6:\"repeat\";s:31:\"colorset-alternate_color-attach\";s:6:\"scroll\";s:24:\"colorset-footer_color-bg\";s:7:\"#9c9c9c\";s:25:\"colorset-footer_color-bg2\";s:7:\"#333333\";s:29:\"colorset-footer_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-footer_color-secondary\";s:7:\"#aaaaaa\";s:27:\"colorset-footer_color-color\";s:7:\"#eeeeee\";s:26:\"colorset-footer_color-meta\";s:7:\"#9c9c9c\";s:29:\"colorset-footer_color-heading\";s:7:\"#9c9c9c\";s:28:\"colorset-footer_color-border\";s:7:\"#444444\";s:25:\"colorset-footer_color-img\";s:0:\"\";s:33:\"colorset-footer_color-customimage\";s:0:\"\";s:25:\"colorset-footer_color-pos\";s:13:\"center center\";s:28:\"colorset-footer_color-repeat\";s:6:\"repeat\";s:28:\"colorset-footer_color-attach\";s:6:\"scroll\";s:24:\"colorset-socket_color-bg\";s:7:\"#222222\";s:25:\"colorset-socket_color-bg2\";s:7:\"#000000\";s:29:\"colorset-socket_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-socket_color-secondary\";s:7:\"#eeeeee\";s:27:\"colorset-socket_color-color\";s:7:\"#eeeeee\";s:26:\"colorset-socket_color-meta\";s:7:\"#919191\";s:29:\"colorset-socket_color-heading\";s:7:\"#ffffff\";s:28:\"colorset-socket_color-border\";s:7:\"#333333\";s:25:\"colorset-socket_color-img\";s:0:\"\";s:33:\"colorset-socket_color-customimage\";s:0:\"\";s:25:\"colorset-socket_color-pos\";s:13:\"center center\";s:28:\"colorset-socket_color-repeat\";s:6:\"repeat\";s:28:\"colorset-socket_color-attach\";s:6:\"scroll\";s:16:\"color-body_color\";s:7:\"#222222\";s:14:\"color-body_img\";s:0:\"\";s:22:\"color-body_customimage\";s:0:\"\";s:14:\"color-body_pos\";s:13:\"center center\";s:17:\"color-body_repeat\";s:6:\"repeat\";s:17:\"color-body_attach\";s:6:\"scroll\";s:14:\"google_webfont\";s:17:\"Open Sans:400,600\";s:12:\"default_font\";s:17:\"Open Sans:400,600\";s:23:\"color-default_font_size\";s:4:\"15px\";s:9:\"quick_css\";s:0:\"\";s:16:\"advanced_styling\";a:1:{i:0;a:6:{s:2:\"id\";s:9:\"main_menu\";s:5:\"color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#7893d6\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"hover_active\";s:4:\"true\";}}s:13:\"header_layout\";s:36:\"logo_left main_nav_header menu_right\";s:11:\"header_size\";s:5:\"large\";s:18:\"header_custom_size\";s:2:\"80\";s:18:\"header_menu_border\";s:22:\"seperator_small_border\";s:12:\"header_style\";s:36:\"minimal_header minimal_header_shadow\";s:16:\"header_title_bar\";s:16:\"hidden_title_bar\";s:13:\"header_sticky\";s:13:\"header_sticky\";s:16:\"header_shrinking\";s:8:\"disabled\";s:18:\"header_unstick_top\";s:8:\"disabled\";s:14:\"header_stretch\";s:8:\"disabled\";s:17:\"header_searchicon\";s:17:\"header_searchicon\";s:13:\"header_social\";s:0:\"\";s:21:\"header_secondary_menu\";s:0:\"\";s:19:\"header_phone_active\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:23:\"header_replacement_logo\";s:0:\"\";s:23:\"header_replacement_menu\";s:0:\"\";s:24:\"header_mobile_activation\";s:17:\"mobile_menu_phone\";s:22:\"header_mobile_behavior\";s:8:\"disabled\";s:14:\"archive_layout\";s:13:\"sidebar_right\";s:11:\"blog_layout\";s:13:\"sidebar_right\";s:13:\"single_layout\";s:13:\"sidebar_right\";s:11:\"page_layout\";s:8:\"fullsize\";s:19:\"smartphones_sidebar\";s:8:\"disabled\";s:16:\"page_nesting_nav\";s:16:\"page_nesting_nav\";s:22:\"display_widgets_socket\";s:15:\"nofooterwidgets\";s:14:\"footer_columns\";s:1:\"4\";s:9:\"copyright\";s:73:\" &copy; Copyright - Inspire To Win | Living Life To The Fullest [nolink] \";s:13:\"footer_social\";s:13:\"footer_social\";s:10:\"blog_style\";s:6:\"custom\";s:17:\"single_post_style\";s:10:\"single-big\";s:27:\"single_post_related_entries\";s:21:\"av-related-style-full\";s:16:\"blog-meta-author\";s:16:\"blog-meta-author\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-category\";s:18:\"blog-meta-category\";s:14:\"blog-meta-date\";s:14:\"blog-meta-date\";s:19:\"blog-meta-html-info\";s:19:\"blog-meta-html-info\";s:13:\"blog-meta-tag\";s:13:\"blog-meta-tag\";s:14:\"share_facebook\";s:14:\"share_facebook\";s:13:\"share_twitter\";s:13:\"share_twitter\";s:15:\"share_pinterest\";s:15:\"share_pinterest\";s:11:\"share_gplus\";s:11:\"share_gplus\";s:12:\"share_reddit\";s:8:\"disabled\";s:14:\"share_linkedin\";s:14:\"share_linkedin\";s:12:\"share_tumblr\";s:8:\"disabled\";s:8:\"share_vk\";s:8:\"disabled\";s:10:\"share_mail\";s:10:\"share_mail\";s:12:\"social_icons\";a:6:{i:0;a:2:{s:11:\"social_icon\";s:7:\"twitter\";s:16:\"social_icon_link\";s:35:\"http://twitter.com/inspiretowin.com\";}i:1;a:2:{s:11:\"social_icon\";s:9:\"instagram\";s:16:\"social_icon_link\";s:37:\"http://www.Instagram.com/angellrivera\";}i:2;a:2:{s:11:\"social_icon\";s:8:\"facebook\";s:16:\"social_icon_link\";s:36:\"http://www.facebook.com/inspiretowin\";}i:3;a:2:{s:11:\"social_icon\";s:7:\"youtube\";s:16:\"social_icon_link\";s:35:\"http://www.youtube.com/inspiretowin\";}i:4;a:2:{s:11:\"social_icon\";s:9:\"pinterest\";s:16:\"social_icon_link\";s:0:\"\";}i:5;a:2:{s:11:\"social_icon\";s:8:\"linkedin\";s:16:\"social_icon_link\";s:0:\"\";}}s:17:\"avia-nonce-import\";s:10:\"2ca95feb36\";s:18:\"config_file_upload\";s:0:\"\";s:15:\"iconfont_upload\";s:0:\"\";s:16:\"updates_username\";s:13:\"alexbanaga619\";s:15:\"updates_api_key\";s:32:\"2syy6e0le8c0mh48krc0ayiab8zgftf9\";}}','yes'),('218','Enfold_version','3.2.2','yes'),('219','avia_stylesheet_dir_writableenfold','true','yes'),('220','avia_stylesheet_existsenfold','true','yes'),('221','avia_stylesheet_dynamic_versionenfold','55a205bb1a4e8','yes'),('222','enfold_woo_settings_enabled','1','yes'),('223','shop_catalog_image_size','a:3:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"crop\";b:1;}','yes'),('224','shop_single_image_size','a:3:{s:5:\"width\";i:450;s:6:\"height\";i:999;s:4:\"crop\";b:0;}','yes'),('225','shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"crop\";b:1;}','yes'),('226','avia_woocommerce_column_count','3','yes'),('227','avia_woocommerce_product_count','15','yes'),('228','woocommerce_single_image_crop','no','yes'),('229','widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('230','widget_nav_menu','a:3:{i:2;a:1:{s:8:\"nav_menu\";i:12;}i:3;a:1:{s:8:\"nav_menu\";i:19;}s:12:\"_multiwidget\";i:1;}','yes'),('231','widget_avia_partner_widget','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),('232','widget_avia_combo_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('233','widget_avia_fb_likebox','a:2:{i:2;a:3:{s:3:\"url\";s:37:\"https://www.facebook.com/InspireToWin\";s:6:\"height\";s:5:\"361px\";s:6:\"border\";s:2:\"no\";}s:12:\"_multiwidget\";i:1;}','yes'),('234','widget_avia_google_maps','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('235','widget_newsbox','a:4:{i:2;a:4:{s:5:\"title\";s:14:\"Latest Podcast\";s:5:\"count\";s:1:\"5\";s:7:\"excerpt\";s:15:\"show title only\";s:3:\"cat\";s:2:\"40\";}i:3;a:4:{s:5:\"title\";s:11:\"Latest News\";s:5:\"count\";s:1:\"5\";s:7:\"excerpt\";s:15:\"show title only\";s:3:\"cat\";s:2:\"14\";}i:4;a:4:{s:5:\"title\";s:14:\"Latest Sermons\";s:5:\"count\";s:1:\"5\";s:7:\"excerpt\";s:15:\"show title only\";s:3:\"cat\";s:2:\"16\";}s:12:\"_multiwidget\";i:1;}','yes'),('236','widget_portfoliobox','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('237','widget_avia_socialcount','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('238','widget_mojo_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('239','widget_pages','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),('241','widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('244','theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1436247913;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'),('245','current_theme','Enfold','yes'),('246','theme_mods_enfold','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"avia\";i:20;}}','yes'),('247','theme_switched','','yes'),('248','enfold_initial_version','3.2.2','yes'),('249','enfold_fixed_random','5','yes'),('250','avia_rewrite_flush','1','yes'),('257','tribe_events_calendar_options','a:12:{s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"stylesheetOption\";s:4:\"full\";s:20:\"tribeDisableTribeBar\";b:0;s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:14:\"schema-version\";s:6:\"3.12.3\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:8:{i:0;s:1:\"0\";i:1;s:6:\"3.10.1\";i:2;s:4:\"3.11\";i:3;s:6:\"3.11.1\";i:4;s:6:\"3.11.2\";i:5;s:4:\"3.12\";i:6;s:6:\"3.12.1\";i:7;s:6:\"3.12.2\";}s:18:\"latest_ecp_version\";s:6:\"3.12.3\";s:19:\"last-update-message\";s:6:\"3.10.1\";s:10:\"viewOption\";s:4:\"list\";s:13:\"earliest_date\";s:19:\"2016-03-21 08:00:00\";s:11:\"latest_date\";s:19:\"2016-06-12 22:00:00\";}','yes'),('258','tribe_last_save_post','1445034443','yes'),('273','product_cat_children','a:0:{}','yes'),('274','shop_order_status_children','a:0:{}','yes'),('275','widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('276','widget_bbp_login_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('277','widget_bbp_views_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('278','widget_bbp_search_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('279','widget_bbp_forums_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('280','widget_bbp_topics_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('281','widget_bbp_replies_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('282','widget_bbp_stats_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('283','widget_tribe-events-list-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('284','av_demo_content_imported','1','yes'),('291','leadpages_private_api_key','MTZhYTdjNDA4NjM5YzU6OW90dVFYTVY5eTM3QVdJcWxnaU94OWRaME5MbFQ1NjY=','yes'),('685','spp_db_version','1.1','yes'),('688','external_updates-simple-podcast-press','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1442532040;s:14:\"checkedVersion\";s:5:\"1.419\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:20:\"simple-podcast-press\";s:7:\"version\";s:5:\"1.421\";s:8:\"homepage\";s:34:\"http://www.simplepodcastpress.com/\";s:12:\"download_url\";s:80:\"http://simplepodcastpress.com/updater/?action=download&slug=simple-podcast-press\";s:14:\"upgrade_notice\";N;}}','yes'),('692','edd_sppress_license_key','d3ff2a5fccc4da04a11ed59e53b3c3b0','yes'),('695','lic_check_response_fail','a:5:{s:7:\"headers\";a:8:{s:6:\"server\";s:11:\"nginx/1.8.0\";s:4:\"date\";s:29:\"Thu, 09 Jul 2015 06:28:26 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:10:\"connection\";s:5:\"close\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"set-cookie\";s:50:\"PHPSESSID=c4becfc68e7d1f23bef3643d2ff9f4f7; path=/\";}s:4:\"body\";s:248:\"{\"success\":true,\"license_limit\":1,\"site_count\":1,\"expires\":\"2015-09-26 03:23:09\",\"activations_left\":0,\"license\":\"valid\",\"item_name\":\"Simple Podcast Press\",\"payment_id\":\"1040\",\"customer_name\":\"Angel Rivera\",\"customer_email\":\"angel@inspiretowin.com\"}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:9:\"PHPSESSID\";s:5:\"value\";s:32:\"c4becfc68e7d1f23bef3643d2ff9f4f7\";s:7:\"expires\";N;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:131:\"simplepodcastpress.com?edd_action=activate_license&license=d3ff2a5fccc4da04a11ed59e53b3c3b0&item_name=Simple+Podcast+Press&url=http\";}}s:8:\"filename\";N;}','yes'),('696','sppress_ls','valid','yes'),('698','spp-currentcss-version','1.423','yes'),('699','itunes_id','930150365','yes'),('700','btn_itunes_url','http://www.InspireToWin.com/itunes','yes'),('701','itunes_url','https://itunes.apple.com/us/podcast/inspire-to-win-angel-tulane/id930150365?mt=2','yes'),('702','podcast_url','http://inspiretowin.libsyn.com/rss','yes'),('703','spp_site_domain','inspiretowin.com','yes'),('704','spp_feed_domain','inspiretowin.libsyn.com','yes'),('705','is_third_party_feed','1','yes'),('706','channel_image','http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg','yes'),('707','channel_keywords','s:441:\"a:22:{i:0;s:8:\"business\";i:1;s:5:\"coach\";i:2;s:7:\"empower\";i:3;s:9:\"encourage\";i:4;s:12:\"entrepreneur\";i:5;s:16:\"entrepreneurship\";i:6;s:7:\"finance\";i:7;s:7:\"freedom\";i:8;s:11:\"inspiration\";i:9;s:7:\"inspire\";i:10;s:10:\"leadership\";i:11;s:4:\"life\";i:12;s:9:\"marketing\";i:13;s:6:\"mentor\";i:14;s:7:\"mindset\";i:15;s:5:\"money\";i:16;s:8:\"motivate\";i:17;s:10:\"motivation\";i:18;s:9:\"neverquit\";i:19;s:7:\"podcast\";i:20;s:8:\"selfhelp\";i:21;s:3:\"win\";}\";','yes'),('708','spp_two_step_optin','1','yes'),('709','btn_spp_custom1','0','yes'),('710','btn_spp_custom2','0','yes'),('711','btn_spp_custom3','0','yes'),('712','container_width','','yes'),('713','ep_art_select','0','yes'),('714','spp_import_select','0','yes'),('715','ep_specific_date','','yes'),('716','audio_player_position','below','yes'),('717','spp-twitter-handle','','yes'),('718','episode_short_link','','yes'),('719','spp_post_category','40','yes'),('720','spp_author','1','yes'),('721','spp_cpt_select','post','yes'),('722','btn_download_color','#878787','yes'),('723','player_bar_color','','yes');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('724','progress_bar_color','','yes'),('725','player_text_color','#000000','yes'),('726','optin_old_code','','yes'),('727','spp_auto_resp_url','','yes'),('728','spp_auto_resp_heading','Free - 7 Steps To Eliminating Fear!','yes'),('729','spp_auto_resp_sub_heading','','yes'),('730','spp_auto_resp_hidden','','yes'),('731','spp_auto_resp_name','','yes'),('732','spp_auto_resp_email','','yes'),('733','spp_auto_resp_submitt','Submit','yes'),('734','disable_url_shortner','0','yes'),('735','spp_force_player_home','0','yes'),('736','disable_opengraph','0','yes'),('737','select_audio_player','simplepodcastpressblack','yes'),('738','replace_pp_with_spp','1','yes'),('739','spp_optin_box','1','yes'),('740','btn_download','1','yes'),('741','btn_itunes_color','#dd9933','yes'),('742','transcript','0','yes'),('743','transcript_txt','Read Full Transcript','yes'),('744','spp_listen_text','Listen to the Episode Below ','yes'),('745','btn_itunes','1','yes'),('746','btn_stiticher_color','#1e73be','yes'),('747','btn_stiticher_url','http://www.Stitcher.com/inspiretowin','yes'),('748','btn_stiticher','1','yes'),('749','spp_poweredby_url','','yes'),('750','spp_disable_poweredby','1','yes'),('751','spp_pre_roll_checkbox','0','yes'),('752','spp_pre_roll_url','','yes'),('753','spp_disable_spp_player_script','0','yes'),('754','direct_download_button','0','yes'),('755','spp_import_html_desc','0','yes'),('756','spp_autoplay_podcast','0','yes'),('757','twitter_text_color','','yes'),('758','submit_button_color','#dd9933','yes'),('759','submit_button_text','#000000','yes'),('760','opt_container_color','#babec1','yes'),('761','btn_soundcloud_color','','yes'),('762','btn_soundcloud_url','','yes'),('763','btn_style_round','0','yes'),('764','spp_flat_player','0','yes'),('765','spp_hide_player_from_excerpt','0','yes'),('766','btn_soundcloud','0','yes'),('767','spp_auto_publish','0','yes'),('768','spp_email_on_draft','0','yes'),('769','spp_description','0','yes'),('770','spp_sync_description','0','yes'),('772','prli_options','a:24:{s:16:\"prli_exclude_ips\";s:0:\"\";s:13:\"whitelist_ips\";s:0:\"\";s:13:\"filter_robots\";i:0;s:17:\"extended_tracking\";s:6:\"normal\";s:19:\"prettybar_image_url\";s:83:\"http://inspiretowin.com/wp-content/plugins/pretty-link/images/pretty-link-48x48.png\";s:30:\"prettybar_background_image_url\";s:80:\"http://inspiretowin.com/wp-content/plugins/pretty-link/images/bar_background.png\";s:15:\"prettybar_color\";s:0:\"\";s:20:\"prettybar_text_color\";s:6:\"000000\";s:20:\"prettybar_link_color\";s:6:\"0000ee\";s:21:\"prettybar_hover_color\";s:6:\"ababab\";s:23:\"prettybar_visited_color\";s:6:\"551a8b\";s:20:\"prettybar_show_title\";s:1:\"1\";s:26:\"prettybar_show_description\";s:1:\"1\";s:26:\"prettybar_show_share_links\";s:1:\"1\";s:30:\"prettybar_show_target_url_link\";s:1:\"1\";s:21:\"prettybar_title_limit\";s:2:\"25\";s:20:\"prettybar_desc_limit\";s:2:\"30\";s:20:\"prettybar_link_limit\";s:2:\"30\";s:18:\"link_redirect_type\";s:3:\"307\";s:20:\"link_redirect_action\";s:4:\"init\";s:11:\"link_prefix\";i:0;s:13:\"link_track_me\";s:1:\"1\";s:13:\"link_nofollow\";s:1:\"0\";s:16:\"bookmarklet_auth\";s:32:\"2f23aab5089a416db461ef630f6bce10\";}','yes'),('773','prli_db_version','12','yes'),('778','nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),('795','post_inserted','0','yes'),('796','spp_featured_image_detected','http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg','yes'),('876','sumome_site_id','5afd2f15a7991867f3882fb2f85da2af59c357115115ae1e3aabc8a0cfa07c19','yes'),('937','category_children','a:0:{}','yes'),('938','tribe_events_cat_children','a:0:{}','yes'),('939','portfolio_entries_children','a:0:{}','yes'),('1007','widget_latest-podcast','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),('1008','widget_sppreviews_widget','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:2:{s:3:\"max\";s:1:\"5\";s:5:\"style\";s:9:\"slideshow\";}}','yes'),('2905','db_upgraded','','yes'),('2907','auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"AngelRivera08@yahoo.com\";s:7:\"version\";s:5:\"4.3.1\";s:9:\"timestamp\";i:1442332061;}','yes'),('4499','spp_writecss','1','yes'),('4962','spamshield_ubl_cache','a:0:{}','yes'),('4963','spamshield_wpssmid_cache','a:0:{}','yes'),('4964','spamshield_admins','a:1:{s:11:\"68.7.78.151\";i:1444949760;}','yes'),('4965','spamshield_init_user_approve_run','1','yes'),('4966','spamshield_options','a:46:{s:20:\"block_all_trackbacks\";i:0;s:19:\"block_all_pingbacks\";i:0;s:15:\"comment_logging\";i:0;s:26:\"comment_logging_start_date\";i:0;s:19:\"comment_logging_all\";i:0;s:26:\"enhanced_comment_blacklist\";i:0;s:16:\"enable_whitelist\";i:0;s:18:\"comment_min_length\";i:15;s:17:\"allow_proxy_users\";i:1;s:15:\"hide_extra_data\";i:0;s:27:\"registration_shield_disable\";i:0;s:27:\"registration_shield_level_1\";i:0;s:18:\"disable_cf7_shield\";i:0;s:17:\"disable_gf_shield\";i:0;s:24:\"disable_misc_form_shield\";i:0;s:20:\"disable_email_encode\";i:0;s:29:\"allow_comment_author_keywords\";i:0;s:20:\"form_include_website\";i:1;s:20:\"form_require_website\";i:0;s:18:\"form_include_phone\";i:1;s:18:\"form_require_phone\";i:0;s:20:\"form_include_company\";i:0;s:20:\"form_require_company\";i:0;s:27:\"form_include_drop_down_menu\";i:0;s:27:\"form_require_drop_down_menu\";i:0;s:25:\"form_drop_down_menu_title\";s:0:\"\";s:26:\"form_drop_down_menu_item_1\";s:0:\"\";s:26:\"form_drop_down_menu_item_2\";s:0:\"\";s:26:\"form_drop_down_menu_item_3\";s:0:\"\";s:26:\"form_drop_down_menu_item_4\";s:0:\"\";s:26:\"form_drop_down_menu_item_5\";s:0:\"\";s:26:\"form_drop_down_menu_item_6\";s:0:\"\";s:26:\"form_drop_down_menu_item_7\";s:0:\"\";s:26:\"form_drop_down_menu_item_8\";s:0:\"\";s:26:\"form_drop_down_menu_item_9\";s:0:\"\";s:27:\"form_drop_down_menu_item_10\";s:0:\"\";s:18:\"form_message_width\";i:40;s:19:\"form_message_height\";i:10;s:23:\"form_message_min_length\";i:25;s:31:\"form_response_thank_you_message\";s:46:\"Your message was sent successfully. Thank you.\";s:22:\"form_include_user_meta\";i:1;s:19:\"promote_plugin_link\";i:0;s:22:\"form_message_recipient\";s:23:\"AngelRivera08@yahoo.com\";s:12:\"install_date\";s:10:\"2015-08-06\";s:7:\"log_key\";s:32:\"aabe4fe031d8fbebcf354012b54e4223\";s:12:\"wpss_version\";s:7:\"1.9.6.3\";}','yes'),('4967','spamshield_count','144','yes'),('5769','_site_transient_timeout_leadpages_latest_version','1445065623','yes'),('5770','_site_transient_leadpages_latest_version','O:8:\"stdClass\":2:{s:3:\"url\";s:54:\"http://leadbrite.appspot.com/service/leadpages/latest/\";s:7:\"version\";s:7:\"1.2.0.3\";}','yes'),('6675','finished_splitting_shared_terms','1','yes'),('6677','_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1445011203;s:7:\"checked\";a:4:{s:6:\"enfold\";s:5:\"3.2.2\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),('9503','spamshield_last_admin','68.7.78.151','yes'),('9828','_transient_timeout_mm_spam_51b195abbef3664ae1292d2c66b79308','1442352495','no'),('9829','_transient_mm_spam_51b195abbef3664ae1292d2c66b79308','no','no'),('9836','_transient_timeout_mm_spam_b8c11eb3db1cf0f2658f79f48e4943c3','1442358094','no'),('9837','_transient_mm_spam_b8c11eb3db1cf0f2658f79f48e4943c3','no','no'),('9927','_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.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.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.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.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1445011203;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),('9935','_transient_timeout_mm_spam_5e70e5606d177e7837291269d1f302c0','1442437935','no'),('9936','_transient_mm_spam_5e70e5606d177e7837291269d1f302c0','no','no'),('9938','_transient_timeout_mm_spam_1aadbfcf1af9f5010df3e75c3c13b53c','1442438586','no'),('9939','_transient_mm_spam_1aadbfcf1af9f5010df3e75c3c13b53c','no','no'),('9942','_transient_timeout_mm_spam_17c19210ff7accd6e51099fbac6d1cc5','1442442064','no'),('9943','_transient_mm_spam_17c19210ff7accd6e51099fbac6d1cc5','no','no'),('9977','can_compress_scripts','1','yes'),('10008','_transient_timeout_mm_spam_ec284ddfcdfec29faa8ef11c5abc0f94','1442455989','no'),('10009','_transient_mm_spam_ec284ddfcdfec29faa8ef11c5abc0f94','no','no'),('10012','_transient_timeout_mm_spam_89e4a333ffd8857c75b4240231b7440f','1442457240','no'),('10013','_transient_mm_spam_89e4a333ffd8857c75b4240231b7440f','no','no'),('10016','_transient_timeout_mm_spam_3d7c9f61a42e5c5ee537dbf5924994a9','1442457669','no'),('10017','_transient_mm_spam_3d7c9f61a42e5c5ee537dbf5924994a9','no','no'),('10018','_transient_timeout_mm_spam_4b762a934023c6fcf87444333d3eed59','1442457723','no'),('10019','_transient_mm_spam_4b762a934023c6fcf87444333d3eed59','no','no'),('10022','_transient_timeout_mm_spam_15f947b3c889754640eb95bc25b8d3c3','1442458901','no'),('10023','_transient_mm_spam_15f947b3c889754640eb95bc25b8d3c3','no','no'),('10024','_transient_timeout_mm_spam_01c6af7872a04ed2cd63e0786cab3415','1442459069','no'),('10025','_transient_mm_spam_01c6af7872a04ed2cd63e0786cab3415','no','no'),('10026','_transient_timeout_mm_spam_a0c28e3a0f40ea0bed80e6cb0a6ff820','1442459130','no'),('10027','_transient_mm_spam_a0c28e3a0f40ea0bed80e6cb0a6ff820','no','no'),('10028','_transient_timeout_mm_spam_34ea0305aba131e9508277fd39caab64','1442459407','no'),('10029','_transient_mm_spam_34ea0305aba131e9508277fd39caab64','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10030','_transient_timeout_mm_spam_21e56325f0845a8c1f38fc1c35dc6e8d','1442459478','no'),('10031','_transient_mm_spam_21e56325f0845a8c1f38fc1c35dc6e8d','no','no'),('10038','_transient_timeout_mm_spam_c66e902df6a62a32004e9352b882d12e','1442460307','no'),('10039','_transient_mm_spam_c66e902df6a62a32004e9352b882d12e','no','no'),('10040','_transient_timeout_mm_spam_4f348617ac65077c866a9b43c168e009','1442460329','no'),('10041','_transient_mm_spam_4f348617ac65077c866a9b43c168e009','no','no'),('10042','_transient_timeout_mm_spam_fec8a067d1764780827b5fe109b82acf','1442460552','no'),('10043','_transient_mm_spam_fec8a067d1764780827b5fe109b82acf','no','no'),('10044','_transient_timeout_mm_spam_99c9c66d82c4be5b7a62b3eceae9f44c','1442460797','no'),('10045','_transient_mm_spam_99c9c66d82c4be5b7a62b3eceae9f44c','no','no'),('10048','_transient_timeout_mm_spam_21deb63c0520d15e4254838c73b936e3','1442461105','no'),('10049','_transient_mm_spam_21deb63c0520d15e4254838c73b936e3','no','no'),('10050','_transient_timeout_mm_spam_67579df821ed0872b67ce5e8eb4975f3','1442461143','no'),('10051','_transient_mm_spam_67579df821ed0872b67ce5e8eb4975f3','no','no'),('10058','_transient_timeout_mm_spam_9f4e72de17aa330e7cb1a81de231b82b','1442461600','no'),('10059','_transient_mm_spam_9f4e72de17aa330e7cb1a81de231b82b','no','no'),('10060','_transient_timeout_mm_spam_eecaed533d6fd6a1ae5c3598787386dc','1442461637','no'),('10061','_transient_mm_spam_eecaed533d6fd6a1ae5c3598787386dc','no','no'),('10062','_transient_timeout_mm_spam_7c6563e0dcbf7dc591b4d9009bfb8959','1442461844','no'),('10063','_transient_mm_spam_7c6563e0dcbf7dc591b4d9009bfb8959','no','no'),('10065','_transient_timeout_mm_spam_fb34ee4f220705a0e2e5f9743faf5ed1','1442462169','no'),('10066','_transient_mm_spam_fb34ee4f220705a0e2e5f9743faf5ed1','no','no'),('10070','_transient_timeout_mm_spam_52afb7d6c18c4c4794b86e67d65aa468','1442462173','no'),('10071','_transient_mm_spam_52afb7d6c18c4c4794b86e67d65aa468','no','no'),('10072','_transient_timeout_mm_spam_0ca8af6964e0a5b2b24f302bc3ce00dc','1442462196','no'),('10073','_transient_mm_spam_0ca8af6964e0a5b2b24f302bc3ce00dc','no','no'),('10074','_transient_timeout_mm_spam_0f802d2bd9273144a34134cc0c5df2c9','1442462512','no'),('10075','_transient_mm_spam_0f802d2bd9273144a34134cc0c5df2c9','no','no'),('10078','_transient_timeout_mm_spam_fcf155430024207c4e2bee965ccf5e2c','1442462893','no'),('10079','_transient_mm_spam_fcf155430024207c4e2bee965ccf5e2c','no','no'),('10082','_transient_timeout_mm_spam_7fdc1e2c6d9bcec05ed78857e4146827','1442463188','no'),('10083','_transient_mm_spam_7fdc1e2c6d9bcec05ed78857e4146827','no','no'),('10087','_transient_timeout_mm_spam_c08621577f04724d32c53ba21c17ae6f','1442463388','no'),('10088','_transient_mm_spam_c08621577f04724d32c53ba21c17ae6f','no','no'),('10093','_transient_timeout_mm_spam_2a448c933f5a294a6d8a870e4198a0c3','1442463511','no'),('10094','_transient_mm_spam_2a448c933f5a294a6d8a870e4198a0c3','no','no'),('10095','_transient_timeout_mm_spam_5ea0c5b758a5d247d8a544ff3ab95f75','1442463573','no'),('10096','_transient_mm_spam_5ea0c5b758a5d247d8a544ff3ab95f75','no','no'),('10097','_transient_timeout_mm_spam_69c9bdc40cc41345c87c7a3fa2f8e1c1','1442463580','no'),('10098','_transient_mm_spam_69c9bdc40cc41345c87c7a3fa2f8e1c1','no','no'),('10099','_transient_timeout_mm_spam_c3670136f75a852f62866a0a24b4ee67','1442463680','no'),('10100','_transient_mm_spam_c3670136f75a852f62866a0a24b4ee67','no','no'),('10101','_transient_timeout_mm_spam_6fb54cda46f78e70e2f39dfa6e673a80','1442463842','no'),('10102','_transient_mm_spam_6fb54cda46f78e70e2f39dfa6e673a80','no','no'),('10103','_transient_timeout_mm_spam_1d6394d48303b1a28b2c322629749930','1442464025','no'),('10104','_transient_mm_spam_1d6394d48303b1a28b2c322629749930','no','no'),('10105','_transient_timeout_mm_spam_8373eae76a5da8e8f735963bb974388b','1442464033','no'),('10106','_transient_mm_spam_8373eae76a5da8e8f735963bb974388b','no','no'),('10107','_transient_timeout_mm_spam_170f3aecd19976200feb50b16282af3c','1442464065','no'),('10108','_transient_mm_spam_170f3aecd19976200feb50b16282af3c','no','no'),('10109','_transient_timeout_mm_spam_1308ac330946f6eb5ac0e43d861a5abd','1442464214','no'),('10110','_transient_mm_spam_1308ac330946f6eb5ac0e43d861a5abd','no','no'),('10111','_transient_timeout_mm_spam_086516c5a952bff50762668f921f6aad','1442464324','no'),('10112','_transient_mm_spam_086516c5a952bff50762668f921f6aad','no','no'),('10113','_transient_timeout_mm_spam_aaef6ff2a4356287044608e504f0eba2','1442464415','no'),('10114','_transient_mm_spam_aaef6ff2a4356287044608e504f0eba2','no','no'),('10115','_transient_timeout_mm_spam_0598883c9a1e1787779db47293bedd33','1442464668','no'),('10116','_transient_mm_spam_0598883c9a1e1787779db47293bedd33','no','no'),('10117','_transient_timeout_mm_spam_2619baa8a24c2bd830fc3d1c19e365d7','1442465038','no'),('10118','_transient_mm_spam_2619baa8a24c2bd830fc3d1c19e365d7','no','no'),('10119','_transient_timeout_mm_spam_4da4726b71b1729a32272bc9871b0993','1442465174','no'),('10120','_transient_mm_spam_4da4726b71b1729a32272bc9871b0993','no','no'),('10121','_transient_timeout_mm_spam_768853ec9350ccbab9574e5d2fd2c4f5','1442465631','no'),('10122','_transient_mm_spam_768853ec9350ccbab9574e5d2fd2c4f5','no','no'),('10123','_transient_timeout_mm_spam_6d8370f4a013c9f62e5a5bab24157934','1442465904','no'),('10124','_transient_mm_spam_6d8370f4a013c9f62e5a5bab24157934','no','no'),('10127','_transient_timeout_mm_spam_cf72705d832954b6bbc575eb9f3d874b','1442466262','no'),('10128','_transient_mm_spam_cf72705d832954b6bbc575eb9f3d874b','no','no'),('10129','_transient_timeout_mm_spam_26cf8b7c1c52d3f90b517e3d9da104bf','1442466291','no'),('10130','_transient_mm_spam_26cf8b7c1c52d3f90b517e3d9da104bf','no','no'),('10131','_transient_timeout_mm_spam_e70d6765bab937177889ef1efd1f79a8','1442466582','no'),('10132','_transient_mm_spam_e70d6765bab937177889ef1efd1f79a8','no','no'),('10133','_transient_timeout_mm_spam_9ae30c365f6a2cb1cab885e1e4e495c5','1442466634','no'),('10134','_transient_mm_spam_9ae30c365f6a2cb1cab885e1e4e495c5','no','no'),('10138','_transient_timeout_mm_spam_a6b504cf29f171c61834ddbe2b702b56','1442467124','no'),('10139','_transient_mm_spam_a6b504cf29f171c61834ddbe2b702b56','no','no'),('10140','_transient_timeout_mm_spam_8c473382878a6067c30c7a764873c237','1442467296','no'),('10141','_transient_mm_spam_8c473382878a6067c30c7a764873c237','no','no'),('10142','_transient_timeout_mm_spam_b2157f90f85a0c2fb027a4e45f56c950','1442467673','no'),('10143','_transient_mm_spam_b2157f90f85a0c2fb027a4e45f56c950','no','no'),('10144','_transient_timeout_mm_spam_7c0f27348069e9a02fc7075aae9885ec','1442467889','no'),('10145','_transient_mm_spam_7c0f27348069e9a02fc7075aae9885ec','no','no'),('10146','_transient_timeout_mm_spam_995ab516cdb978595886510e4e967de1','1442467933','no'),('10147','_transient_mm_spam_995ab516cdb978595886510e4e967de1','no','no'),('10150','_transient_timeout_mm_spam_05ad55ae0f296364bb5f7625ccc8b46b','1442468379','no'),('10151','_transient_mm_spam_05ad55ae0f296364bb5f7625ccc8b46b','no','no'),('10152','_transient_timeout_mm_spam_4db7f19fe08372389a0db2ff521dd09a','1442468433','no'),('10153','_transient_mm_spam_4db7f19fe08372389a0db2ff521dd09a','no','no'),('10156','_transient_timeout_mm_spam_302b168dd5d90c5e3541bb994fdbd7c7','1442468588','no'),('10157','_transient_mm_spam_302b168dd5d90c5e3541bb994fdbd7c7','no','no'),('10158','_transient_timeout_mm_spam_a93e7fb945baf5076cbdce7147df00a8','1442469117','no'),('10159','_transient_mm_spam_a93e7fb945baf5076cbdce7147df00a8','no','no'),('10160','_transient_timeout_mm_spam_c359302c134024615c5681a8d96237cc','1442469135','no'),('10161','_transient_mm_spam_c359302c134024615c5681a8d96237cc','no','no'),('10162','_transient_timeout_mm_spam_c60897f054c9c78a114ca49f4f436442','1442469309','no'),('10163','_transient_mm_spam_c60897f054c9c78a114ca49f4f436442','no','no'),('10164','_transient_timeout_mm_spam_7bbe84bd07d3f1191f2ab532f66d83d9','1442469372','no'),('10165','_transient_mm_spam_7bbe84bd07d3f1191f2ab532f66d83d9','no','no'),('10166','_transient_timeout_mm_spam_256478a04f15e4dbf9efb382425c4253','1442469659','no'),('10167','_transient_mm_spam_256478a04f15e4dbf9efb382425c4253','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10168','_transient_timeout_mm_spam_49d10f2d4c2c78976aa529a6f91fefae','1442469937','no'),('10169','_transient_mm_spam_49d10f2d4c2c78976aa529a6f91fefae','no','no'),('10170','_transient_timeout_mm_spam_0cca6ce0451157e12e5122e2b3d393e6','1442470026','no'),('10171','_transient_mm_spam_0cca6ce0451157e12e5122e2b3d393e6','no','no'),('10173','_transient_timeout_mm_spam_ccc31314d961bdefe9f2bc4f255ec6d1','1442470239','no'),('10174','_transient_mm_spam_ccc31314d961bdefe9f2bc4f255ec6d1','no','no'),('10176','_transient_timeout_mm_spam_ee22ecf10c069bbccb73ebed6a701b3c','1442470570','no'),('10177','_transient_mm_spam_ee22ecf10c069bbccb73ebed6a701b3c','no','no'),('10178','_transient_timeout_mm_spam_fa828e9443d9e874baaf99c6b6d2f48f','1442470690','no'),('10179','_transient_mm_spam_fa828e9443d9e874baaf99c6b6d2f48f','no','no'),('10182','_transient_timeout_mm_spam_ed3c84c7538541497be0974f54f7f23e','1442470808','no'),('10183','_transient_mm_spam_ed3c84c7538541497be0974f54f7f23e','no','no'),('10184','_transient_timeout_mm_spam_c9f102a2bb8837286140c57b46c36a20','1442470916','no'),('10185','_transient_mm_spam_c9f102a2bb8837286140c57b46c36a20','no','no'),('10186','_transient_timeout_mm_spam_f3887d56420b8db48cb9ab7f9f5cc0c4','1442470973','no'),('10187','_transient_mm_spam_f3887d56420b8db48cb9ab7f9f5cc0c4','no','no'),('10189','_transient_timeout_mm_spam_ed8ff51c72f64127670f7f5f2a448c63','1442471059','no'),('10190','_transient_mm_spam_ed8ff51c72f64127670f7f5f2a448c63','no','no'),('10191','_transient_timeout_mm_spam_fc3420a135e506bef208aebfde64a540','1442471125','no'),('10192','_transient_mm_spam_fc3420a135e506bef208aebfde64a540','no','no'),('10193','_transient_timeout_mm_spam_31c39e82023dad478096a636d6224d46','1442471234','no'),('10194','_transient_mm_spam_31c39e82023dad478096a636d6224d46','no','no'),('10197','_transient_timeout_mm_spam_7f7ab1a615a21bc30a127b125dcf681a','1442471521','no'),('10198','_transient_mm_spam_7f7ab1a615a21bc30a127b125dcf681a','no','no'),('10199','_transient_timeout_mm_spam_578024de29192c557959fcce8dbec0e8','1442471832','no'),('10200','_transient_mm_spam_578024de29192c557959fcce8dbec0e8','no','no'),('10201','_transient_timeout_mm_spam_44617cd93aec35d6dfd5af7a0ca0c5bc','1442471878','no'),('10202','_transient_mm_spam_44617cd93aec35d6dfd5af7a0ca0c5bc','no','no'),('10203','_transient_timeout_mm_spam_015b5970e6ad7faf46ff21ed93b5c617','1442471891','no'),('10204','_transient_mm_spam_015b5970e6ad7faf46ff21ed93b5c617','no','no'),('10207','_transient_timeout_mm_spam_60e6419481d38d749fba19b65a190023','1442472234','no'),('10208','_transient_mm_spam_60e6419481d38d749fba19b65a190023','no','no'),('10209','_transient_timeout_mm_spam_56067966cd537dbef3247bc835fc53db','1442472451','no'),('10210','_transient_mm_spam_56067966cd537dbef3247bc835fc53db','no','no'),('10211','_transient_timeout_mm_spam_30fb6453204a43aa19404af4f0a4cd6d','1442472479','no'),('10212','_transient_mm_spam_30fb6453204a43aa19404af4f0a4cd6d','no','no'),('10213','_transient_timeout_mm_spam_496c41ad8e9eb7a00a02e458b0c48123','1442472582','no'),('10214','_transient_mm_spam_496c41ad8e9eb7a00a02e458b0c48123','no','no'),('10217','_transient_timeout_mm_spam_e180cd497d21dc43c35d882e84cdba31','1442472697','no'),('10218','_transient_mm_spam_e180cd497d21dc43c35d882e84cdba31','no','no'),('10221','_transient_timeout_mm_spam_9d2e6f5c9046dfcbe3708238912e4e18','1442472856','no'),('10222','_transient_mm_spam_9d2e6f5c9046dfcbe3708238912e4e18','no','no'),('10223','_transient_timeout_mm_spam_880cd7e40c08e4ce6137515729e5729e','1442473161','no'),('10224','_transient_mm_spam_880cd7e40c08e4ce6137515729e5729e','no','no'),('10225','_transient_timeout_mm_spam_38fa23cb34669a6e0af6d626a588f926','1442473191','no'),('10226','_transient_mm_spam_38fa23cb34669a6e0af6d626a588f926','no','no'),('10231','_transient_timeout_mm_spam_9598fe74f783ed6a22ccb2cfe820e9e0','1442473307','no'),('10232','_transient_mm_spam_9598fe74f783ed6a22ccb2cfe820e9e0','no','no'),('10233','_transient_timeout_mm_spam_5e52a45a8c371ccb2b14598cf79bad1e','1442473485','no'),('10234','_transient_mm_spam_5e52a45a8c371ccb2b14598cf79bad1e','no','no'),('10237','_transient_timeout_mm_spam_32b9ed9417bf95ab868819f2e9c3fd1f','1442473692','no'),('10238','_transient_mm_spam_32b9ed9417bf95ab868819f2e9c3fd1f','no','no'),('10239','_transient_timeout_mm_spam_e3bdb05e110e28e597259dd5005afda0','1442473796','no'),('10240','_transient_mm_spam_e3bdb05e110e28e597259dd5005afda0','no','no'),('10241','_transient_timeout_mm_spam_b02dd2ca4712db2aa90afe9374e826f2','1442473969','no'),('10242','_transient_mm_spam_b02dd2ca4712db2aa90afe9374e826f2','no','no'),('10243','_transient_timeout_mm_spam_1439abb93dc8d8d35567b24585137e37','1442474044','no'),('10244','_transient_mm_spam_1439abb93dc8d8d35567b24585137e37','no','no'),('10248','_transient_timeout_mm_spam_d79f1ac5c8c4dc42ea9e4f983ae2f56c','1442474186','no'),('10249','_transient_mm_spam_d79f1ac5c8c4dc42ea9e4f983ae2f56c','no','no'),('10250','_transient_timeout_mm_spam_d91a249f24c3220ea8220d0508426e0e','1442474236','no'),('10251','_transient_mm_spam_d91a249f24c3220ea8220d0508426e0e','no','no'),('10252','_transient_timeout_mm_spam_50aa5b649714a05d185c752415437046','1442474322','no'),('10253','_transient_mm_spam_50aa5b649714a05d185c752415437046','no','no'),('10256','_transient_timeout_mm_spam_8d344002e7d47b820174415998631ced','1442474522','no'),('10257','_transient_mm_spam_8d344002e7d47b820174415998631ced','no','no'),('10261','_transient_timeout_mm_spam_20120faa42f7175b89b480114a48f0e2','1442474786','no'),('10262','_transient_mm_spam_20120faa42f7175b89b480114a48f0e2','no','no'),('10263','_transient_timeout_mm_spam_085d0a20a24d04d91a3d0356c2069965','1442474786','no'),('10264','_transient_mm_spam_085d0a20a24d04d91a3d0356c2069965','no','no'),('10265','_transient_timeout_mm_spam_b9fd59df4583e8d0119a5ce6e288989f','1442474790','no'),('10266','_transient_mm_spam_b9fd59df4583e8d0119a5ce6e288989f','no','no'),('10269','_transient_timeout_mm_spam_7189c148ea2101188f9f86ad7c7d537c','1442474979','no'),('10270','_transient_mm_spam_7189c148ea2101188f9f86ad7c7d537c','no','no'),('10271','_transient_timeout_mm_spam_0194718084371c62a051efce3afd314c','1442475049','no'),('10272','_transient_mm_spam_0194718084371c62a051efce3afd314c','no','no'),('10273','_transient_timeout_mm_spam_58c492539000d7a1e77481ab0ca557c0','1442475082','no'),('10274','_transient_mm_spam_58c492539000d7a1e77481ab0ca557c0','no','no'),('10275','_transient_timeout_mm_spam_5a40816271108c0bd5c5cd001668202b','1442475111','no'),('10276','_transient_mm_spam_5a40816271108c0bd5c5cd001668202b','no','no'),('10277','_transient_timeout_mm_spam_338a3560e416d962c1c63f4823e65b1d','1442475251','no'),('10278','_transient_mm_spam_338a3560e416d962c1c63f4823e65b1d','no','no'),('10279','_transient_timeout_mm_spam_63cd84b616193c77094cf16013d3d3f3','1442475257','no'),('10280','_transient_mm_spam_63cd84b616193c77094cf16013d3d3f3','no','no'),('10281','_transient_timeout_mm_spam_a648cf0f37f3bf836822336db131a8f2','1442475277','no'),('10282','_transient_mm_spam_a648cf0f37f3bf836822336db131a8f2','no','no'),('10285','_transient_timeout_mm_spam_0f8c32929ed62a837097fe83e3e192cc','1442475544','no'),('10286','_transient_mm_spam_0f8c32929ed62a837097fe83e3e192cc','no','no'),('10287','_transient_timeout_mm_spam_cfc8b39c013b64be787010968ba23972','1442475599','no'),('10288','_transient_mm_spam_cfc8b39c013b64be787010968ba23972','no','no'),('10289','_transient_timeout_mm_spam_5db97ad05a5d1b69dd84e2666ccba5e3','1442475820','no'),('10290','_transient_mm_spam_5db97ad05a5d1b69dd84e2666ccba5e3','no','no'),('10291','_transient_timeout_mm_spam_01e02317e67c58496e5576d8d0d79684','1442476157','no'),('10292','_transient_mm_spam_01e02317e67c58496e5576d8d0d79684','no','no'),('10293','_transient_timeout_mm_spam_d1555f4f410a29fdd9e0a5a94fb04d8a','1442476213','no'),('10294','_transient_mm_spam_d1555f4f410a29fdd9e0a5a94fb04d8a','no','no'),('10295','_transient_timeout_mm_spam_1784b690bd83a42ec6f52cbf299aeb3a','1442476219','no'),('10296','_transient_mm_spam_1784b690bd83a42ec6f52cbf299aeb3a','no','no'),('10297','_transient_timeout_mm_spam_1800fcd28252a3acbd4747ee8c7236f2','1442476251','no'),('10298','_transient_mm_spam_1800fcd28252a3acbd4747ee8c7236f2','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10299','_transient_timeout_mm_spam_b2c2d94cea495468675eb7e8f5e8a382','1442476277','no'),('10300','_transient_mm_spam_b2c2d94cea495468675eb7e8f5e8a382','no','no'),('10301','_transient_timeout_mm_spam_85405836c708cccb1ef2174f2c48bf32','1442476499','no'),('10302','_transient_mm_spam_85405836c708cccb1ef2174f2c48bf32','no','no'),('10303','_transient_timeout_mm_spam_97a909549a41201e7cb5737d78624e84','1442476599','no'),('10304','_transient_mm_spam_97a909549a41201e7cb5737d78624e84','no','no'),('10305','_transient_timeout_mm_spam_59d6b528a97503ca14ff71e665ba01b5','1442476634','no'),('10306','_transient_mm_spam_59d6b528a97503ca14ff71e665ba01b5','no','no'),('10307','_transient_timeout_mm_spam_057c840317219c9fd5788b0038f28375','1442476699','no'),('10308','_transient_mm_spam_057c840317219c9fd5788b0038f28375','no','no'),('10309','_transient_timeout_mm_spam_00c6f100fc7d609db40060b06e7d40ee','1442476762','no'),('10310','_transient_mm_spam_00c6f100fc7d609db40060b06e7d40ee','no','no'),('10313','_transient_timeout_mm_spam_642df869206f5a7a02710026a815bfbc','1442476950','no'),('10314','_transient_mm_spam_642df869206f5a7a02710026a815bfbc','no','no'),('10317','_transient_timeout_mm_spam_2ec9b3cd8cd29de11e0b20918f10e369','1442477085','no'),('10318','_transient_mm_spam_2ec9b3cd8cd29de11e0b20918f10e369','no','no'),('10319','_transient_timeout_mm_spam_35701b6bbc3d358629d7e05515e4b1bf','1442477262','no'),('10320','_transient_mm_spam_35701b6bbc3d358629d7e05515e4b1bf','no','no'),('10323','_transient_timeout_mm_spam_3615ecef1304c26effa107276239afe5','1442477346','no'),('10324','_transient_mm_spam_3615ecef1304c26effa107276239afe5','no','no'),('10325','_transient_timeout_mm_spam_afa30cd8ad938b5444d0809a07c0b490','1442477596','no'),('10326','_transient_mm_spam_afa30cd8ad938b5444d0809a07c0b490','no','no'),('10330','_transient_timeout_mm_spam_b640b16abeca40625e96e937b653e394','1442477769','no'),('10331','_transient_mm_spam_b640b16abeca40625e96e937b653e394','no','no'),('10332','_transient_timeout_mm_spam_90f2421863f7e5a87aed56a50b2d4c13','1442477784','no'),('10333','_transient_mm_spam_90f2421863f7e5a87aed56a50b2d4c13','no','no'),('10334','_transient_timeout_mm_spam_a81d07067517844ffea10a83cd5b9189','1442477898','no'),('10335','_transient_mm_spam_a81d07067517844ffea10a83cd5b9189','no','no'),('10338','_transient_timeout_mm_spam_dd51b35fd426e13cdf4cce343485d938','1442478106','no'),('10339','_transient_mm_spam_dd51b35fd426e13cdf4cce343485d938','no','no'),('10340','_transient_timeout_mm_spam_3f9f514ebc26f6a426b076ce045b7c0a','1442478189','no'),('10341','_transient_mm_spam_3f9f514ebc26f6a426b076ce045b7c0a','no','no'),('10343','_transient_timeout_mm_spam_a5ccf737d83e166dcd31e524690bc16c','1442478203','no'),('10344','_transient_mm_spam_a5ccf737d83e166dcd31e524690bc16c','no','no'),('10347','_transient_timeout_mm_spam_20f399ba637e35abed46d944b02da085','1442478317','no'),('10348','_transient_mm_spam_20f399ba637e35abed46d944b02da085','no','no'),('10349','_transient_timeout_mm_spam_04bb34fc77b7cb9dc851d4a5ff54f0ce','1442478336','no'),('10350','_transient_mm_spam_04bb34fc77b7cb9dc851d4a5ff54f0ce','no','no'),('10351','_transient_timeout_mm_spam_bcd6b409b57083c591a41fe061bff5c0','1442478357','no'),('10352','_transient_mm_spam_bcd6b409b57083c591a41fe061bff5c0','no','no'),('10355','_transient_timeout_mm_spam_f97ebf366ee02f1232f3eade995d42bc','1442478553','no'),('10356','_transient_mm_spam_f97ebf366ee02f1232f3eade995d42bc','no','no'),('10357','_transient_timeout_mm_spam_a3fc721fb1f254673071c0b629f12249','1442478601','no'),('10358','_transient_mm_spam_a3fc721fb1f254673071c0b629f12249','no','no'),('10359','_transient_timeout_mm_spam_b5258233428fc770fe7fd602c7fea1a9','1442478885','no'),('10360','_transient_mm_spam_b5258233428fc770fe7fd602c7fea1a9','no','no'),('10361','_transient_timeout_mm_spam_2461a8b4a9922fb146fd4ec120c9a833','1442478951','no'),('10362','_transient_mm_spam_2461a8b4a9922fb146fd4ec120c9a833','no','no'),('10369','_transient_timeout_mm_spam_f6bb3181b98daa95683e260ca8811b76','1442479175','no'),('10370','_transient_mm_spam_f6bb3181b98daa95683e260ca8811b76','no','no'),('10371','_transient_timeout_mm_spam_fc32fece993f66799679f9759aa0196e','1442479435','no'),('10372','_transient_mm_spam_fc32fece993f66799679f9759aa0196e','no','no'),('10373','_transient_timeout_mm_spam_3688bc6115334f20af14d11cee43b73d','1442479464','no'),('10374','_transient_mm_spam_3688bc6115334f20af14d11cee43b73d','no','no'),('10379','_transient_timeout_mm_spam_2462c03b6cf6aa9229a472f1c0d3248e','1442479747','no'),('10380','_transient_mm_spam_2462c03b6cf6aa9229a472f1c0d3248e','no','no'),('10381','_transient_timeout_mm_spam_9383ad86793fd24e79cd4019a066addd','1442479759','no'),('10382','_transient_mm_spam_9383ad86793fd24e79cd4019a066addd','no','no'),('10383','_transient_timeout_mm_spam_a1fd2019c510a03e73edb28da2952797','1442479846','no'),('10384','_transient_mm_spam_a1fd2019c510a03e73edb28da2952797','no','no'),('10385','_transient_timeout_mm_spam_4137eab72634950b29444e8a743d4bb6','1442479851','no'),('10386','_transient_mm_spam_4137eab72634950b29444e8a743d4bb6','no','no'),('10387','_transient_timeout_mm_spam_b838b0a5a28dd5ac90ec5f6d32160703','1442479955','no'),('10388','_transient_mm_spam_b838b0a5a28dd5ac90ec5f6d32160703','no','no'),('10391','_transient_timeout_mm_spam_554decfcf304e5016b57f9fb2d21f60b','1442480077','no'),('10392','_transient_mm_spam_554decfcf304e5016b57f9fb2d21f60b','no','no'),('10393','_transient_timeout_mm_spam_8de2d2f7e5d21021c9bf59f1da848d53','1442480111','no'),('10394','_transient_mm_spam_8de2d2f7e5d21021c9bf59f1da848d53','no','no'),('10395','_transient_timeout_mm_spam_b1a996c9298e78b49c63001e00739dd4','1442480123','no'),('10396','_transient_mm_spam_b1a996c9298e78b49c63001e00739dd4','no','no'),('10397','_transient_timeout_mm_spam_743dc7200dd6277ab863bdfb91a514f2','1442480170','no'),('10398','_transient_mm_spam_743dc7200dd6277ab863bdfb91a514f2','no','no'),('10399','_transient_timeout_mm_spam_05892dc305e64dfe9bfcdc9e3c5b9ef8','1442480305','no'),('10400','_transient_mm_spam_05892dc305e64dfe9bfcdc9e3c5b9ef8','no','no'),('10401','_transient_timeout_mm_spam_a1490966d59a5312046158852d4cd891','1442480445','no'),('10402','_transient_mm_spam_a1490966d59a5312046158852d4cd891','no','no'),('10403','_transient_timeout_mm_spam_d477ddb264d300cfef8827c2d74a4820','1442480481','no'),('10404','_transient_mm_spam_d477ddb264d300cfef8827c2d74a4820','no','no'),('10405','_transient_timeout_mm_spam_d2896a32f9f7e0b1bdbb56839acfd38f','1442480552','no'),('10406','_transient_mm_spam_d2896a32f9f7e0b1bdbb56839acfd38f','no','no'),('10407','_transient_timeout_mm_spam_7b29a0948e92862534098001891c1d11','1442480655','no'),('10408','_transient_mm_spam_7b29a0948e92862534098001891c1d11','no','no'),('10409','_transient_timeout_mm_spam_c4c3d5bf29d4d6def9f2ed573805ba81','1442480812','no'),('10410','_transient_mm_spam_c4c3d5bf29d4d6def9f2ed573805ba81','no','no'),('10411','_transient_timeout_mm_spam_56f6843b12c3ca13aec4de2ac3827584','1442480829','no'),('10412','_transient_mm_spam_56f6843b12c3ca13aec4de2ac3827584','no','no'),('10415','_transient_timeout_mm_spam_d6aa5e19ddda3768e3bc8f411c4b9969','1442480996','no'),('10416','_transient_mm_spam_d6aa5e19ddda3768e3bc8f411c4b9969','no','no'),('10417','_transient_timeout_mm_spam_6e5b52df75fa7302669c289548915dfd','1442481022','no'),('10418','_transient_mm_spam_6e5b52df75fa7302669c289548915dfd','no','no'),('10421','_transient_timeout_mm_spam_c49ce332a850c28d30557e0c9d8378f3','1442481154','no'),('10422','_transient_mm_spam_c49ce332a850c28d30557e0c9d8378f3','no','no'),('10423','_transient_timeout_mm_spam_6f4e823a90fb7bfb0bf7dedc5d6f6b34','1442481280','no'),('10424','_transient_mm_spam_6f4e823a90fb7bfb0bf7dedc5d6f6b34','no','no'),('10425','_transient_timeout_mm_spam_35986c1a17389de93838065a25600157','1442481307','no'),('10426','_transient_mm_spam_35986c1a17389de93838065a25600157','no','no'),('10427','_transient_timeout_mm_spam_04119d241d8086d8bbc275e0b67bc1ab','1442481332','no'),('10428','_transient_mm_spam_04119d241d8086d8bbc275e0b67bc1ab','no','no'),('10430','_transient_timeout_mm_spam_f7a6d223a002a2f84ef9a63c76f87d63','1442481416','no'),('10431','_transient_mm_spam_f7a6d223a002a2f84ef9a63c76f87d63','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10432','_transient_timeout_mm_spam_14f45f17fbee11707d217b23d2283467','1442481427','no'),('10433','_transient_mm_spam_14f45f17fbee11707d217b23d2283467','no','no'),('10434','_transient_timeout_mm_spam_1a68f14641945188f35200124de4b7b9','1442481513','no'),('10435','_transient_mm_spam_1a68f14641945188f35200124de4b7b9','no','no'),('10436','_transient_timeout_mm_spam_2cb72a580ed381a9c03aff666ec9c99f','1442481650','no'),('10437','_transient_mm_spam_2cb72a580ed381a9c03aff666ec9c99f','no','no'),('10438','_transient_timeout_mm_spam_0a3b98ba76087572986178e248fa80fa','1442481739','no'),('10439','_transient_mm_spam_0a3b98ba76087572986178e248fa80fa','no','no'),('10440','_transient_timeout_mm_spam_0d29466e437b8d9b3e3f2fbd63b841ff','1442481770','no'),('10441','_transient_mm_spam_0d29466e437b8d9b3e3f2fbd63b841ff','no','no'),('10443','_transient_timeout_mm_spam_bcf911095545785f5e0f30ba93ab7771','1442481856','no'),('10444','_transient_mm_spam_bcf911095545785f5e0f30ba93ab7771','no','no'),('10445','_transient_timeout_mm_spam_6e3fe089a8f6d18a8e8393df03ea8dbc','1442481951','no'),('10446','_transient_mm_spam_6e3fe089a8f6d18a8e8393df03ea8dbc','no','no'),('10447','_transient_timeout_mm_spam_6346ad82285f45f3b983de96b0136af8','1442482121','no'),('10448','_transient_mm_spam_6346ad82285f45f3b983de96b0136af8','no','no'),('10449','_transient_timeout_mm_spam_87278889aefe9e2d751e2f64504764a4','1442482142','no'),('10450','_transient_mm_spam_87278889aefe9e2d751e2f64504764a4','no','no'),('10451','_transient_timeout_mm_spam_e27e868c6221c3ade0e6e29c1c409969','1442482277','no'),('10452','_transient_mm_spam_e27e868c6221c3ade0e6e29c1c409969','no','no'),('10453','_transient_timeout_mm_spam_f3f08c23ebcfd0db446a8e507fa114d7','1442482422','no'),('10454','_transient_mm_spam_f3f08c23ebcfd0db446a8e507fa114d7','no','no'),('10455','_transient_timeout_mm_spam_a8ec0a32e91efca755cb45d9b5add69c','1442482525','no'),('10456','_transient_mm_spam_a8ec0a32e91efca755cb45d9b5add69c','no','no'),('10457','_transient_timeout_mm_spam_75bd8a97c995f763a6f1e4281bb0ff76','1442482625','no'),('10458','_transient_mm_spam_75bd8a97c995f763a6f1e4281bb0ff76','no','no'),('10459','_transient_timeout_mm_spam_57a3b77bb6406081a39b9cf9e870fa2d','1442482687','no'),('10460','_transient_mm_spam_57a3b77bb6406081a39b9cf9e870fa2d','no','no'),('10461','_transient_timeout_mm_spam_be56c7c8c76287ba173dbff64e05fb8f','1442482767','no'),('10462','_transient_mm_spam_be56c7c8c76287ba173dbff64e05fb8f','no','no'),('10463','_transient_timeout_mm_spam_2869e92d83c82208f7ad90e30109c614','1442482884','no'),('10464','_transient_mm_spam_2869e92d83c82208f7ad90e30109c614','no','no'),('10465','_transient_timeout_mm_spam_77589f60a3ea8827fee69b3efa9a50ad','1442482913','no'),('10466','_transient_mm_spam_77589f60a3ea8827fee69b3efa9a50ad','no','no'),('10467','_transient_timeout_mm_spam_2d404576138fd05ba5e3c7d40a9603bb','1442483486','no'),('10468','_transient_mm_spam_2d404576138fd05ba5e3c7d40a9603bb','no','no'),('10469','_transient_timeout_mm_spam_0d1cccac811ca6dc9ca7d842a7c31b45','1442483495','no'),('10470','_transient_mm_spam_0d1cccac811ca6dc9ca7d842a7c31b45','no','no'),('10471','_transient_timeout_mm_spam_ee001147ba5c3c8ce28d88818355c856','1442483672','no'),('10472','_transient_mm_spam_ee001147ba5c3c8ce28d88818355c856','no','no'),('10473','_transient_timeout_mm_spam_a30aefd477c122fc7af93be311d3a2ca','1442483748','no'),('10474','_transient_mm_spam_a30aefd477c122fc7af93be311d3a2ca','no','no'),('10475','_transient_timeout_mm_spam_8c9003a4b50162fefe26000770ee79d6','1442484084','no'),('10476','_transient_mm_spam_8c9003a4b50162fefe26000770ee79d6','no','no'),('10477','_transient_timeout_mm_spam_c54727607570674d8caeebe280684814','1442484128','no'),('10478','_transient_mm_spam_c54727607570674d8caeebe280684814','no','no'),('10479','_transient_timeout_mm_spam_3ced5cd0f14a8a9ca10212f00143dc4b','1442484187','no'),('10480','_transient_mm_spam_3ced5cd0f14a8a9ca10212f00143dc4b','no','no'),('10481','_transient_timeout_mm_spam_adf5ef0cd92ff4ffd926df2c20061d3e','1442484305','no'),('10482','_transient_mm_spam_adf5ef0cd92ff4ffd926df2c20061d3e','no','no'),('10483','_transient_timeout_mm_spam_01de0fe6a9a394431b95742d0989811d','1442484403','no'),('10484','_transient_mm_spam_01de0fe6a9a394431b95742d0989811d','no','no'),('10487','_transient_timeout_mm_spam_de54f733e39f5fcaf786e8f737791b2f','1442484429','no'),('10488','_transient_mm_spam_de54f733e39f5fcaf786e8f737791b2f','no','no'),('10495','_transient_timeout_mm_spam_054d201e6816be1d2e81d09762486f7f','1442484803','no'),('10496','_transient_mm_spam_054d201e6816be1d2e81d09762486f7f','no','no'),('10498','_transient_timeout_mm_spam_bd242c25f7fadb575da4dee86ba2924f','1442484993','no'),('10499','_transient_mm_spam_bd242c25f7fadb575da4dee86ba2924f','no','no'),('10504','_transient_timeout_mm_spam_0729e7a18f5a90c4f6143aae76c32b57','1442485077','no'),('10505','_transient_mm_spam_0729e7a18f5a90c4f6143aae76c32b57','no','no'),('10510','_transient_timeout_mm_spam_d551a1dfa21d2ab150d260c2b6ad6ba2','1442485235','no'),('10511','_transient_mm_spam_d551a1dfa21d2ab150d260c2b6ad6ba2','no','no'),('10517','_transient_timeout_mm_spam_acf3816380c6e69cc5ffae2cfd3ea416','1442485338','no'),('10518','_transient_mm_spam_acf3816380c6e69cc5ffae2cfd3ea416','no','no'),('10520','_transient_timeout_mm_spam_d15b5e7be62baccbfdb4e61548672404','1442485384','no'),('10521','_transient_mm_spam_d15b5e7be62baccbfdb4e61548672404','no','no'),('10523','_transient_timeout_mm_spam_2bb8bcfca5aaea9239d2c2ae735ae027','1442485413','no'),('10524','_transient_mm_spam_2bb8bcfca5aaea9239d2c2ae735ae027','no','no'),('10525','_transient_timeout_mm_spam_8aa48c41d75d4afe682a00fb3350754a','1442485426','no'),('10526','_transient_mm_spam_8aa48c41d75d4afe682a00fb3350754a','no','no'),('10533','_transient_timeout_mm_spam_8998849485ba139c9d7ce1cdf77abf7a','1442485795','no'),('10534','_transient_mm_spam_8998849485ba139c9d7ce1cdf77abf7a','no','no'),('10535','_transient_timeout_mm_spam_46f853f4b394d59436b18e7d870809f6','1442485825','no'),('10536','_transient_mm_spam_46f853f4b394d59436b18e7d870809f6','no','no'),('10537','_transient_timeout_mm_spam_efa6bc6ea23f7db481dc5a73af0c76f0','1442485892','no'),('10538','_transient_mm_spam_efa6bc6ea23f7db481dc5a73af0c76f0','no','no'),('10539','_transient_timeout_mm_spam_69e7fe453b9f6adbb64aae10ec15c923','1442485968','no'),('10540','_transient_mm_spam_69e7fe453b9f6adbb64aae10ec15c923','no','no'),('10541','_transient_timeout_mm_spam_d95e781ab1319cb43d42ef28186678f8','1442486144','no'),('10542','_transient_mm_spam_d95e781ab1319cb43d42ef28186678f8','no','no'),('10543','_transient_timeout_mm_spam_27d73cda55bf0646e026213c730db204','1442486194','no'),('10544','_transient_mm_spam_27d73cda55bf0646e026213c730db204','no','no'),('10549','_transient_timeout_mm_spam_438e1852325702a0a53591ef4dfa42da','1442486336','no'),('10550','_transient_mm_spam_438e1852325702a0a53591ef4dfa42da','no','no'),('10551','_transient_timeout_mm_spam_78432bdaade8f558c47d157ebc380088','1442486534','no'),('10552','_transient_mm_spam_78432bdaade8f558c47d157ebc380088','no','no'),('10555','_transient_timeout_mm_spam_bf0177eee32367d9717289daebacaeee','1442486674','no'),('10556','_transient_mm_spam_bf0177eee32367d9717289daebacaeee','no','no'),('10557','_transient_timeout_mm_spam_0729750e1726d47d6de589714a35c527','1442486697','no'),('10558','_transient_mm_spam_0729750e1726d47d6de589714a35c527','no','no'),('10561','_transient_timeout_mm_spam_0178fb72af42ddac65901bee5c49bb23','1442486918','no'),('10562','_transient_mm_spam_0178fb72af42ddac65901bee5c49bb23','no','no'),('10563','_transient_timeout_mm_spam_03ece6ebfaefe6e005131dab866ad24f','1442487007','no'),('10564','_transient_mm_spam_03ece6ebfaefe6e005131dab866ad24f','no','no'),('10565','_transient_timeout_mm_spam_f01dc78d0c436f847f58b4238bdd924b','1442487009','no'),('10566','_transient_mm_spam_f01dc78d0c436f847f58b4238bdd924b','no','no'),('10567','_transient_timeout_mm_spam_8ee531ca173b82738bb9e94b99abe1a6','1442487030','no'),('10568','_transient_mm_spam_8ee531ca173b82738bb9e94b99abe1a6','no','no'),('10569','_transient_timeout_mm_spam_002d58c9b891eda922b2d2e602a4231c','1442487218','no'),('10570','_transient_mm_spam_002d58c9b891eda922b2d2e602a4231c','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10571','_transient_timeout_mm_spam_65dcbf2e7877c6dd873d0c20c6a2f9d4','1442487248','no'),('10572','_transient_mm_spam_65dcbf2e7877c6dd873d0c20c6a2f9d4','no','no'),('10573','_transient_timeout_mm_spam_ee05a6fade65fdb4fb79034ac53f20f4','1442487311','no'),('10574','_transient_mm_spam_ee05a6fade65fdb4fb79034ac53f20f4','no','no'),('10575','_transient_timeout_mm_spam_7b11d36d1fca16a71bdbdd78579ba814','1442487353','no'),('10576','_transient_mm_spam_7b11d36d1fca16a71bdbdd78579ba814','no','no'),('10577','_transient_timeout_mm_spam_77e8878c20fdf0decaae60e63587bfb6','1442487406','no'),('10578','_transient_mm_spam_77e8878c20fdf0decaae60e63587bfb6','no','no'),('10579','_transient_timeout_mm_spam_3d0294ab4b35506da48e47a8d81c7212','1442487553','no'),('10580','_transient_mm_spam_3d0294ab4b35506da48e47a8d81c7212','no','no'),('10581','_transient_timeout_mm_spam_f131b5f639cf41952e376f895d0aa178','1442487650','no'),('10582','_transient_mm_spam_f131b5f639cf41952e376f895d0aa178','no','no'),('10583','_transient_timeout_mm_spam_0ddc95abfec2ec72c1e55a86ae5b3ca8','1442487691','no'),('10584','_transient_mm_spam_0ddc95abfec2ec72c1e55a86ae5b3ca8','no','no'),('10585','_transient_timeout_mm_spam_472e72a9f279a26bccb013c5f291e8c3','1442487693','no'),('10586','_transient_mm_spam_472e72a9f279a26bccb013c5f291e8c3','no','no'),('10587','_transient_timeout_mm_spam_ed3ce33b3e1173e5e45070ff2fa62c28','1442487763','no'),('10588','_transient_mm_spam_ed3ce33b3e1173e5e45070ff2fa62c28','no','no'),('10589','_transient_timeout_mm_spam_87a535daad5280c3587831b35c30e170','1442487810','no'),('10590','_transient_mm_spam_87a535daad5280c3587831b35c30e170','no','no'),('10591','_transient_timeout_mm_spam_2f4ca1b5860eabb1206980b3e7275d19','1442487906','no'),('10592','_transient_mm_spam_2f4ca1b5860eabb1206980b3e7275d19','no','no'),('10593','_transient_timeout_mm_spam_655c7acba874d542dd25b108cbee1c07','1442488023','no'),('10594','_transient_mm_spam_655c7acba874d542dd25b108cbee1c07','no','no'),('10595','_transient_timeout_mm_spam_ee6dcdc56a7ab2b5e55c2d57357cb6f8','1442488260','no'),('10596','_transient_mm_spam_ee6dcdc56a7ab2b5e55c2d57357cb6f8','no','no'),('10597','_transient_timeout_mm_spam_3830d3333b7781e40b5f7bd0179c5ff8','1442488379','no'),('10598','_transient_mm_spam_3830d3333b7781e40b5f7bd0179c5ff8','no','no'),('10599','_transient_timeout_mm_spam_89af1f2fcf92cb723d6fe8a058117cbe','1442488389','no'),('10600','_transient_mm_spam_89af1f2fcf92cb723d6fe8a058117cbe','no','no'),('10601','_transient_timeout_mm_spam_cb9858f03d73f8544b40599ea1b3ab11','1442488398','no'),('10602','_transient_mm_spam_cb9858f03d73f8544b40599ea1b3ab11','no','no'),('10608','_transient_timeout_mm_spam_e1430b333622f14642ab613540adc532','1442488782','no'),('10609','_transient_mm_spam_e1430b333622f14642ab613540adc532','no','no'),('10610','_transient_timeout_mm_spam_5a0b05bbe8dde703f89c9b1208e9c1df','1442488795','no'),('10611','_transient_mm_spam_5a0b05bbe8dde703f89c9b1208e9c1df','no','no'),('10612','_transient_timeout_mm_spam_cacb6f04d7b05b0aca4ad5d6a753d45c','1442488819','no'),('10613','_transient_mm_spam_cacb6f04d7b05b0aca4ad5d6a753d45c','no','no'),('10616','_transient_timeout_mm_spam_6bbcd4d3dd5d318cf809b172d9924185','1442489277','no'),('10617','_transient_mm_spam_6bbcd4d3dd5d318cf809b172d9924185','no','no'),('10620','_transient_timeout_mm_spam_ac0554ca230d7baa32b72acae14113e0','1442489397','no'),('10621','_transient_mm_spam_ac0554ca230d7baa32b72acae14113e0','no','no'),('10622','_transient_timeout_mm_spam_70134069ecfb340488d194a6a9cbbad0','1442489488','no'),('10623','_transient_mm_spam_70134069ecfb340488d194a6a9cbbad0','no','no'),('10624','_transient_timeout_mm_spam_4ea44c24a15ac2123d55ec86cc98e12e','1442489618','no'),('10625','_transient_mm_spam_4ea44c24a15ac2123d55ec86cc98e12e','no','no'),('10626','_transient_timeout_mm_spam_66fcdee7044ea0bd35f90cec15af7617','1442489640','no'),('10627','_transient_mm_spam_66fcdee7044ea0bd35f90cec15af7617','no','no'),('10628','_transient_timeout_mm_spam_35be9c7afcffbb6bb99e78226343c973','1442489693','no'),('10629','_transient_mm_spam_35be9c7afcffbb6bb99e78226343c973','no','no'),('10632','_transient_timeout_mm_spam_c809534fc0db328736f64e20b1638721','1442490100','no'),('10633','_transient_mm_spam_c809534fc0db328736f64e20b1638721','no','no'),('10634','_transient_timeout_mm_spam_d8e570f498ff85deada2e21dcf13ec9c','1442490126','no'),('10635','_transient_mm_spam_d8e570f498ff85deada2e21dcf13ec9c','no','no'),('10636','_transient_timeout_mm_spam_d3c33f5531e6289f0739749b3919449e','1442490141','no'),('10637','_transient_mm_spam_d3c33f5531e6289f0739749b3919449e','no','no'),('10638','_transient_timeout_mm_spam_f6971283e4ba30b72adb4a7af854be7d','1442490358','no'),('10639','_transient_mm_spam_f6971283e4ba30b72adb4a7af854be7d','no','no'),('10640','_transient_timeout_mm_spam_d81ee899d90dc8da64bb53f011010162','1442490366','no'),('10641','_transient_mm_spam_d81ee899d90dc8da64bb53f011010162','no','no'),('10642','_transient_timeout_mm_spam_9566439be52ffafc9decb1deaab62f33','1442490416','no'),('10643','_transient_mm_spam_9566439be52ffafc9decb1deaab62f33','no','no'),('10644','_transient_timeout_mm_spam_9cc7f8909dfefd9cf31345e84aed904b','1442490457','no'),('10645','_transient_mm_spam_9cc7f8909dfefd9cf31345e84aed904b','no','no'),('10646','_transient_timeout_mm_spam_f4b4a1b9d34bb9c5c955d29d2c971dcd','1442490483','no'),('10647','_transient_mm_spam_f4b4a1b9d34bb9c5c955d29d2c971dcd','no','no'),('10648','_transient_timeout_mm_spam_fecec11ab8a5a4bc30890206b9fe5b2b','1442490564','no'),('10649','_transient_mm_spam_fecec11ab8a5a4bc30890206b9fe5b2b','no','no'),('10650','_transient_timeout_mm_spam_1ca0d86e1ddaf60c2bc677b2fbf56306','1442490615','no'),('10651','_transient_mm_spam_1ca0d86e1ddaf60c2bc677b2fbf56306','no','no'),('10652','_transient_timeout_mm_spam_b6d8456d118fd00700be61b3f238c7fa','1442490652','no'),('10653','_transient_mm_spam_b6d8456d118fd00700be61b3f238c7fa','no','no'),('10654','_transient_timeout_mm_spam_149385ff1f0d8ca0585f14624cb315d1','1442490703','no'),('10655','_transient_mm_spam_149385ff1f0d8ca0585f14624cb315d1','no','no'),('10660','_transient_timeout_mm_spam_dd9cbee2d0c554e11633ce05193c85c0','1442491080','no'),('10661','_transient_mm_spam_dd9cbee2d0c554e11633ce05193c85c0','no','no'),('10662','_transient_timeout_mm_spam_420d6d508271500cd97d1c899ada8c9f','1442491127','no'),('10663','_transient_mm_spam_420d6d508271500cd97d1c899ada8c9f','no','no'),('10664','_transient_timeout_mm_spam_33a8d8f9b99ee08b38d43c75d721bdd1','1442491323','no'),('10665','_transient_mm_spam_33a8d8f9b99ee08b38d43c75d721bdd1','no','no'),('10670','_transient_timeout_mm_spam_a18dc1f9cdc7845a3323f3925dc739ff','1442491489','no'),('10671','_transient_mm_spam_a18dc1f9cdc7845a3323f3925dc739ff','no','no'),('10672','_transient_timeout_mm_spam_7ca322cc6f8be99892d61d81e201ca9d','1442491728','no'),('10673','_transient_mm_spam_7ca322cc6f8be99892d61d81e201ca9d','no','no'),('10674','_transient_timeout_mm_spam_ac25c9216a452a0f419c8b2126e23acf','1442491764','no'),('10675','_transient_mm_spam_ac25c9216a452a0f419c8b2126e23acf','no','no'),('10676','_transient_timeout_mm_spam_71738a2ae1f010d99f2bd2051659e2e0','1442491789','no'),('10677','_transient_mm_spam_71738a2ae1f010d99f2bd2051659e2e0','no','no'),('10678','_transient_timeout_mm_spam_3fd93d1f7fbb407b2cc74bb48d3fdd91','1442492097','no'),('10679','_transient_mm_spam_3fd93d1f7fbb407b2cc74bb48d3fdd91','no','no'),('10680','_transient_timeout_mm_spam_ff02c556d1439756f86d093de9870fe2','1442492102','no'),('10681','_transient_mm_spam_ff02c556d1439756f86d093de9870fe2','no','no'),('10682','_transient_timeout_mm_spam_af0c80162e8bdc19af642e7be53a6572','1442492123','no'),('10683','_transient_mm_spam_af0c80162e8bdc19af642e7be53a6572','no','no'),('10685','_transient_timeout_mm_spam_e8fc35280f285546cdb8f805350c4cbc','1442492209','no'),('10686','_transient_mm_spam_e8fc35280f285546cdb8f805350c4cbc','no','no'),('10687','_transient_timeout_mm_spam_d0d13e20dfbbc551ccc44e8b27f01d9c','1442492414','no'),('10688','_transient_mm_spam_d0d13e20dfbbc551ccc44e8b27f01d9c','no','no'),('10689','_transient_timeout_mm_spam_a86753b1b159a8bb5d1f9b7a783d7ec7','1442492477','no'),('10690','_transient_mm_spam_a86753b1b159a8bb5d1f9b7a783d7ec7','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10691','_transient_timeout_mm_spam_a15104c3f608126e9eb7134d92532f09','1442492481','no'),('10692','_transient_mm_spam_a15104c3f608126e9eb7134d92532f09','no','no'),('10693','_transient_timeout_mm_spam_b95262dc90e6ef1a486cf2dd0bc3304a','1442492558','no'),('10694','_transient_mm_spam_b95262dc90e6ef1a486cf2dd0bc3304a','no','no'),('10696','_transient_timeout_mm_spam_c2ca13f6fb8c9aadd3c9ae4751c37546','1442492631','no'),('10697','_transient_mm_spam_c2ca13f6fb8c9aadd3c9ae4751c37546','no','no'),('10698','_transient_timeout_mm_spam_14ead17a622e364acd7e56738707e0ef','1442492769','no'),('10699','_transient_mm_spam_14ead17a622e364acd7e56738707e0ef','no','no'),('10700','_transient_timeout_mm_spam_1ff76a4373ccaa1dd405108de506f0af','1442492912','no'),('10701','_transient_mm_spam_1ff76a4373ccaa1dd405108de506f0af','no','no'),('10706','_transient_timeout_mm_spam_98ea7020ad472ed5b5b9a67478f8f0c7','1442493160','no'),('10707','_transient_mm_spam_98ea7020ad472ed5b5b9a67478f8f0c7','no','no'),('10708','_transient_timeout_mm_spam_49377d58f5688d5a4d59806617784ec5','1442493176','no'),('10709','_transient_mm_spam_49377d58f5688d5a4d59806617784ec5','no','no'),('10710','_transient_timeout_mm_spam_eb8f1d1daf0f8f039ba53163c32f9a0f','1442493232','no'),('10711','_transient_mm_spam_eb8f1d1daf0f8f039ba53163c32f9a0f','no','no'),('10712','_transient_timeout_mm_spam_d22f24a55bf1f2b3847cad0cec74e653','1442493419','no'),('10713','_transient_mm_spam_d22f24a55bf1f2b3847cad0cec74e653','no','no'),('10714','_transient_timeout_mm_spam_6c37b98b68b9063548ef5af873587acb','1442493454','no'),('10715','_transient_mm_spam_6c37b98b68b9063548ef5af873587acb','no','no'),('10716','_transient_timeout_mm_spam_9247177d3e1a3e5b71f0762f633f1bb9','1442493461','no'),('10717','_transient_mm_spam_9247177d3e1a3e5b71f0762f633f1bb9','no','no'),('10718','_transient_timeout_mm_spam_84e3d6e12bff6a18c6f2cbf39bf0c747','1442493489','no'),('10719','_transient_mm_spam_84e3d6e12bff6a18c6f2cbf39bf0c747','no','no'),('10722','_transient_timeout_mm_spam_d53f6a9542053d3fd4be15c5355229e7','1442493620','no'),('10723','_transient_mm_spam_d53f6a9542053d3fd4be15c5355229e7','no','no'),('10724','_transient_timeout_mm_spam_b2015d06564517f54b287bf624cf4662','1442493697','no'),('10725','_transient_mm_spam_b2015d06564517f54b287bf624cf4662','no','no'),('10726','_transient_timeout_mm_spam_013961237f77564d97ed66d57ebaf4b5','1442493739','no'),('10727','_transient_mm_spam_013961237f77564d97ed66d57ebaf4b5','no','no'),('10730','_transient_timeout_mm_spam_cab699cd939fa3c1593ae8a324c82814','1442493824','no'),('10731','_transient_mm_spam_cab699cd939fa3c1593ae8a324c82814','no','no'),('10732','_transient_timeout_mm_spam_216ef8dbd5ea787dc34719e4978ce437','1442493871','no'),('10733','_transient_mm_spam_216ef8dbd5ea787dc34719e4978ce437','no','no'),('10734','_transient_timeout_mm_spam_d7f60e2e2646304415f8ea8109d8fb04','1442494122','no'),('10735','_transient_mm_spam_d7f60e2e2646304415f8ea8109d8fb04','no','no'),('10736','_transient_timeout_mm_spam_6dfd5d0ff87f92fac4b4008df0af275e','1442494143','no'),('10737','_transient_mm_spam_6dfd5d0ff87f92fac4b4008df0af275e','no','no'),('10738','_transient_timeout_mm_spam_4b6bfe4d3b7aeca49a15ae2dadeb7e06','1442494293','no'),('10739','_transient_mm_spam_4b6bfe4d3b7aeca49a15ae2dadeb7e06','no','no'),('10740','_transient_timeout_mm_spam_489ec8a1ccad1fa3d01616398e627d36','1442494418','no'),('10741','_transient_mm_spam_489ec8a1ccad1fa3d01616398e627d36','no','no'),('10744','_transient_timeout_mm_spam_190943d9e2726cf9f6c46a36fc3cf53e','1442494438','no'),('10745','_transient_mm_spam_190943d9e2726cf9f6c46a36fc3cf53e','no','no'),('10746','_transient_timeout_mm_spam_24e58b4d1f4765ffac02cf83ed8364ea','1442494637','no'),('10747','_transient_mm_spam_24e58b4d1f4765ffac02cf83ed8364ea','no','no'),('10748','_transient_timeout_mm_spam_8889038c2cf41bbf4daa2f10c53c264f','1442494741','no'),('10749','_transient_mm_spam_8889038c2cf41bbf4daa2f10c53c264f','no','no'),('10750','_transient_timeout_mm_spam_7cb9fc81421086a96caf71798cc2efd5','1442494760','no'),('10751','_transient_mm_spam_7cb9fc81421086a96caf71798cc2efd5','no','no'),('10754','_transient_timeout_mm_spam_11740053a2495862b25de28b1f1f5135','1442494836','no'),('10755','_transient_mm_spam_11740053a2495862b25de28b1f1f5135','no','no'),('10756','_transient_timeout_mm_spam_257401ab5c27243df317d0f1fcaa6045','1442494917','no'),('10757','_transient_mm_spam_257401ab5c27243df317d0f1fcaa6045','no','no'),('10758','_transient_timeout_mm_spam_61ce945a168c046a13d6e2abf6d6cc04','1442494937','no'),('10759','_transient_mm_spam_61ce945a168c046a13d6e2abf6d6cc04','no','no'),('10760','_transient_timeout_mm_spam_91a304493fb0f70dac4a9f0aa9d620f0','1442494974','no'),('10761','_transient_mm_spam_91a304493fb0f70dac4a9f0aa9d620f0','no','no'),('10762','_transient_timeout_mm_spam_d189ac4b65ea6d8846b50cd2e1db27b7','1442495021','no'),('10763','_transient_mm_spam_d189ac4b65ea6d8846b50cd2e1db27b7','no','no'),('10764','_transient_timeout_mm_spam_d7e2d29eacaed8a02ed190aba835219c','1442495206','no'),('10765','_transient_mm_spam_d7e2d29eacaed8a02ed190aba835219c','no','no'),('10766','_transient_timeout_mm_spam_83a29ed33fe8f0344ed24f0d65ede663','1442495232','no'),('10767','_transient_mm_spam_83a29ed33fe8f0344ed24f0d65ede663','no','no'),('10770','_transient_timeout_mm_spam_4701f92e7ab11d992ca56e18fcb4a39a','1442495325','no'),('10771','_transient_mm_spam_4701f92e7ab11d992ca56e18fcb4a39a','no','no'),('10772','_transient_timeout_mm_spam_1abff84c4bc0614e52b0e68bce6b1ceb','1442495439','no'),('10773','_transient_mm_spam_1abff84c4bc0614e52b0e68bce6b1ceb','no','no'),('10774','_transient_timeout_mm_spam_87621f0d69a2731e2f1362048c968627','1442495581','no'),('10775','_transient_mm_spam_87621f0d69a2731e2f1362048c968627','no','no'),('10776','_transient_timeout_mm_spam_6998a236ad45310c77b86eeb4112e45e','1442495598','no'),('10777','_transient_mm_spam_6998a236ad45310c77b86eeb4112e45e','no','no'),('10778','_transient_timeout_mm_spam_e6aabe50cfa98aad76d60e174d5b3844','1442495600','no'),('10779','_transient_mm_spam_e6aabe50cfa98aad76d60e174d5b3844','no','no'),('10782','_transient_timeout_mm_spam_afadff5ffd50107c23b4b5e72ceefaa6','1442495747','no'),('10783','_transient_mm_spam_afadff5ffd50107c23b4b5e72ceefaa6','no','no'),('10787','_transient_timeout_mm_spam_b7d51f0a10daa245f8b2b032a1cfebb9','1442495819','no'),('10788','_transient_mm_spam_b7d51f0a10daa245f8b2b032a1cfebb9','no','no'),('10789','_transient_timeout_mm_spam_fde7ec6ff13ab25b6de7d07b40b362b5','1442495872','no'),('10790','_transient_mm_spam_fde7ec6ff13ab25b6de7d07b40b362b5','no','no'),('10791','_transient_timeout_mm_spam_c2e56727fced7e8bb0a08e96aa9b46a6','1442495909','no'),('10792','_transient_mm_spam_c2e56727fced7e8bb0a08e96aa9b46a6','no','no'),('10793','_transient_timeout_mm_spam_ec85b7350df2521526b85b72a9e04307','1442495993','no'),('10794','_transient_mm_spam_ec85b7350df2521526b85b72a9e04307','no','no'),('10795','_transient_timeout_mm_spam_b60c2987e49617ccc751e23779976283','1442496015','no'),('10796','_transient_mm_spam_b60c2987e49617ccc751e23779976283','no','no'),('10797','_transient_timeout_mm_spam_edd96e4360bee0c7e01f78a91b1c15c3','1442496037','no'),('10798','_transient_mm_spam_edd96e4360bee0c7e01f78a91b1c15c3','no','no'),('10799','_transient_timeout_mm_spam_60bbf6477567e6027b96c8d2c4d58bde','1442496095','no'),('10800','_transient_mm_spam_60bbf6477567e6027b96c8d2c4d58bde','no','no'),('10801','_transient_timeout_mm_spam_781461042c5b2d6cde3bf06af815082c','1442496269','no'),('10802','_transient_mm_spam_781461042c5b2d6cde3bf06af815082c','no','no'),('10803','_transient_timeout_mm_spam_deb293743cf3f169a1f2770cbb5b4b98','1442496281','no'),('10804','_transient_mm_spam_deb293743cf3f169a1f2770cbb5b4b98','no','no'),('10805','_transient_timeout_mm_spam_0b90c3584ef96bc38d92bed0b1267c7e','1442496297','no'),('10806','_transient_mm_spam_0b90c3584ef96bc38d92bed0b1267c7e','no','no'),('10807','_transient_timeout_mm_spam_68de47dd46454d41297b180fd0fa74ca','1442496327','no'),('10808','_transient_mm_spam_68de47dd46454d41297b180fd0fa74ca','no','no'),('10809','_transient_timeout_mm_spam_ce79e60444c1eedc88b6e98ede1b5402','1442496502','no'),('10810','_transient_mm_spam_ce79e60444c1eedc88b6e98ede1b5402','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10813','_transient_timeout_mm_spam_3464725152c358aea7bf3c371d88bbb0','1442496719','no'),('10814','_transient_mm_spam_3464725152c358aea7bf3c371d88bbb0','no','no'),('10815','_transient_timeout_mm_spam_646c352d65a298195d42625f0bdc2dc1','1442496872','no'),('10816','_transient_mm_spam_646c352d65a298195d42625f0bdc2dc1','no','no'),('10817','_transient_timeout_mm_spam_87eca09f8aef29ac5f0a317fba1e74d8','1442496957','no'),('10818','_transient_mm_spam_87eca09f8aef29ac5f0a317fba1e74d8','no','no'),('10819','_transient_timeout_mm_spam_c77c4d98e7a9af0190ef4c40254d9430','1442496984','no'),('10820','_transient_mm_spam_c77c4d98e7a9af0190ef4c40254d9430','no','no'),('10821','_transient_timeout_mm_spam_d425daf40ad8be6aac0b5d0522a263cf','1442497059','no'),('10822','_transient_mm_spam_d425daf40ad8be6aac0b5d0522a263cf','no','no'),('10831','_transient_timeout_mm_spam_bc8b66e777440e41d1efc4f7264fce04','1442497386','no'),('10832','_transient_mm_spam_bc8b66e777440e41d1efc4f7264fce04','no','no'),('10837','_transient_timeout_mm_spam_5d55a60d4e57b67e5d0b884d8c2fbbfd','1442497645','no'),('10838','_transient_mm_spam_5d55a60d4e57b67e5d0b884d8c2fbbfd','no','no'),('10839','_transient_timeout_mm_spam_7a0f52a5f75190bc00ae57b198588ace','1442497648','no'),('10840','_transient_mm_spam_7a0f52a5f75190bc00ae57b198588ace','no','no'),('10841','_transient_timeout_mm_spam_5818c7921d80e9b20d9fabdd2fb562db','1442497692','no'),('10842','_transient_mm_spam_5818c7921d80e9b20d9fabdd2fb562db','no','no'),('10845','_transient_timeout_mm_spam_0de98c07a59e3ed65110b0f3a57a5f9c','1442497834','no'),('10846','_transient_mm_spam_0de98c07a59e3ed65110b0f3a57a5f9c','no','no'),('10847','_transient_timeout_mm_spam_251f478d0d087fee42839e13d23931ce','1442497931','no'),('10848','_transient_mm_spam_251f478d0d087fee42839e13d23931ce','no','no'),('10849','_transient_timeout_mm_spam_5828f97442a0db01fc141341090bceb5','1442497965','no'),('10850','_transient_mm_spam_5828f97442a0db01fc141341090bceb5','no','no'),('10851','_transient_timeout_mm_spam_b7ba5bd9e6e3151d6d5d9e018aa3cf46','1442498061','no'),('10852','_transient_mm_spam_b7ba5bd9e6e3151d6d5d9e018aa3cf46','no','no'),('10853','_transient_timeout_mm_spam_788de03429af245d11b9751c0513c867','1442498088','no'),('10854','_transient_mm_spam_788de03429af245d11b9751c0513c867','no','no'),('10855','_transient_timeout_mm_spam_b1a0257babb8264ea2dd3d50da423f45','1442498093','no'),('10856','_transient_mm_spam_b1a0257babb8264ea2dd3d50da423f45','no','no'),('10857','_transient_timeout_mm_spam_c1d8f6e7929ca100b582d9cd5aa52fcb','1442498188','no'),('10858','_transient_mm_spam_c1d8f6e7929ca100b582d9cd5aa52fcb','no','no'),('10861','_transient_timeout_mm_spam_44b721a21d01a5144b6cd8b6c82846d6','1442498331','no'),('10862','_transient_mm_spam_44b721a21d01a5144b6cd8b6c82846d6','no','no'),('10863','_transient_timeout_mm_spam_ced016851ff09433d5881fc943689e06','1442498427','no'),('10864','_transient_mm_spam_ced016851ff09433d5881fc943689e06','no','no'),('10865','_transient_timeout_mm_spam_71d93cc152a5314ce45f7659ee81354b','1442498462','no'),('10866','_transient_mm_spam_71d93cc152a5314ce45f7659ee81354b','no','no'),('10869','_transient_timeout_mm_spam_27b89fad79e492b77d14ac5f5f968c2f','1442498557','no'),('10870','_transient_mm_spam_27b89fad79e492b77d14ac5f5f968c2f','no','no'),('10873','_transient_timeout_mm_spam_d70a0d0a723d5a9f36f8db4789ff3667','1442498689','no'),('10874','_transient_mm_spam_d70a0d0a723d5a9f36f8db4789ff3667','no','no'),('10875','_transient_timeout_mm_spam_961889ed05e2333f48b2b5906f70e081','1442498698','no'),('10876','_transient_mm_spam_961889ed05e2333f48b2b5906f70e081','no','no'),('10879','_transient_timeout_mm_spam_7cd4fa802a81845719db9c67e1aa1f80','1442498892','no'),('10880','_transient_mm_spam_7cd4fa802a81845719db9c67e1aa1f80','no','no'),('10881','_transient_timeout_mm_spam_1e0671d2c8dcb0fdf1649ee4a1cf4491','1442499178','no'),('10882','_transient_mm_spam_1e0671d2c8dcb0fdf1649ee4a1cf4491','no','no'),('10883','_transient_timeout_mm_spam_e25b09b2cc9ab6f0b80052e1e3f5dd81','1442499203','no'),('10884','_transient_mm_spam_e25b09b2cc9ab6f0b80052e1e3f5dd81','no','no'),('10885','_transient_timeout_mm_spam_a0e3618ab82a5bedfaa3e66fdc8af8bb','1442499264','no'),('10886','_transient_mm_spam_a0e3618ab82a5bedfaa3e66fdc8af8bb','no','no'),('10887','_transient_timeout_mm_spam_ee1cdc0fe64ea0eadec89661ac99e826','1442499279','no'),('10888','_transient_mm_spam_ee1cdc0fe64ea0eadec89661ac99e826','no','no'),('10892','_transient_timeout_mm_spam_8c2395dae48f52f86765924d50cbd2c6','1442499510','no'),('10893','_transient_mm_spam_8c2395dae48f52f86765924d50cbd2c6','no','no'),('10894','_transient_timeout_mm_spam_5043ff0b28410a3ec61d90f6c4f8b503','1442499527','no'),('10895','_transient_mm_spam_5043ff0b28410a3ec61d90f6c4f8b503','no','no'),('10896','_transient_timeout_mm_spam_25ccdea01c6a1576046249e33ea4cc72','1442499625','no'),('10897','_transient_mm_spam_25ccdea01c6a1576046249e33ea4cc72','no','no'),('10898','_transient_timeout_mm_spam_115f1c1011afbf9c64707ea0b9b7c9a4','1442499794','no'),('10899','_transient_mm_spam_115f1c1011afbf9c64707ea0b9b7c9a4','no','no'),('10901','_transient_timeout_mm_spam_85ace129b4b6bfb9db40752fb1c082ab','1442499865','no'),('10902','_transient_mm_spam_85ace129b4b6bfb9db40752fb1c082ab','no','no'),('10903','_transient_timeout_mm_spam_51480a9fd4064bcecd5560f1c58342b7','1442499939','no'),('10904','_transient_mm_spam_51480a9fd4064bcecd5560f1c58342b7','no','no'),('10907','_transient_timeout_mm_spam_adfb812ef13b4124be8345e607757151','1442500113','no'),('10908','_transient_mm_spam_adfb812ef13b4124be8345e607757151','no','no'),('10909','_transient_timeout_mm_spam_a16344d541e33487e9da4debae894fe4','1442500177','no'),('10910','_transient_mm_spam_a16344d541e33487e9da4debae894fe4','no','no'),('10917','_transient_timeout_mm_spam_6f1b76ca18715b4750f7465d9a8bd1b7','1442500409','no'),('10918','_transient_mm_spam_6f1b76ca18715b4750f7465d9a8bd1b7','no','no'),('10919','_transient_timeout_mm_spam_d3af91a121608aa6d0cd521574ddb5a8','1442500413','no'),('10920','_transient_mm_spam_d3af91a121608aa6d0cd521574ddb5a8','no','no'),('10921','_transient_timeout_mm_spam_7b8b46ff5e90d8cfc74d684b66cd92d2','1442500470','no'),('10922','_transient_mm_spam_7b8b46ff5e90d8cfc74d684b66cd92d2','no','no'),('10923','_transient_timeout_mm_spam_efcaf358fa9567371d49cc059dae8554','1442500517','no'),('10924','_transient_mm_spam_efcaf358fa9567371d49cc059dae8554','no','no'),('10925','_transient_timeout_mm_spam_244876e236572303cb853fe2cec809d4','1442500675','no'),('10926','_transient_mm_spam_244876e236572303cb853fe2cec809d4','no','no'),('10927','_transient_timeout_mm_spam_eeb127be7284482564c93c5f11af9219','1442500682','no'),('10928','_transient_mm_spam_eeb127be7284482564c93c5f11af9219','no','no'),('10929','_transient_timeout_mm_spam_0047900e3d7bd42b45eeae669dfa9980','1442500831','no'),('10930','_transient_mm_spam_0047900e3d7bd42b45eeae669dfa9980','no','no'),('10931','_transient_timeout_mm_spam_8ef5317003dd35b460bb163b1dfd89d9','1442500849','no'),('10932','_transient_mm_spam_8ef5317003dd35b460bb163b1dfd89d9','no','no'),('10933','_transient_timeout_mm_spam_bccca9e8699d89dc91bcfeaaadacc1a4','1442500903','no'),('10934','_transient_mm_spam_bccca9e8699d89dc91bcfeaaadacc1a4','no','no'),('10941','_transient_timeout_mm_spam_ddf3f07fa2c3ba6fdb2c62365fb35c9c','1442501418','no'),('10942','_transient_mm_spam_ddf3f07fa2c3ba6fdb2c62365fb35c9c','no','no'),('10945','_transient_timeout_mm_spam_01630a86577a99ed4b736ff5d3128d4f','1442501605','no'),('10946','_transient_mm_spam_01630a86577a99ed4b736ff5d3128d4f','no','no'),('10947','_transient_timeout_mm_spam_bf2f000c88aa372a896b550ded421257','1442501659','no'),('10948','_transient_mm_spam_bf2f000c88aa372a896b550ded421257','no','no'),('10949','_transient_timeout_mm_spam_41a30f37ae0526c0b77d08bfdfba9685','1442501810','no'),('10950','_transient_mm_spam_41a30f37ae0526c0b77d08bfdfba9685','no','no'),('10951','_transient_timeout_mm_spam_d5745bd2161f69b8f6686b8ac0eb7420','1442501815','no'),('10952','_transient_mm_spam_d5745bd2161f69b8f6686b8ac0eb7420','no','no'),('10953','_transient_timeout_mm_spam_4a015789284291b36d8def203a61fb7d','1442501916','no'),('10954','_transient_mm_spam_4a015789284291b36d8def203a61fb7d','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10955','_transient_timeout_mm_spam_edd0840fad84c11e9f0f63a79bba3745','1442502046','no'),('10956','_transient_mm_spam_edd0840fad84c11e9f0f63a79bba3745','no','no'),('10957','_transient_timeout_mm_spam_41d2252b5786dc2d67531bbad0544508','1442502115','no'),('10958','_transient_mm_spam_41d2252b5786dc2d67531bbad0544508','no','no'),('10959','_transient_timeout_mm_spam_047afa264fa8016178886ca0b470be22','1442502131','no'),('10960','_transient_mm_spam_047afa264fa8016178886ca0b470be22','no','no'),('10961','_transient_timeout_mm_spam_6904d6c9c067151cc23ffa70d9a5fc54','1442502275','no'),('10962','_transient_mm_spam_6904d6c9c067151cc23ffa70d9a5fc54','no','no'),('10965','_transient_timeout_mm_spam_a5f809db69713d1469ffa78c5a85edc4','1442502402','no'),('10966','_transient_mm_spam_a5f809db69713d1469ffa78c5a85edc4','no','no'),('10967','_transient_timeout_mm_spam_da3f83312ffd4266858807a4bb572add','1442502412','no'),('10968','_transient_mm_spam_da3f83312ffd4266858807a4bb572add','no','no'),('10969','_transient_timeout_mm_spam_064f301daacc3f8ce3a7fa4694808ab2','1442502548','no'),('10970','_transient_mm_spam_064f301daacc3f8ce3a7fa4694808ab2','no','no'),('10973','_transient_timeout_mm_spam_82d4d9693e465151501bad3a1ace5160','1442502770','no'),('10974','_transient_mm_spam_82d4d9693e465151501bad3a1ace5160','no','no'),('10975','_transient_timeout_mm_spam_56592077253a255fd29ed6ef013ad6c8','1442502815','no'),('10976','_transient_mm_spam_56592077253a255fd29ed6ef013ad6c8','no','no'),('10977','_transient_timeout_mm_spam_30eeeb415d112d135f709e9b35232b3c','1442502824','no'),('10978','_transient_mm_spam_30eeeb415d112d135f709e9b35232b3c','no','no'),('10979','_transient_timeout_mm_spam_5993223446640f71634c65bd3e095e0b','1442502887','no'),('10980','_transient_mm_spam_5993223446640f71634c65bd3e095e0b','no','no'),('10981','_transient_timeout_mm_spam_7714d7a387b10dfe51346f967a164983','1442502901','no'),('10982','_transient_mm_spam_7714d7a387b10dfe51346f967a164983','no','no'),('10984','_transient_timeout_mm_spam_f0e165b77e1457462b806295d95fc912','1442502989','no'),('10985','_transient_mm_spam_f0e165b77e1457462b806295d95fc912','no','no'),('10986','_transient_timeout_mm_spam_f910837954a58f3edf2a25a3f24542ff','1442503036','no'),('10987','_transient_mm_spam_f910837954a58f3edf2a25a3f24542ff','no','no'),('10988','_transient_timeout_mm_spam_276b2839bda6d9d4994ed6b1b0e97fda','1442503054','no'),('10989','_transient_mm_spam_276b2839bda6d9d4994ed6b1b0e97fda','no','no'),('10990','_transient_timeout_mm_spam_a36bf4a12e795b55068e580339509b98','1442503119','no'),('10991','_transient_mm_spam_a36bf4a12e795b55068e580339509b98','no','no'),('10992','_transient_timeout_mm_spam_f6f83d6f7aced7ef44d1e428c3af9252','1442503160','no'),('10993','_transient_mm_spam_f6f83d6f7aced7ef44d1e428c3af9252','no','no'),('10994','_transient_timeout_mm_spam_e626f1c179448f9d62d998218bd5a20b','1442503249','no'),('10995','_transient_mm_spam_e626f1c179448f9d62d998218bd5a20b','no','no'),('10996','_transient_timeout_mm_spam_20b283af416f40dbb24dcff94d8d0a5e','1442503307','no'),('10997','_transient_mm_spam_20b283af416f40dbb24dcff94d8d0a5e','no','no'),('10998','_transient_timeout_mm_spam_80581de484e943002794b9f8f6c77621','1442503377','no'),('10999','_transient_mm_spam_80581de484e943002794b9f8f6c77621','no','no'),('11000','_transient_timeout_mm_spam_120c015306b0b30b88367d9ee3f57289','1442503393','no'),('11001','_transient_mm_spam_120c015306b0b30b88367d9ee3f57289','no','no'),('11003','_transient_timeout_mm_spam_03087fec45e09e91d55e954a76637ca8','1442503427','no'),('11004','_transient_mm_spam_03087fec45e09e91d55e954a76637ca8','no','no'),('11005','_transient_timeout_mm_spam_28a68e79f08f500c63738fa7bab5601f','1442503468','no'),('11006','_transient_mm_spam_28a68e79f08f500c63738fa7bab5601f','no','no'),('11007','_transient_timeout_mm_spam_cd3d00d19ddbcbbf73bfc5b51feb1f7d','1442503691','no'),('11008','_transient_mm_spam_cd3d00d19ddbcbbf73bfc5b51feb1f7d','no','no'),('11009','_transient_timeout_mm_spam_3bf75a00ac3a3831a4b72599699e5634','1442503714','no'),('11010','_transient_mm_spam_3bf75a00ac3a3831a4b72599699e5634','no','no'),('11011','_transient_timeout_mm_spam_4ab7350fbe7bab61cbe8f9f95ef6191c','1442503734','no'),('11012','_transient_mm_spam_4ab7350fbe7bab61cbe8f9f95ef6191c','no','no'),('11013','_transient_timeout_mm_spam_2a8ae1190e0ce0a1a3875ecbb7d6701a','1442503746','no'),('11014','_transient_mm_spam_2a8ae1190e0ce0a1a3875ecbb7d6701a','no','no'),('11015','_transient_timeout_mm_spam_8567f207b45e3e5a4b780a4abd742516','1442503950','no'),('11016','_transient_mm_spam_8567f207b45e3e5a4b780a4abd742516','no','no'),('11017','_transient_timeout_mm_spam_07b33ebc4a9d8bfb7800b0a5e0463097','1442504011','no'),('11018','_transient_mm_spam_07b33ebc4a9d8bfb7800b0a5e0463097','no','no'),('11019','_transient_timeout_mm_spam_fc00423785b81d048d31f096f2e89f6a','1442504050','no'),('11020','_transient_mm_spam_fc00423785b81d048d31f096f2e89f6a','no','no'),('11021','_transient_timeout_mm_spam_70d6f1c172fc19a9c126bd55896014ee','1442504235','no'),('11022','_transient_mm_spam_70d6f1c172fc19a9c126bd55896014ee','no','no'),('11023','_transient_timeout_mm_spam_a2223e9719e58db5927e177773e60537','1442504253','no'),('11024','_transient_mm_spam_a2223e9719e58db5927e177773e60537','no','no'),('11025','_transient_timeout_mm_spam_0b7af6ae76b8c7c84ab8792f005fcf3e','1442504272','no'),('11026','_transient_mm_spam_0b7af6ae76b8c7c84ab8792f005fcf3e','no','no'),('11027','_transient_timeout_mm_spam_ad56492111f91ad7c031463523aef498','1442504301','no'),('11028','_transient_mm_spam_ad56492111f91ad7c031463523aef498','no','no'),('11029','_transient_timeout_mm_spam_9f4da017499fc19e51d8c22bbaa6073f','1442504316','no'),('11030','_transient_mm_spam_9f4da017499fc19e51d8c22bbaa6073f','no','no'),('11031','_transient_timeout_mm_spam_46fdfb37841c1ddcd098525677a6ed20','1442504493','no'),('11032','_transient_mm_spam_46fdfb37841c1ddcd098525677a6ed20','no','no'),('11035','_transient_timeout_mm_spam_e598493367e69149319b2cce54938abe','1442504570','no'),('11036','_transient_mm_spam_e598493367e69149319b2cce54938abe','no','no'),('11039','_transient_timeout_mm_spam_2fc0a5b654b3727c536c15dc90efc88b','1442504752','no'),('11040','_transient_mm_spam_2fc0a5b654b3727c536c15dc90efc88b','no','no'),('11041','_transient_timeout_mm_spam_ad15d819cb804ce4d6e0086214f75c2f','1442504820','no'),('11042','_transient_mm_spam_ad15d819cb804ce4d6e0086214f75c2f','no','no'),('11045','_transient_timeout_mm_spam_48575bfb5f2d13abb2854e2ceeb965a4','1442504941','no'),('11046','_transient_mm_spam_48575bfb5f2d13abb2854e2ceeb965a4','no','no'),('11047','_transient_timeout_mm_spam_07beb04785932e42e2650162a1e309b8','1442505074','no'),('11048','_transient_mm_spam_07beb04785932e42e2650162a1e309b8','no','no'),('11049','_transient_timeout_mm_spam_c4065a5324f863d2a6c57be4739d44ee','1442505121','no'),('11050','_transient_mm_spam_c4065a5324f863d2a6c57be4739d44ee','no','no'),('11051','_transient_timeout_mm_spam_d069217a6638a3fa61897ce34418f11e','1442505139','no'),('11052','_transient_mm_spam_d069217a6638a3fa61897ce34418f11e','no','no'),('11053','_transient_timeout_mm_spam_c2ca613f662c66b0c02cfd24dd68ecc6','1442505144','no'),('11054','_transient_mm_spam_c2ca613f662c66b0c02cfd24dd68ecc6','no','no'),('11056','_transient_timeout_mm_spam_335ae6d6923dc47d164de0c4c753448b','1442505298','no'),('11057','_transient_mm_spam_335ae6d6923dc47d164de0c4c753448b','no','no'),('11063','_transient_timeout_mm_spam_e9f1fd540fa6c3566c7ef6442a2e7ba4','1442505433','no'),('11064','_transient_mm_spam_e9f1fd540fa6c3566c7ef6442a2e7ba4','no','no'),('11065','_transient_timeout_mm_spam_724067c756260ce6eb3b253e986b6628','1442505587','no'),('11066','_transient_mm_spam_724067c756260ce6eb3b253e986b6628','no','no'),('11069','_transient_timeout_mm_spam_ddb90db58e616bb7e337a53e5e38a50e','1442505724','no'),('11070','_transient_mm_spam_ddb90db58e616bb7e337a53e5e38a50e','no','no'),('11071','_transient_timeout_mm_spam_562f31f5a7bc6fdc2c0afae791f9393a','1442505841','no'),('11072','_transient_mm_spam_562f31f5a7bc6fdc2c0afae791f9393a','no','no'),('11073','_transient_timeout_mm_spam_f9b8b9c6ec343e51c2bca6e80d4ee80c','1442505903','no'),('11074','_transient_mm_spam_f9b8b9c6ec343e51c2bca6e80d4ee80c','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11077','_transient_timeout_mm_spam_23447503046eed3effa14cab5ec36c52','1442505994','no'),('11078','_transient_mm_spam_23447503046eed3effa14cab5ec36c52','no','no'),('11079','_transient_timeout_mm_spam_5bd1f71d1780e054cd17290b1f53c7f9','1442506062','no'),('11080','_transient_mm_spam_5bd1f71d1780e054cd17290b1f53c7f9','no','no'),('11081','_transient_timeout_mm_spam_7cc7ca1ca969ff28f6361550c29c1112','1442506175','no'),('11082','_transient_mm_spam_7cc7ca1ca969ff28f6361550c29c1112','no','no'),('11083','_transient_timeout_mm_spam_4de3196235596cabca6eae93e51b7775','1442506331','no'),('11084','_transient_mm_spam_4de3196235596cabca6eae93e51b7775','no','no'),('11085','_transient_timeout_mm_spam_157f4c2058756a4d5d1030040aa25e8a','1442506449','no'),('11086','_transient_mm_spam_157f4c2058756a4d5d1030040aa25e8a','no','no'),('11087','_transient_timeout_mm_spam_0ee1424973999709d0c37046f1404a16','1442506473','no'),('11088','_transient_mm_spam_0ee1424973999709d0c37046f1404a16','no','no'),('11089','_transient_timeout_mm_spam_70c9f6ae72e72d9c64561d9e1c8b77ce','1442506520','no'),('11090','_transient_mm_spam_70c9f6ae72e72d9c64561d9e1c8b77ce','no','no'),('11091','_transient_timeout_mm_spam_376229683cd29d46e77e3f20e7cf20d9','1442506538','no'),('11092','_transient_mm_spam_376229683cd29d46e77e3f20e7cf20d9','no','no'),('11094','_transient_timeout_mm_spam_a7264c0823c2f48d9841bdcc7437e488','1442506584','no'),('11095','_transient_mm_spam_a7264c0823c2f48d9841bdcc7437e488','no','no'),('11096','_transient_timeout_mm_spam_ce593fa7fa8b904c168569af9490b48a','1442506594','no'),('11097','_transient_mm_spam_ce593fa7fa8b904c168569af9490b48a','no','no'),('11098','_transient_timeout_mm_spam_3c2349982e957706b6c296afaf1de3a7','1442506836','no'),('11099','_transient_mm_spam_3c2349982e957706b6c296afaf1de3a7','no','no'),('11100','_transient_timeout_mm_spam_d187c08b712abcb646258692b057361a','1442506843','no'),('11101','_transient_mm_spam_d187c08b712abcb646258692b057361a','no','no'),('11102','_transient_timeout_mm_spam_d4b965ac053a590e06b8a13556cd7691','1442506849','no'),('11103','_transient_mm_spam_d4b965ac053a590e06b8a13556cd7691','no','no'),('11104','_transient_timeout_mm_spam_d07eb9d3094a9fd3cdcf096d433722a4','1442506854','no'),('11105','_transient_mm_spam_d07eb9d3094a9fd3cdcf096d433722a4','no','no'),('11106','_transient_timeout_mm_spam_1c0e37f7e2532bdd29b41a510cc28e31','1442507018','no'),('11107','_transient_mm_spam_1c0e37f7e2532bdd29b41a510cc28e31','no','no'),('11108','_transient_timeout_mm_spam_875e08f06974f8a6ddcc4c169575862e','1442507040','no'),('11109','_transient_mm_spam_875e08f06974f8a6ddcc4c169575862e','no','no'),('11110','_transient_timeout_mm_spam_c8c230f64a18522d83ad3014907ff277','1442507070','no'),('11111','_transient_mm_spam_c8c230f64a18522d83ad3014907ff277','no','no'),('11112','_transient_timeout_mm_spam_75faa62af8038c72c75cc1f897ebdf90','1442507077','no'),('11113','_transient_mm_spam_75faa62af8038c72c75cc1f897ebdf90','no','no'),('11114','_transient_timeout_mm_spam_9444b2da5ca02dff3937d940bf1d3966','1442507114','no'),('11115','_transient_mm_spam_9444b2da5ca02dff3937d940bf1d3966','no','no'),('11116','_transient_timeout_mm_spam_39ecf0be7054227a4e5ca863ba658f7f','1442507224','no'),('11117','_transient_mm_spam_39ecf0be7054227a4e5ca863ba658f7f','no','no'),('11118','_transient_timeout_mm_spam_c12acc7ab0c8b96f86fc258bf53efdee','1442507277','no'),('11119','_transient_mm_spam_c12acc7ab0c8b96f86fc258bf53efdee','no','no'),('11120','_transient_timeout_mm_spam_f1e8556d27cedcbe3c0827442ef7e4a1','1442507319','no'),('11121','_transient_mm_spam_f1e8556d27cedcbe3c0827442ef7e4a1','no','no'),('11122','_transient_timeout_mm_spam_c58ccdf8c8cf74d1abed83bcd0635c5e','1442507364','no'),('11123','_transient_mm_spam_c58ccdf8c8cf74d1abed83bcd0635c5e','no','no'),('11124','_transient_timeout_mm_spam_b270cf9f17087c9f6d5fdf01e75eac61','1442507557','no'),('11125','_transient_mm_spam_b270cf9f17087c9f6d5fdf01e75eac61','no','no'),('11126','_transient_timeout_mm_spam_cd145075011899543a559ec08e316625','1442507582','no'),('11127','_transient_mm_spam_cd145075011899543a559ec08e316625','no','no'),('11128','_transient_timeout_mm_spam_ddbc6ac5218e3252c69abf0b69eff95b','1442507744','no'),('11129','_transient_mm_spam_ddbc6ac5218e3252c69abf0b69eff95b','no','no'),('11132','_transient_timeout_mm_spam_7d4f02e0e255b606832e251a73a7a802','1442507890','no'),('11133','_transient_mm_spam_7d4f02e0e255b606832e251a73a7a802','no','no'),('11134','_transient_timeout_mm_spam_20bd6302f806409ee911aadc6299a77e','1442507899','no'),('11135','_transient_mm_spam_20bd6302f806409ee911aadc6299a77e','no','no'),('11136','_transient_timeout_mm_spam_bd7c0b115f7420e70a3f5f65fc7fac17','1442508068','no'),('11137','_transient_mm_spam_bd7c0b115f7420e70a3f5f65fc7fac17','no','no'),('11138','_transient_timeout_mm_spam_353eab4b844b1a82f02aaf731dc358e7','1442508137','no'),('11139','_transient_mm_spam_353eab4b844b1a82f02aaf731dc358e7','no','no'),('11140','_transient_timeout_mm_spam_7ef720b9338a84dad981c540ef9a227a','1442508213','no'),('11141','_transient_mm_spam_7ef720b9338a84dad981c540ef9a227a','no','no'),('11142','_transient_timeout_mm_spam_ea3b344ae8c4965f1b6e23524cfaa33f','1442508280','no'),('11143','_transient_mm_spam_ea3b344ae8c4965f1b6e23524cfaa33f','no','no'),('11144','_transient_timeout_mm_spam_709a22ef0e05bded6172f5169c035e1c','1442508280','no'),('11145','_transient_mm_spam_709a22ef0e05bded6172f5169c035e1c','no','no'),('11148','_transient_timeout_mm_spam_273c06a5119ca5e0edcde61c09fc6820','1442508433','no'),('11149','_transient_mm_spam_273c06a5119ca5e0edcde61c09fc6820','no','no'),('11150','_transient_timeout_mm_spam_0eb0180cee72fe2459e03ff90e1ea81b','1442508531','no'),('11151','_transient_mm_spam_0eb0180cee72fe2459e03ff90e1ea81b','no','no'),('11152','_transient_timeout_mm_spam_07471fb0980fd4475635514eb3e82dae','1442508579','no'),('11153','_transient_mm_spam_07471fb0980fd4475635514eb3e82dae','no','no'),('11154','_transient_timeout_mm_spam_99e0e60d91ef230d9b9e80bdb7a17761','1442508643','no'),('11155','_transient_mm_spam_99e0e60d91ef230d9b9e80bdb7a17761','no','no'),('11156','_transient_timeout_mm_spam_c800ed4cf50848f943bd517e04a384f3','1442508659','no'),('11157','_transient_mm_spam_c800ed4cf50848f943bd517e04a384f3','no','no'),('11158','_transient_timeout_mm_spam_cdf974565432b6822733e06a12b5c081','1442508692','no'),('11159','_transient_mm_spam_cdf974565432b6822733e06a12b5c081','no','no'),('11160','_transient_timeout_mm_spam_96c6c11b34c25780c9d260a69783d7b8','1442508813','no'),('11161','_transient_mm_spam_96c6c11b34c25780c9d260a69783d7b8','no','no'),('11162','_transient_timeout_mm_spam_f601e9c124257bfe9eb710fed9bca2d9','1442508834','no'),('11163','_transient_mm_spam_f601e9c124257bfe9eb710fed9bca2d9','no','no'),('11164','_transient_timeout_mm_spam_0305172b2c774ada9a09cc3cf0efc05f','1442508840','no'),('11165','_transient_mm_spam_0305172b2c774ada9a09cc3cf0efc05f','no','no'),('11166','_transient_timeout_mm_spam_7a9b357e056e762f01fb13815fcf7059','1442508902','no'),('11167','_transient_mm_spam_7a9b357e056e762f01fb13815fcf7059','no','no'),('11168','_transient_timeout_mm_spam_7b4cec8b44dba0d544242ecb1973535d','1442508996','no'),('11169','_transient_mm_spam_7b4cec8b44dba0d544242ecb1973535d','no','no'),('11170','_transient_timeout_mm_spam_b3dfda52390d3af480e2646a9ff9ec6e','1442509002','no'),('11171','_transient_mm_spam_b3dfda52390d3af480e2646a9ff9ec6e','no','no'),('11172','_transient_timeout_mm_spam_02ea19d22bc91aaddf90611cbcb5f9b0','1442509037','no'),('11173','_transient_mm_spam_02ea19d22bc91aaddf90611cbcb5f9b0','no','no'),('11174','_transient_timeout_mm_spam_4ff77f61ffed66fef840f8def13fa69d','1442509135','no'),('11175','_transient_mm_spam_4ff77f61ffed66fef840f8def13fa69d','no','no'),('11176','_transient_timeout_mm_spam_8ac3cd104b6d37765204beb157f08d5a','1442509199','no'),('11177','_transient_mm_spam_8ac3cd104b6d37765204beb157f08d5a','no','no'),('11178','_transient_timeout_mm_spam_346bb68003ae6e4c4c2d5e97c823a610','1442509267','no'),('11179','_transient_mm_spam_346bb68003ae6e4c4c2d5e97c823a610','no','no'),('11180','_transient_timeout_mm_spam_602fc7a42ccc0efd0fcdeca4f1c01474','1442509311','no'),('11181','_transient_mm_spam_602fc7a42ccc0efd0fcdeca4f1c01474','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11182','_transient_timeout_mm_spam_4c2a15aea82288a6fbdcc1a214f84315','1442509408','no'),('11183','_transient_mm_spam_4c2a15aea82288a6fbdcc1a214f84315','no','no'),('11186','_transient_timeout_mm_spam_006ebc5932a6d1f7828b1145b15bad71','1442509486','no'),('11187','_transient_mm_spam_006ebc5932a6d1f7828b1145b15bad71','no','no'),('11188','_transient_timeout_mm_spam_174495670019fc15c612ede5de8c11f0','1442509514','no'),('11189','_transient_mm_spam_174495670019fc15c612ede5de8c11f0','no','no'),('11190','_transient_timeout_mm_spam_303fd67283f68048b9f881976b2b9c49','1442509693','no'),('11191','_transient_mm_spam_303fd67283f68048b9f881976b2b9c49','no','no'),('11192','_transient_timeout_mm_spam_c59891b491e67d42fdab611eab69db5a','1442509728','no'),('11193','_transient_mm_spam_c59891b491e67d42fdab611eab69db5a','no','no'),('11194','_transient_timeout_mm_spam_56b24f4e3bef595b96339aa77da5cfe9','1442509848','no'),('11195','_transient_mm_spam_56b24f4e3bef595b96339aa77da5cfe9','no','no'),('11200','_transient_timeout_mm_spam_c2d6c704dcb75f37bd22049619bb7b06','1442510027','no'),('11201','_transient_mm_spam_c2d6c704dcb75f37bd22049619bb7b06','no','no'),('11204','_transient_timeout_mm_spam_f7d0d9215379509ce4d5a64f41a0771e','1442510090','no'),('11205','_transient_mm_spam_f7d0d9215379509ce4d5a64f41a0771e','no','no'),('11207','_transient_timeout_mm_spam_8b0690888fbbd58cbc71ee11bd55e731','1442510184','no'),('11208','_transient_mm_spam_8b0690888fbbd58cbc71ee11bd55e731','no','no'),('11209','_transient_timeout_mm_spam_ef79d4a4f6e44934a93a30cd5bfd1093','1442510256','no'),('11210','_transient_mm_spam_ef79d4a4f6e44934a93a30cd5bfd1093','no','no'),('11211','_transient_timeout_mm_spam_e42511c0b5691fbfaa2f3ebb57febef1','1442510290','no'),('11212','_transient_mm_spam_e42511c0b5691fbfaa2f3ebb57febef1','no','no'),('11213','_transient_timeout_mm_spam_62aa7655cb4b36f9fb9c658999902ea7','1442510329','no'),('11214','_transient_mm_spam_62aa7655cb4b36f9fb9c658999902ea7','no','no'),('11215','_transient_timeout_mm_spam_e50a389dacb6d936e46f0997f24d908e','1442510370','no'),('11216','_transient_mm_spam_e50a389dacb6d936e46f0997f24d908e','no','no'),('11217','_transient_timeout_mm_spam_fd060d1ec417edf8644d946f465c9c41','1442510515','no'),('11218','_transient_mm_spam_fd060d1ec417edf8644d946f465c9c41','no','no'),('11219','_transient_timeout_mm_spam_6088abba674e271e80581746717290a8','1442510535','no'),('11220','_transient_mm_spam_6088abba674e271e80581746717290a8','no','no'),('11224','_transient_timeout_mm_spam_b24d3c6db3e2c175b248c7c89b94dc55','1442510648','no'),('11225','_transient_mm_spam_b24d3c6db3e2c175b248c7c89b94dc55','no','no'),('11226','_transient_timeout_mm_spam_ee7f423d1bbfd2dc39ce03160bc74448','1442510685','no'),('11227','_transient_mm_spam_ee7f423d1bbfd2dc39ce03160bc74448','no','no'),('11228','_transient_timeout_mm_spam_73a7804d1601803c59e5be5f36613ebf','1442510793','no'),('11229','_transient_mm_spam_73a7804d1601803c59e5be5f36613ebf','no','no'),('11230','_transient_timeout_mm_spam_c960131115bbf8936f9088e01885234d','1442510798','no'),('11231','_transient_mm_spam_c960131115bbf8936f9088e01885234d','no','no'),('11234','_transient_timeout_mm_spam_0e200b6aa2473f119066be00f716db6e','1442511034','no'),('11235','_transient_mm_spam_0e200b6aa2473f119066be00f716db6e','no','no'),('11236','_transient_timeout_mm_spam_3281b7b2c6ae7ef6a9bc0209018d5727','1442511086','no'),('11237','_transient_mm_spam_3281b7b2c6ae7ef6a9bc0209018d5727','no','no'),('11238','_transient_timeout_mm_spam_820becbf7586bca43b1dde77b678de1d','1442511218','no'),('11239','_transient_mm_spam_820becbf7586bca43b1dde77b678de1d','no','no'),('11242','_transient_timeout_mm_spam_8de05f1aa596a1776645942df765aa75','1442511307','no'),('11243','_transient_mm_spam_8de05f1aa596a1776645942df765aa75','no','no'),('11244','_transient_timeout_mm_spam_f2b091c5bb65704c44dbed3e9a0bc904','1442511326','no'),('11245','_transient_mm_spam_f2b091c5bb65704c44dbed3e9a0bc904','no','no'),('11246','_transient_timeout_mm_spam_410df6b3ac314be3bc4c80e150e309d5','1442511364','no'),('11247','_transient_mm_spam_410df6b3ac314be3bc4c80e150e309d5','no','no'),('11248','_transient_timeout_mm_spam_0003ba28a4af26f82d92a5d9e8a8e45b','1442511503','no'),('11249','_transient_mm_spam_0003ba28a4af26f82d92a5d9e8a8e45b','no','no'),('11250','_transient_timeout_mm_spam_a6370d19cd5703f333cf1e67fd43bd05','1442511520','no'),('11251','_transient_mm_spam_a6370d19cd5703f333cf1e67fd43bd05','no','no'),('11252','_transient_timeout_mm_spam_6cfcb97518b0f9bba588c3099129309a','1442511570','no'),('11253','_transient_mm_spam_6cfcb97518b0f9bba588c3099129309a','no','no'),('11254','_transient_timeout_mm_spam_438be75e36c46ed3e19d36dabf662cab','1442511836','no'),('11255','_transient_mm_spam_438be75e36c46ed3e19d36dabf662cab','no','no'),('11256','_transient_timeout_mm_spam_ae72ff1e1e69be7996f3863f3200b4d6','1442511949','no'),('11257','_transient_mm_spam_ae72ff1e1e69be7996f3863f3200b4d6','no','no'),('11258','_transient_timeout_mm_spam_2d7ce60bedf7dc82480c5534d0d69903','1442511983','no'),('11259','_transient_mm_spam_2d7ce60bedf7dc82480c5534d0d69903','no','no'),('11260','_transient_timeout_mm_spam_974716afbae190028ed85f7c524228ce','1442512067','no'),('11261','_transient_mm_spam_974716afbae190028ed85f7c524228ce','no','no'),('11262','_transient_timeout_mm_spam_ebeae0dc43597f8dcdadedbf1a22fcde','1442512110','no'),('11263','_transient_mm_spam_ebeae0dc43597f8dcdadedbf1a22fcde','no','no'),('11264','_transient_timeout_mm_spam_3e6fa8a22e2679b676f8400fd3a0e083','1442512161','no'),('11265','_transient_mm_spam_3e6fa8a22e2679b676f8400fd3a0e083','no','no'),('11266','_transient_timeout_mm_spam_7c965f6ae11a5eff220c6ee36affa77e','1442512208','no'),('11267','_transient_mm_spam_7c965f6ae11a5eff220c6ee36affa77e','no','no'),('11268','_transient_timeout_mm_spam_802f544871e0a924769b1f3b7767d441','1442512282','no'),('11269','_transient_mm_spam_802f544871e0a924769b1f3b7767d441','no','no'),('11272','_transient_timeout_mm_spam_18b94dc41fd7220822c74a4910102a7c','1442512449','no'),('11273','_transient_mm_spam_18b94dc41fd7220822c74a4910102a7c','no','no'),('11274','_transient_timeout_mm_spam_8b2133a760403916fa5de0450470ebab','1442512525','no'),('11275','_transient_mm_spam_8b2133a760403916fa5de0450470ebab','no','no'),('11276','_transient_timeout_mm_spam_77382bd9099dbf44fe612f50ad09fd28','1442512552','no'),('11277','_transient_mm_spam_77382bd9099dbf44fe612f50ad09fd28','no','no'),('11278','_transient_timeout_mm_spam_eb036e56506fd3ec7c8ec7e668a7c3fb','1442512636','no'),('11279','_transient_mm_spam_eb036e56506fd3ec7c8ec7e668a7c3fb','no','no'),('11280','_transient_timeout_mm_spam_5e46a0656d0c021bb8e408dfa67472b7','1442512697','no'),('11281','_transient_mm_spam_5e46a0656d0c021bb8e408dfa67472b7','no','no'),('11282','_transient_timeout_mm_spam_ca08910938c1ff01b607484691507906','1442512701','no'),('11283','_transient_mm_spam_ca08910938c1ff01b607484691507906','no','no'),('11284','_transient_timeout_mm_spam_32f3fd8d421129296382c44a8ea7b6d7','1442512751','no'),('11285','_transient_mm_spam_32f3fd8d421129296382c44a8ea7b6d7','no','no'),('11286','_transient_timeout_mm_spam_1c067afe472cb86805179889e3797a04','1442512825','no'),('11287','_transient_mm_spam_1c067afe472cb86805179889e3797a04','no','no'),('11288','_transient_timeout_mm_spam_65e10d4dce028d6c287d77a04bec46df','1442512863','no'),('11289','_transient_mm_spam_65e10d4dce028d6c287d77a04bec46df','no','no'),('11290','_transient_timeout_mm_spam_be989678954079b6b9cc6ecbf379c826','1442512952','no'),('11291','_transient_mm_spam_be989678954079b6b9cc6ecbf379c826','no','no'),('11294','_transient_timeout_mm_spam_4ab1777d57ab8e3848553bcc3afc1874','1442513078','no'),('11295','_transient_mm_spam_4ab1777d57ab8e3848553bcc3afc1874','no','no'),('11296','_transient_timeout_mm_spam_f6ab4c6eb251bed873b2b297040432cd','1442513314','no'),('11297','_transient_mm_spam_f6ab4c6eb251bed873b2b297040432cd','no','no'),('11298','_transient_timeout_mm_spam_464a616fd49014c8af25150c55ac551f','1442513343','no'),('11299','_transient_mm_spam_464a616fd49014c8af25150c55ac551f','no','no'),('11303','_transient_timeout_mm_spam_d48a2710c283898ca452aab095ef5390','1442513797','no'),('11304','_transient_mm_spam_d48a2710c283898ca452aab095ef5390','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11305','_transient_timeout_mm_spam_2df7ecfe4895630fbbe01765babe8b4d','1442513817','no'),('11306','_transient_mm_spam_2df7ecfe4895630fbbe01765babe8b4d','no','no'),('11307','_transient_timeout_mm_spam_95976bfb6067cac1fca729ac65832c65','1442514111','no'),('11308','_transient_mm_spam_95976bfb6067cac1fca729ac65832c65','no','no'),('11315','_transient_timeout_mm_spam_4532fb6d1f3b51f67db52375e45fafc7','1442514520','no'),('11316','_transient_mm_spam_4532fb6d1f3b51f67db52375e45fafc7','no','no'),('11317','_transient_timeout_mm_spam_3a18a2f8bf00a00dde9135021ac92c63','1442514534','no'),('11318','_transient_mm_spam_3a18a2f8bf00a00dde9135021ac92c63','no','no'),('11319','_transient_timeout_mm_spam_9a61fbdc46e0ea43eab7ffcdb4944294','1442514535','no'),('11320','_transient_mm_spam_9a61fbdc46e0ea43eab7ffcdb4944294','no','no'),('11321','_transient_timeout_mm_spam_0cee0643bbf312234241d890fb24b8dd','1442514815','no'),('11322','_transient_mm_spam_0cee0643bbf312234241d890fb24b8dd','no','no'),('11323','_transient_timeout_mm_spam_23789e38ac1869e44f39f60e40ecaffa','1442514851','no'),('11324','_transient_mm_spam_23789e38ac1869e44f39f60e40ecaffa','no','no'),('11325','_transient_timeout_mm_spam_06ff61a40c0b4ff815da8f63145f35aa','1442515058','no'),('11326','_transient_mm_spam_06ff61a40c0b4ff815da8f63145f35aa','no','no'),('11327','_transient_timeout_mm_spam_d309b6f52de9b239330361580ea2fe52','1442515095','no'),('11328','_transient_mm_spam_d309b6f52de9b239330361580ea2fe52','no','no'),('11329','_transient_timeout_mm_spam_e72d67476d1d69c079b5e7141c7b9b44','1442515260','no'),('11330','_transient_mm_spam_e72d67476d1d69c079b5e7141c7b9b44','no','no'),('11331','_transient_timeout_mm_spam_4e5793ac60af24b135896d475fb2ac44','1442515279','no'),('11332','_transient_mm_spam_4e5793ac60af24b135896d475fb2ac44','no','no'),('11335','_transient_timeout_mm_spam_7cd2d109a7459f6b001791bd8b6dd313','1442515433','no'),('11336','_transient_mm_spam_7cd2d109a7459f6b001791bd8b6dd313','no','no'),('11337','_transient_timeout_mm_spam_c16227bc4355d2149c5a8fce91184ee8','1442515623','no'),('11338','_transient_mm_spam_c16227bc4355d2149c5a8fce91184ee8','no','no'),('11341','_transient_timeout_mm_spam_07f37029feeeeb2b42b3d2b5bddc7cdf','1442515761','no'),('11342','_transient_mm_spam_07f37029feeeeb2b42b3d2b5bddc7cdf','no','no'),('11343','_transient_timeout_mm_spam_53ac6e0e946d3c029a46bbf761f49570','1442515865','no'),('11344','_transient_mm_spam_53ac6e0e946d3c029a46bbf761f49570','no','no'),('11345','_transient_timeout_mm_spam_f90119c8ebf9c1a100c53c8f4d7e2919','1442515881','no'),('11346','_transient_mm_spam_f90119c8ebf9c1a100c53c8f4d7e2919','no','no'),('11347','_transient_timeout_mm_spam_f522026a00468b8990c69300577be714','1442515957','no'),('11348','_transient_mm_spam_f522026a00468b8990c69300577be714','no','no'),('11349','_transient_timeout_mm_spam_21a6f4cd91d1a60067a4eb29a33c9a05','1442515973','no'),('11350','_transient_mm_spam_21a6f4cd91d1a60067a4eb29a33c9a05','no','no'),('11351','_transient_timeout_mm_spam_370e323beb1ab3c309bae24fed99a37b','1442516103','no'),('11352','_transient_mm_spam_370e323beb1ab3c309bae24fed99a37b','no','no'),('11353','_transient_timeout_mm_spam_af888ae10a2db76addcbe471ea7102bc','1442516133','no'),('11354','_transient_mm_spam_af888ae10a2db76addcbe471ea7102bc','no','no'),('11357','_transient_timeout_mm_spam_d3b54a836d24f59c3f3989b40e1ca593','1442516382','no'),('11358','_transient_mm_spam_d3b54a836d24f59c3f3989b40e1ca593','no','no'),('11359','_transient_timeout_mm_spam_c5616b7055436b039518c835a01a478c','1442516431','no'),('11360','_transient_mm_spam_c5616b7055436b039518c835a01a478c','no','no'),('11363','_transient_timeout_mm_spam_5a23e552087c7d05ec501ec2f523030c','1442516495','no'),('11364','_transient_mm_spam_5a23e552087c7d05ec501ec2f523030c','no','no'),('11365','_transient_timeout_mm_spam_e00dda0c00fb09fdf96928af9fe5576a','1442516692','no'),('11366','_transient_mm_spam_e00dda0c00fb09fdf96928af9fe5576a','no','no'),('11369','_transient_timeout_mm_spam_5b125975cc502b07f86eaa8f4aea071d','1442516826','no'),('11370','_transient_mm_spam_5b125975cc502b07f86eaa8f4aea071d','no','no'),('11371','_transient_timeout_mm_spam_f1dcd1d87160cf88faee91ff6636118d','1442516975','no'),('11372','_transient_mm_spam_f1dcd1d87160cf88faee91ff6636118d','no','no'),('11373','_transient_timeout_mm_spam_f5ed3d91fdbe23e9f531466d3a76f732','1442516978','no'),('11374','_transient_mm_spam_f5ed3d91fdbe23e9f531466d3a76f732','no','no'),('11379','_transient_timeout_mm_spam_cbbb7b01a6ff35d8a6662f174c8d54f8','1442517205','no'),('11380','_transient_mm_spam_cbbb7b01a6ff35d8a6662f174c8d54f8','no','no'),('11381','_transient_timeout_mm_spam_05f52c32dafbd3f271d219ccd16b438a','1442517245','no'),('11382','_transient_mm_spam_05f52c32dafbd3f271d219ccd16b438a','no','no'),('11386','_transient_timeout_mm_spam_19a1254626e3efc914db96f65baa1d72','1442517517','no'),('11387','_transient_mm_spam_19a1254626e3efc914db96f65baa1d72','no','no'),('11388','_transient_timeout_mm_spam_bb9b5e95da9dd28b0a03d987125787ae','1442517535','no'),('11389','_transient_mm_spam_bb9b5e95da9dd28b0a03d987125787ae','no','no'),('11390','_transient_timeout_mm_spam_e7fb73b6d8b1ad45e3f6c5315e861d6b','1442517547','no'),('11391','_transient_mm_spam_e7fb73b6d8b1ad45e3f6c5315e861d6b','no','no'),('11392','_transient_timeout_mm_spam_b9c8f3155745e519b6828a2ff543ff8f','1442517683','no'),('11393','_transient_mm_spam_b9c8f3155745e519b6828a2ff543ff8f','no','no'),('11394','_transient_timeout_mm_spam_014d80df99d0929b4df42660e542b60d','1442517790','no'),('11395','_transient_mm_spam_014d80df99d0929b4df42660e542b60d','no','no'),('11397','_transient_timeout_mm_spam_cbde77dbd08a2088702754d0d9146d89','1442517937','no'),('11398','_transient_mm_spam_cbde77dbd08a2088702754d0d9146d89','no','no'),('11401','_transient_timeout_mm_spam_bedb2a7546560bdee6de617fc570b671','1442518044','no'),('11402','_transient_mm_spam_bedb2a7546560bdee6de617fc570b671','no','no'),('11405','_transient_timeout_mm_spam_aeef3715be16d839ba1b51893c84de44','1442518115','no'),('11406','_transient_mm_spam_aeef3715be16d839ba1b51893c84de44','no','no'),('11407','_transient_timeout_mm_spam_73ef38bedd143bf6b6390645257788a1','1442518248','no'),('11408','_transient_mm_spam_73ef38bedd143bf6b6390645257788a1','no','no'),('11409','_transient_timeout_mm_spam_8616874266695a5fce44eedbb0ee3887','1442518310','no'),('11410','_transient_mm_spam_8616874266695a5fce44eedbb0ee3887','no','no'),('11411','_transient_timeout_mm_spam_09faed2123192181c9915980fd7838c1','1442518342','no'),('11412','_transient_mm_spam_09faed2123192181c9915980fd7838c1','no','no'),('11415','_transient_timeout_mm_spam_cce250aa611ced9cfabe5b8572eb4b5b','1442518503','no'),('11416','_transient_mm_spam_cce250aa611ced9cfabe5b8572eb4b5b','no','no'),('11419','_transient_timeout_mm_spam_f671d056a020e242609053df85816ab6','1442518577','no'),('11420','_transient_mm_spam_f671d056a020e242609053df85816ab6','no','no'),('11421','_transient_timeout_mm_spam_79d61e8987209c2ccf04325386f6b596','1442518815','no'),('11422','_transient_mm_spam_79d61e8987209c2ccf04325386f6b596','no','no'),('11423','_transient_timeout_mm_spam_84ef20813d6ae8fb60f29850b586077b','1442518857','no'),('11424','_transient_mm_spam_84ef20813d6ae8fb60f29850b586077b','no','no'),('11425','_transient_timeout_mm_spam_5acc081cf1dc81e9029acc6f8dc848d8','1442518868','no'),('11426','_transient_mm_spam_5acc081cf1dc81e9029acc6f8dc848d8','no','no'),('11427','_transient_timeout_mm_spam_f4363bc8468a0a39b8fabc42daf576cc','1442518931','no'),('11428','_transient_mm_spam_f4363bc8468a0a39b8fabc42daf576cc','no','no'),('11431','_transient_timeout_mm_spam_d1faf8a462bee4dc828ba700215db155','1442519126','no'),('11432','_transient_mm_spam_d1faf8a462bee4dc828ba700215db155','no','no'),('11433','_transient_timeout_mm_spam_15eafefb2640a8e853a9f468a9503304','1442519212','no'),('11434','_transient_mm_spam_15eafefb2640a8e853a9f468a9503304','no','no'),('11435','_transient_timeout_mm_spam_6c1b05dbdad9806f58e2fa2c71b525bb','1442519267','no'),('11436','_transient_mm_spam_6c1b05dbdad9806f58e2fa2c71b525bb','no','no'),('11437','_transient_timeout_mm_spam_8259d0b22b77b417242cfdc265fbeee6','1442519362','no'),('11438','_transient_mm_spam_8259d0b22b77b417242cfdc265fbeee6','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11439','_transient_timeout_mm_spam_4ffa3957a7e084c0445144f445074107','1442519530','no'),('11440','_transient_mm_spam_4ffa3957a7e084c0445144f445074107','no','no'),('11441','_transient_timeout_mm_spam_1252ae1dc7f2f3cf7c4fc0bf670a1380','1442519562','no'),('11442','_transient_mm_spam_1252ae1dc7f2f3cf7c4fc0bf670a1380','no','no'),('11443','_transient_timeout_mm_spam_2c881a0cd1441bc57c9dec4bb18df4f5','1442519592','no'),('11444','_transient_mm_spam_2c881a0cd1441bc57c9dec4bb18df4f5','no','no'),('11445','_transient_timeout_mm_spam_d51e4b43b0aa7dd9f664045a27ce394e','1442519599','no'),('11446','_transient_mm_spam_d51e4b43b0aa7dd9f664045a27ce394e','no','no'),('11447','_transient_timeout_mm_spam_8f496e2b74a9716e3fee0aeecdf43fb8','1442519658','no'),('11448','_transient_mm_spam_8f496e2b74a9716e3fee0aeecdf43fb8','no','no'),('11451','_transient_timeout_mm_spam_d81f5750b09db9b6a252a2e212c14305','1442519774','no'),('11452','_transient_mm_spam_d81f5750b09db9b6a252a2e212c14305','no','no'),('11453','_transient_timeout_mm_spam_eb2512d063b4565346d8beede8b89860','1442519795','no'),('11454','_transient_mm_spam_eb2512d063b4565346d8beede8b89860','no','no'),('11455','_transient_timeout_mm_spam_84e67d880d1510f10fa0add7eeb2c4e3','1442519870','no'),('11456','_transient_mm_spam_84e67d880d1510f10fa0add7eeb2c4e3','no','no'),('11457','_transient_timeout_mm_spam_089f65e1756212e88f311f83944745c8','1442519971','no'),('11458','_transient_mm_spam_089f65e1756212e88f311f83944745c8','no','no'),('11459','_transient_timeout_mm_spam_00f5d943d61e47d80f99391da94fdbce','1442520051','no'),('11460','_transient_mm_spam_00f5d943d61e47d80f99391da94fdbce','no','no'),('11461','_transient_timeout_mm_spam_ae293c35e5f14f07c492b2c08c9aec3a','1442520073','no'),('11462','_transient_mm_spam_ae293c35e5f14f07c492b2c08c9aec3a','no','no'),('11463','_transient_timeout_mm_spam_597ca847114e892deb8d1a1888ba8ee5','1442520131','no'),('11464','_transient_mm_spam_597ca847114e892deb8d1a1888ba8ee5','no','no'),('11465','_transient_timeout_mm_spam_cdc8a87cc849fd16dc614f83ebe12a02','1442520158','no'),('11466','_transient_mm_spam_cdc8a87cc849fd16dc614f83ebe12a02','no','no'),('11467','_transient_timeout_mm_spam_1ebf1458c582e0a1bde848364085301d','1442520264','no'),('11468','_transient_mm_spam_1ebf1458c582e0a1bde848364085301d','no','no'),('11469','_transient_timeout_mm_spam_ddcddda79ec1b3d6bd5a8d5793de2965','1442520317','no'),('11470','_transient_mm_spam_ddcddda79ec1b3d6bd5a8d5793de2965','no','no'),('11471','_transient_timeout_mm_spam_8016f06c493ef9d8d1f47bf30b2479bb','1442520806','no'),('11472','_transient_mm_spam_8016f06c493ef9d8d1f47bf30b2479bb','no','no'),('11474','_transient_timeout_mm_spam_151f7040cbf06b5a580ff55f5812078b','1442521056','no'),('11475','_transient_mm_spam_151f7040cbf06b5a580ff55f5812078b','no','no'),('11476','_transient_timeout_mm_spam_c32ac5f6ba769417ebadf3d858058ec1','1442521112','no'),('11477','_transient_mm_spam_c32ac5f6ba769417ebadf3d858058ec1','no','no'),('11478','_transient_timeout_mm_spam_a8dc0cf92467656a115fb945b7aaa99a','1442521147','no'),('11479','_transient_mm_spam_a8dc0cf92467656a115fb945b7aaa99a','no','no'),('11481','_transient_timeout_mm_spam_2101beea1f08546c03b5d08a5e5bfeb0','1442521457','no'),('11482','_transient_mm_spam_2101beea1f08546c03b5d08a5e5bfeb0','no','no'),('11483','_transient_timeout_mm_spam_783007c3b0a7c51a250b7c0803d7edb3','1442521537','no'),('11484','_transient_mm_spam_783007c3b0a7c51a250b7c0803d7edb3','no','no'),('11485','_transient_timeout_mm_spam_d77a063b4f6e4a1eace0f5c8d5c778cf','1442521796','no'),('11486','_transient_mm_spam_d77a063b4f6e4a1eace0f5c8d5c778cf','no','no'),('11487','_transient_timeout_mm_spam_78d2c8010a195b760ae4e1a2adc2b812','1442521816','no'),('11488','_transient_mm_spam_78d2c8010a195b760ae4e1a2adc2b812','no','no'),('11489','_transient_timeout_mm_spam_830d530d9f1ca977b375625d305abfd1','1442522105','no'),('11490','_transient_mm_spam_830d530d9f1ca977b375625d305abfd1','no','no'),('11491','_transient_timeout_mm_spam_dca4b2284f38f9fd3f651caed68877ce','1442522334','no'),('11492','_transient_mm_spam_dca4b2284f38f9fd3f651caed68877ce','no','no'),('11493','_transient_timeout_mm_spam_b8116812f5b408c256446518a09bf2ac','1442522362','no'),('11494','_transient_mm_spam_b8116812f5b408c256446518a09bf2ac','no','no'),('11495','_transient_timeout_mm_spam_0c6148da66340a0786144376a9d83891','1442522597','no'),('11496','_transient_mm_spam_0c6148da66340a0786144376a9d83891','no','no'),('11497','_transient_timeout_mm_spam_0d67ba824e3cc44781a8406cd974d709','1442522736','no'),('11498','_transient_mm_spam_0d67ba824e3cc44781a8406cd974d709','no','no'),('11499','_transient_timeout_mm_spam_a312900fc9b2e344c2ec474b52b1511f','1442522770','no'),('11500','_transient_mm_spam_a312900fc9b2e344c2ec474b52b1511f','no','no'),('11501','_transient_timeout_mm_spam_913e74930849e0f5068359f386470bc6','1442523027','no'),('11502','_transient_mm_spam_913e74930849e0f5068359f386470bc6','no','no'),('11503','_transient_timeout_mm_spam_ce7e78bc9e0b9db0942890d8f972f74f','1442523231','no'),('11504','_transient_mm_spam_ce7e78bc9e0b9db0942890d8f972f74f','no','no'),('11507','_transient_timeout_mm_spam_13b81271ba8c93540867401b87e4898d','1442523323','no'),('11508','_transient_mm_spam_13b81271ba8c93540867401b87e4898d','no','no'),('11511','_transient_timeout_mm_spam_1dd8d2a527b99f93a22d737601843d39','1442523534','no'),('11512','_transient_mm_spam_1dd8d2a527b99f93a22d737601843d39','no','no'),('11513','_transient_timeout_mm_spam_2ad11422bb3bcdca163a434b1b09c8dc','1442523985','no'),('11514','_transient_mm_spam_2ad11422bb3bcdca163a434b1b09c8dc','no','no'),('11515','_transient_timeout_mm_spam_05b756b50fbfa399f037b12db0da7b64','1442524084','no'),('11516','_transient_mm_spam_05b756b50fbfa399f037b12db0da7b64','no','no'),('11517','_transient_timeout_mm_spam_ace0fb6a46908df183b2b25be087002a','1442524087','no'),('11518','_transient_mm_spam_ace0fb6a46908df183b2b25be087002a','no','no'),('11519','_transient_timeout_mm_spam_8a1fd30e7c05b9b5fe2e801c93561945','1442524267','no'),('11520','_transient_mm_spam_8a1fd30e7c05b9b5fe2e801c93561945','no','no'),('11523','_transient_timeout_mm_spam_9665de5cf395d7820b6ba0ae3be6825e','1442524467','no'),('11524','_transient_mm_spam_9665de5cf395d7820b6ba0ae3be6825e','no','no'),('11526','_transient_timeout_mm_spam_47eeae4daea10273e2356205d87bdab8','1442524692','no'),('11527','_transient_mm_spam_47eeae4daea10273e2356205d87bdab8','no','no'),('11528','_transient_timeout_mm_spam_d766a74b6ef773df92f97d3e55afdbb9','1442524808','no'),('11529','_transient_mm_spam_d766a74b6ef773df92f97d3e55afdbb9','no','no'),('11530','_transient_timeout_mm_spam_e1ef4bb134ea4330e89ed94aa8bc87ff','1442525015','no'),('11531','_transient_mm_spam_e1ef4bb134ea4330e89ed94aa8bc87ff','no','no'),('11532','_transient_timeout_mm_spam_39083dc0e4370d8bac056b4db6b14d33','1442525092','no'),('11533','_transient_mm_spam_39083dc0e4370d8bac056b4db6b14d33','no','no'),('11534','_transient_timeout_mm_spam_588917721da9afe1fabfef97481e74e7','1442525207','no'),('11535','_transient_mm_spam_588917721da9afe1fabfef97481e74e7','no','no'),('11536','_transient_timeout_mm_spam_406f6c1a34f5128a9aebfb468b3baab1','1442525237','no'),('11537','_transient_mm_spam_406f6c1a34f5128a9aebfb468b3baab1','no','no'),('11538','_transient_timeout_mm_spam_113ed6340427c9f33496ceaf8b25887e','1442525284','no'),('11539','_transient_mm_spam_113ed6340427c9f33496ceaf8b25887e','no','no'),('11540','_transient_timeout_mm_spam_e356d98e361114d0ce7e6c6145f7bc4e','1442525290','no'),('11541','_transient_mm_spam_e356d98e361114d0ce7e6c6145f7bc4e','no','no'),('11542','_transient_timeout_mm_spam_957152859eeb453b26ea649ba1d4c17e','1442525711','no'),('11543','_transient_mm_spam_957152859eeb453b26ea649ba1d4c17e','no','no'),('11544','_transient_timeout_mm_spam_38146d026293b973bf0c828154878dab','1442525994','no'),('11545','_transient_mm_spam_38146d026293b973bf0c828154878dab','no','no'),('11546','_transient_timeout_mm_spam_5d4293b8db39fc86a4809e0a573a34a4','1442526231','no'),('11547','_transient_mm_spam_5d4293b8db39fc86a4809e0a573a34a4','no','no'),('11548','_transient_timeout_mm_spam_cc725f39a8e638deb78dd6c076b7e599','1442526345','no'),('11549','_transient_mm_spam_cc725f39a8e638deb78dd6c076b7e599','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11552','_transient_timeout_mm_spam_3d8674140e7d6dca93291cc532652e03','1442527029','no'),('11553','_transient_mm_spam_3d8674140e7d6dca93291cc532652e03','no','no'),('11558','_transient_timeout_mm_spam_b7d1b61b4601c489cde32be3f6ae6712','1442527845','no'),('11559','_transient_mm_spam_b7d1b61b4601c489cde32be3f6ae6712','no','no'),('11560','_transient_timeout_mm_spam_d43ecced0a2af34dc16d2a083eaea2aa','1442527872','no'),('11561','_transient_mm_spam_d43ecced0a2af34dc16d2a083eaea2aa','no','no'),('11562','_transient_timeout_mm_spam_23dd5badd329a4164a73585e651a997f','1442527935','no'),('11563','_transient_mm_spam_23dd5badd329a4164a73585e651a997f','no','no'),('11564','_transient_timeout_mm_spam_150f5c968433e38a2c34a893ef632c9a','1442528083','no'),('11565','_transient_mm_spam_150f5c968433e38a2c34a893ef632c9a','no','no'),('11569','_transient_timeout_mm_spam_d1107528fad843c63be59e1f8c0e5e44','1442528417','no'),('11570','_transient_mm_spam_d1107528fad843c63be59e1f8c0e5e44','no','no'),('11571','_transient_timeout_mm_spam_11a76720510810c58b1f2b5f66cecfb3','1442528464','no'),('11572','_transient_mm_spam_11a76720510810c58b1f2b5f66cecfb3','no','no'),('11573','_transient_timeout_mm_spam_578e040f3186277acd708218b108e709','1442528588','no'),('11574','_transient_mm_spam_578e040f3186277acd708218b108e709','no','no'),('11579','_transient_timeout_mm_spam_a56a8ed36a3b1ec02e9f1c25eaa99c6e','1442528712','no'),('11580','_transient_mm_spam_a56a8ed36a3b1ec02e9f1c25eaa99c6e','no','no'),('11581','_transient_timeout_mm_spam_4dd112f49bbe71bf1cc71ff78bda4965','1442528712','no'),('11582','_transient_mm_spam_4dd112f49bbe71bf1cc71ff78bda4965','no','no'),('11583','_transient_timeout_mm_spam_6f25f5f0b22d77edb397ba14b889e0df','1442529164','no'),('11584','_transient_mm_spam_6f25f5f0b22d77edb397ba14b889e0df','no','no'),('11585','_transient_timeout_mm_spam_79430cd8f7bad0b19fe26749fa11e0b6','1442529407','no'),('11586','_transient_mm_spam_79430cd8f7bad0b19fe26749fa11e0b6','no','no'),('11587','_transient_timeout_mm_spam_fc047096e9f12209139c67f0707cfa2a','1442530509','no'),('11588','_transient_mm_spam_fc047096e9f12209139c67f0707cfa2a','no','no'),('11589','_transient_timeout_mm_spam_3605cfbb7f2d532ab08a481889d57bbc','1442530655','no'),('11590','_transient_mm_spam_3605cfbb7f2d532ab08a481889d57bbc','no','no'),('11597','_transient_timeout_mm_spam_5a9ccaa08c5614119ffe2ccfb3b44a6f','1442531511','no'),('11598','_transient_mm_spam_5a9ccaa08c5614119ffe2ccfb3b44a6f','no','no'),('11599','_transient_timeout_mm_spam_45d52601d64311f7b0fbeefe541da19a','1442531546','no'),('11600','_transient_mm_spam_45d52601d64311f7b0fbeefe541da19a','no','no'),('11601','_transient_timeout_mm_spam_d6b66bcfb433afb6be81ccc908aa923d','1442531651','no'),('11602','_transient_mm_spam_d6b66bcfb433afb6be81ccc908aa923d','no','no'),('11603','_transient_timeout_mm_spam_81883b6af82151abf1800ebb0e1807c1','1442531709','no'),('11604','_transient_mm_spam_81883b6af82151abf1800ebb0e1807c1','no','no'),('11608','_transient_timeout_mm_spam_f0c17bc3829243927ae3c9f65aeb7458','1442532058','no'),('11609','_transient_mm_spam_f0c17bc3829243927ae3c9f65aeb7458','no','no'),('11610','_transient_timeout_mm_spam_7dd6dd180d89c2f9dc6d62f188495b23','1442532201','no'),('11611','_transient_mm_spam_7dd6dd180d89c2f9dc6d62f188495b23','no','no'),('11614','_transient_timeout_mm_spam_512f80c51949a53f8f8398607fbb0d5a','1442532853','no'),('11615','_transient_mm_spam_512f80c51949a53f8f8398607fbb0d5a','no','no'),('11616','_transient_timeout_mm_spam_e4b88ff2e58e2230c9ec3561113fc953','1442533194','no'),('11617','_transient_mm_spam_e4b88ff2e58e2230c9ec3561113fc953','no','no'),('11621','_transient_timeout_mm_spam_e3d83ee042d228ab1667c46243cdbf64','1442534421','no'),('11622','_transient_mm_spam_e3d83ee042d228ab1667c46243cdbf64','no','no'),('11623','_transient_timeout_mm_spam_2eb844a0962e6e6a5d00260b7d875523','1442534450','no'),('11624','_transient_mm_spam_2eb844a0962e6e6a5d00260b7d875523','no','no'),('11627','_transient_timeout_mm_spam_8e7f1568c80145dc6a9cd8276defe97e','1442534951','no'),('11628','_transient_mm_spam_8e7f1568c80145dc6a9cd8276defe97e','no','no'),('11629','_transient_timeout_mm_spam_784c57dd05f23eab0eff9ded5625c221','1442534995','no'),('11630','_transient_mm_spam_784c57dd05f23eab0eff9ded5625c221','no','no'),('11631','_transient_timeout_mm_spam_739c5a9f797e7ddbf480298a8beb7f5d','1442535013','no'),('11632','_transient_mm_spam_739c5a9f797e7ddbf480298a8beb7f5d','no','no'),('11633','_transient_timeout_mm_spam_706dcbaed60c9aacd11cb20b2fe3dd98','1442535232','no'),('11634','_transient_mm_spam_706dcbaed60c9aacd11cb20b2fe3dd98','no','no'),('11636','_transient_timeout_mm_spam_3ec823963cd64dea0875b4796788b491','1442535527','no'),('11637','_transient_mm_spam_3ec823963cd64dea0875b4796788b491','no','no'),('11640','_transient_timeout_mm_spam_bd01a6b526afdd8a28c8c5313c63500d','1442536251','no'),('11641','_transient_mm_spam_bd01a6b526afdd8a28c8c5313c63500d','no','no'),('11642','_transient_timeout_mm_spam_2ac917b9127760062074cc61aac12f0e','1442536284','no'),('11643','_transient_mm_spam_2ac917b9127760062074cc61aac12f0e','no','no'),('11648','_transient_timeout_mm_spam_69721d6016dcbc6324b54e34cc2f517f','1442536971','no'),('11649','_transient_mm_spam_69721d6016dcbc6324b54e34cc2f517f','no','no'),('11650','_transient_timeout_mm_spam_4945c322b62c98bf5306fd5277f2761f','1442537869','no'),('11651','_transient_mm_spam_4945c322b62c98bf5306fd5277f2761f','no','no'),('11652','_transient_timeout_mm_spam_1000d89a22cd6c9e508d73043d8ee9dd','1442538022','no'),('11653','_transient_mm_spam_1000d89a22cd6c9e508d73043d8ee9dd','no','no'),('11654','_transient_timeout_mm_spam_7ce9a2990fc107aa6d2f64e387f34da3','1442538158','no'),('11655','_transient_mm_spam_7ce9a2990fc107aa6d2f64e387f34da3','no','no'),('11656','_transient_timeout_mm_spam_3ae92d6f90f8b6630412bf67966e29ae','1442538318','no'),('11657','_transient_mm_spam_3ae92d6f90f8b6630412bf67966e29ae','no','no'),('11659','_transient_timeout_mm_spam_c8fea08559473348fb898224a285d9a8','1442538982','no'),('11660','_transient_mm_spam_c8fea08559473348fb898224a285d9a8','no','no'),('11661','_transient_timeout_mm_spam_d34db3a16b0a44cc7cd49dadb8f35d9c','1442539195','no'),('11662','_transient_mm_spam_d34db3a16b0a44cc7cd49dadb8f35d9c','no','no'),('11663','_transient_timeout_mm_spam_61ab9592e6de2f787730dc26fef56e60','1442540080','no'),('11664','_transient_mm_spam_61ab9592e6de2f787730dc26fef56e60','no','no'),('11665','_transient_timeout_mm_spam_bc4b5ad0e72154b8387993523e4d3552','1442540111','no'),('11666','_transient_mm_spam_bc4b5ad0e72154b8387993523e4d3552','no','no'),('11667','_transient_timeout_mm_spam_1cdb40a6dac6c56dbaa1d495d8ba81dc','1442540178','no'),('11668','_transient_mm_spam_1cdb40a6dac6c56dbaa1d495d8ba81dc','no','no'),('11671','_transient_timeout_mm_spam_25f43d06e1d3e23734908a3455775ff7','1442541417','no'),('11672','_transient_mm_spam_25f43d06e1d3e23734908a3455775ff7','no','no'),('11673','_transient_timeout_mm_spam_5d3ae6ffc5c339e7623a9d054d05f3c6','1442541546','no'),('11674','_transient_mm_spam_5d3ae6ffc5c339e7623a9d054d05f3c6','no','no'),('11675','_transient_timeout_mm_spam_32f3252a0d3b354dd24db2b2bb249356','1442541577','no'),('11676','_transient_mm_spam_32f3252a0d3b354dd24db2b2bb249356','no','no'),('11677','_transient_timeout_mm_spam_b8e49453a08479cf734d3e0ff1fb8c96','1442542061','no'),('11678','_transient_mm_spam_b8e49453a08479cf734d3e0ff1fb8c96','no','no'),('11680','_transient_timeout_mm_spam_38858ad34e2a2388b25670e20babbe51','1442542908','no'),('11681','_transient_mm_spam_38858ad34e2a2388b25670e20babbe51','no','no'),('11684','_transient_timeout_mm_spam_1666d83b2f1fe9e5f3be4714ee8410cc','1442544450','no'),('11685','_transient_mm_spam_1666d83b2f1fe9e5f3be4714ee8410cc','no','no'),('11686','_transient_timeout_mm_spam_f2792c2691ea76c52be33b07e05d5dcf','1442544791','no'),('11687','_transient_mm_spam_f2792c2691ea76c52be33b07e05d5dcf','no','no'),('11688','_transient_timeout_mm_spam_a9a20f99cedaa119d8fda89eaade9f13','1442544837','no'),('11689','_transient_mm_spam_a9a20f99cedaa119d8fda89eaade9f13','no','no'),('11690','_transient_timeout_mm_spam_9c0c83e44369a74738cbb60b0dfca8c9','1442544959','no'),('11691','_transient_mm_spam_9c0c83e44369a74738cbb60b0dfca8c9','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11694','_transient_timeout_mm_spam_49aa42e494e074fd3c2e0f0b014a2eb4','1442545496','no'),('11695','_transient_mm_spam_49aa42e494e074fd3c2e0f0b014a2eb4','no','no'),('11696','_transient_timeout_mm_spam_89918cf309ae42cab09ac9e8286ace2f','1442545796','no'),('11697','_transient_mm_spam_89918cf309ae42cab09ac9e8286ace2f','no','no'),('11698','_transient_timeout_mm_spam_bd804f4228144fc0f1c00c35d693d621','1442546150','no'),('11699','_transient_mm_spam_bd804f4228144fc0f1c00c35d693d621','no','no'),('11701','_transient_timeout_mm_spam_9949a82a6e2642e0bf0b5a96cb62e5d6','1442546330','no'),('11702','_transient_mm_spam_9949a82a6e2642e0bf0b5a96cb62e5d6','no','no'),('11703','_transient_timeout_mm_spam_df4a122f8d83c21efb42b2365bbfd69b','1442546342','no'),('11704','_transient_mm_spam_df4a122f8d83c21efb42b2365bbfd69b','no','no'),('11705','_transient_timeout_mm_spam_4795a8e4a5d77237a5fb40beb6966e32','1442546976','no'),('11706','_transient_mm_spam_4795a8e4a5d77237a5fb40beb6966e32','no','no'),('11707','_transient_timeout_mm_spam_08a71e81e2816ea9b3806b059c0f1a8a','1442546994','no'),('11708','_transient_mm_spam_08a71e81e2816ea9b3806b059c0f1a8a','no','no'),('11709','_transient_timeout_mm_spam_120f0bd473cccf5aa850f00c8ddbbbb5','1442547803','no'),('11710','_transient_mm_spam_120f0bd473cccf5aa850f00c8ddbbbb5','no','no'),('11711','_transient_timeout_mm_spam_dcd3a544ec39913c09b1fd950dde40a3','1442547828','no'),('11712','_transient_mm_spam_dcd3a544ec39913c09b1fd950dde40a3','no','no'),('11713','_transient_timeout_mm_spam_0eae24e447d0184bb129452460d51a5c','1442548124','no'),('11714','_transient_mm_spam_0eae24e447d0184bb129452460d51a5c','no','no'),('11715','_transient_timeout_mm_spam_87c9e64406eae707061400bf4c8f4d6c','1442548189','no'),('11716','_transient_mm_spam_87c9e64406eae707061400bf4c8f4d6c','no','no'),('11717','_transient_timeout_mm_spam_584c94babe5c9e8a6cca01a2f72a4175','1442548343','no'),('11718','_transient_mm_spam_584c94babe5c9e8a6cca01a2f72a4175','no','no'),('11719','_transient_timeout_mm_spam_4877bc573af838eac0db100c950cd469','1442548364','no'),('11720','_transient_mm_spam_4877bc573af838eac0db100c950cd469','no','no'),('11722','_transient_timeout_mm_spam_52bc6279f67342bb605ccccd0fe71003','1442548633','no'),('11723','_transient_mm_spam_52bc6279f67342bb605ccccd0fe71003','no','no'),('11729','_transient_timeout_mm_spam_4e426b2d0b9f58ace832d49f329f8a05','1442549138','no'),('11730','_transient_mm_spam_4e426b2d0b9f58ace832d49f329f8a05','no','no'),('11731','_transient_timeout_mm_spam_0de85e18bcb13c16dcc1674a4cf67d08','1442549174','no'),('11732','_transient_mm_spam_0de85e18bcb13c16dcc1674a4cf67d08','no','no'),('11733','_transient_timeout_mm_spam_06d6f930783b0ef26ec3007cd29349c4','1442549403','no'),('11734','_transient_mm_spam_06d6f930783b0ef26ec3007cd29349c4','no','no'),('11735','_transient_timeout_mm_spam_183caa75802f76c4f815f90f58d5fabe','1442549495','no'),('11736','_transient_mm_spam_183caa75802f76c4f815f90f58d5fabe','no','no'),('11737','_transient_timeout_mm_spam_1e2364ab48d65c6a24c56c90ce19a386','1442549553','no'),('11738','_transient_mm_spam_1e2364ab48d65c6a24c56c90ce19a386','no','no'),('11744','_transient_timeout_mm_spam_bc6e3340fbaf52a59f5fb5426d9c21e7','1442550062','no'),('11745','_transient_mm_spam_bc6e3340fbaf52a59f5fb5426d9c21e7','no','no'),('11746','_transient_timeout_mm_spam_2e61050c1c1733596dfffe61aaa8239c','1442550148','no'),('11747','_transient_mm_spam_2e61050c1c1733596dfffe61aaa8239c','no','no'),('11748','_transient_timeout_mm_spam_5c5eee89103966a22fa60df5fa657bf0','1442550179','no'),('11749','_transient_mm_spam_5c5eee89103966a22fa60df5fa657bf0','no','no'),('11751','_transient_timeout_mm_spam_108a3cd52ebfb8161c57b97389e18f41','1442550408','no'),('11752','_transient_mm_spam_108a3cd52ebfb8161c57b97389e18f41','no','no'),('11753','_transient_timeout_mm_spam_c265c225343639dc196738b56fe514ce','1442550431','no'),('11754','_transient_mm_spam_c265c225343639dc196738b56fe514ce','no','no'),('11759','_transient_timeout_mm_spam_9a6a8455524914e5c9cc84ee430e6386','1442551109','no'),('11760','_transient_mm_spam_9a6a8455524914e5c9cc84ee430e6386','no','no'),('11761','_transient_timeout_mm_spam_d560c25240449187e958f0ef03534cce','1442551304','no'),('11762','_transient_mm_spam_d560c25240449187e958f0ef03534cce','no','no'),('11763','_transient_timeout_mm_spam_49aa11a3e0b4084c222224f381f1df5a','1442551766','no'),('11764','_transient_mm_spam_49aa11a3e0b4084c222224f381f1df5a','no','no'),('11765','_transient_timeout_mm_spam_1abda8ee9ca317ac5cd4ff0c409a6a40','1442551797','no'),('11766','_transient_mm_spam_1abda8ee9ca317ac5cd4ff0c409a6a40','no','no'),('11767','_transient_timeout_mm_spam_73e4d59616dbf6b4dc14dc7474b8b72f','1442551811','no'),('11768','_transient_mm_spam_73e4d59616dbf6b4dc14dc7474b8b72f','no','no'),('11771','_transient_timeout_mm_spam_b46fe1dbedbb844215a0b3950dd48150','1442552246','no'),('11772','_transient_mm_spam_b46fe1dbedbb844215a0b3950dd48150','no','no'),('11773','_transient_timeout_mm_spam_25a5c17d13da369d9f22552ff19e7ae0','1442552347','no'),('11774','_transient_mm_spam_25a5c17d13da369d9f22552ff19e7ae0','no','no'),('11775','_transient_timeout_mm_spam_5596796a1cd5a8ad480f9e93735eff9b','1442552441','no'),('11776','_transient_mm_spam_5596796a1cd5a8ad480f9e93735eff9b','no','no'),('11779','_transient_timeout_mm_spam_c0a759e2199b38979af8b7abb39e66ad','1442552555','no'),('11780','_transient_mm_spam_c0a759e2199b38979af8b7abb39e66ad','no','no'),('11783','_transient_timeout_mm_spam_f9e02f565f776db9db763a3ab9a5d5b2','1442552743','no'),('11784','_transient_mm_spam_f9e02f565f776db9db763a3ab9a5d5b2','no','no'),('11785','_transient_timeout_mm_spam_88996972d68ef5a67b92ea2079562e3f','1442552872','no'),('11786','_transient_mm_spam_88996972d68ef5a67b92ea2079562e3f','no','no'),('11787','_transient_timeout_mm_spam_1ee5a4af04c5cfe05561f8b7ba50b8e2','1442552906','no'),('11788','_transient_mm_spam_1ee5a4af04c5cfe05561f8b7ba50b8e2','no','no'),('11790','_transient_timeout_mm_spam_e7415a1bad116667396b859d7778d418','1442553638','no'),('11791','_transient_mm_spam_e7415a1bad116667396b859d7778d418','no','no'),('11792','_transient_timeout_mm_spam_15c8ecd6d837e87c9bb9151b868a6fba','1442553881','no'),('11793','_transient_mm_spam_15c8ecd6d837e87c9bb9151b868a6fba','no','no'),('11794','_transient_timeout_mm_spam_af405f8d737fbc35f6b6dafcc05d918f','1442553908','no'),('11795','_transient_mm_spam_af405f8d737fbc35f6b6dafcc05d918f','no','no'),('11796','_transient_timeout_mm_spam_5fccc81c59e1ddeb1c339f22744625b4','1442553951','no'),('11797','_transient_mm_spam_5fccc81c59e1ddeb1c339f22744625b4','no','no'),('11798','_transient_timeout_mm_spam_91d585fe22bc320f93fccc56c94ef466','1442554089','no'),('11799','_transient_mm_spam_91d585fe22bc320f93fccc56c94ef466','no','no'),('11800','_transient_timeout_mm_spam_8de9b72cba86b06ae001c4392279187c','1442554506','no'),('11801','_transient_mm_spam_8de9b72cba86b06ae001c4392279187c','no','no'),('11802','_transient_timeout_mm_spam_dc722cd7f4426a94701cf4f2adbe0e7b','1442554546','no'),('11803','_transient_mm_spam_dc722cd7f4426a94701cf4f2adbe0e7b','no','no'),('11804','_transient_timeout_mm_spam_dbe6ce41b1b4aafd4639644f7dd1d192','1442554601','no'),('11805','_transient_mm_spam_dbe6ce41b1b4aafd4639644f7dd1d192','no','no'),('11806','_transient_timeout_mm_spam_a0e70ec0352a12c8a552a9d3148e38ee','1442554692','no'),('11807','_transient_mm_spam_a0e70ec0352a12c8a552a9d3148e38ee','no','no'),('11808','_transient_timeout_mm_spam_817385464e197611ce7dc12fb062f19e','1442554914','no'),('11809','_transient_mm_spam_817385464e197611ce7dc12fb062f19e','no','no'),('11810','_transient_timeout_mm_spam_e00823e09c3200ebd083c05ee940820c','1442554950','no'),('11811','_transient_mm_spam_e00823e09c3200ebd083c05ee940820c','no','no'),('11812','_transient_timeout_mm_spam_8a5f81f725ee3ba33075433fac8debc6','1442555025','no'),('11813','_transient_mm_spam_8a5f81f725ee3ba33075433fac8debc6','no','no'),('11814','_transient_timeout_mm_spam_1754e2b059410856dd7138bc053f3e28','1442555062','no'),('11815','_transient_mm_spam_1754e2b059410856dd7138bc053f3e28','no','no'),('11816','_transient_timeout_mm_spam_42da79970aca4a28a8691f2f5828c96d','1442555503','no'),('11817','_transient_mm_spam_42da79970aca4a28a8691f2f5828c96d','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11818','_transient_timeout_mm_spam_a9e888b798213280538692f3ea439cad','1442555635','no'),('11819','_transient_mm_spam_a9e888b798213280538692f3ea439cad','no','no'),('11820','_transient_timeout_mm_spam_2a8e7dacc2607e6654382474db14df38','1442555846','no'),('11821','_transient_mm_spam_2a8e7dacc2607e6654382474db14df38','no','no'),('11822','_transient_timeout_mm_spam_75cb6173a58ce819d7da44228467d99b','1442555915','no'),('11823','_transient_mm_spam_75cb6173a58ce819d7da44228467d99b','no','no'),('11824','_transient_timeout_mm_spam_b5e2d214f264de3bcb400e4ca0e9306b','1442556040','no'),('11825','_transient_mm_spam_b5e2d214f264de3bcb400e4ca0e9306b','no','no'),('11826','_transient_timeout_mm_spam_d0ca3066161f0abd3c3978afa139112b','1442556546','no'),('11827','_transient_mm_spam_d0ca3066161f0abd3c3978afa139112b','no','no'),('11833','_transient_timeout_mm_spam_8a74f717ae993dc15c8ca8caa0d8d74b','1442557170','no'),('11834','_transient_mm_spam_8a74f717ae993dc15c8ca8caa0d8d74b','no','no'),('11837','_transient_timeout_mm_spam_00d5c98ec6a91c03b3c45341455ab519','1442557334','no'),('11838','_transient_mm_spam_00d5c98ec6a91c03b3c45341455ab519','no','no'),('11842','_transient_timeout_mm_spam_17f40c8daee3f6ff583af746757ba314','1442557647','no'),('11843','_transient_mm_spam_17f40c8daee3f6ff583af746757ba314','no','no'),('11844','_transient_timeout_mm_spam_077ba93254d43b98907e483b6e89f505','1442557723','no'),('11845','_transient_mm_spam_077ba93254d43b98907e483b6e89f505','no','no'),('11846','_transient_timeout_mm_spam_c3f023cb5b059038a7d6585f9028a1ff','1442557749','no'),('11847','_transient_mm_spam_c3f023cb5b059038a7d6585f9028a1ff','no','no'),('11848','_transient_timeout_mm_spam_889f63d8d682ead2948e9a97bcc3bae8','1442557828','no'),('11849','_transient_mm_spam_889f63d8d682ead2948e9a97bcc3bae8','no','no'),('11850','_transient_timeout_mm_spam_f7249df41549b23dc0204fe953cd2128','1442557880','no'),('11851','_transient_mm_spam_f7249df41549b23dc0204fe953cd2128','no','no'),('11852','_transient_timeout_mm_spam_f8fe3d6cdee9d9a22e297e23eedfa1d6','1442557887','no'),('11853','_transient_mm_spam_f8fe3d6cdee9d9a22e297e23eedfa1d6','no','no'),('11854','_transient_timeout_mm_spam_b35e7cb836d229bb81a8b97be12911a3','1442558014','no'),('11855','_transient_mm_spam_b35e7cb836d229bb81a8b97be12911a3','no','no'),('11858','_transient_timeout_mm_spam_8c8d67c83aa64c414a2ce16ae83351d3','1442558606','no'),('11859','_transient_mm_spam_8c8d67c83aa64c414a2ce16ae83351d3','no','no'),('11860','_transient_timeout_mm_spam_6863537ee9799c92469719262aaee467','1442558760','no'),('11861','_transient_mm_spam_6863537ee9799c92469719262aaee467','no','no'),('11862','_transient_timeout_mm_spam_bd515577e836b07d7598daa167672d00','1442558779','no'),('11863','_transient_mm_spam_bd515577e836b07d7598daa167672d00','no','no'),('11864','_transient_timeout_mm_spam_c7b1859e2c18129b43b97b030b52a803','1442558822','no'),('11865','_transient_mm_spam_c7b1859e2c18129b43b97b030b52a803','no','no'),('11866','_transient_timeout_mm_spam_3d785ee8805294d3266921be2c1a62b1','1442558954','no'),('11867','_transient_mm_spam_3d785ee8805294d3266921be2c1a62b1','no','no'),('11868','_transient_timeout_mm_spam_48bfecfe2d8a96413d2b993b75a8915a','1442559148','no'),('11869','_transient_mm_spam_48bfecfe2d8a96413d2b993b75a8915a','no','no'),('11870','_transient_timeout_mm_spam_6950a7572177ec36ba08fd22e34798e6','1442559561','no'),('11871','_transient_mm_spam_6950a7572177ec36ba08fd22e34798e6','no','no'),('11872','_transient_timeout_mm_spam_6e644a482863e8b694df444a4dfba2c9','1442559617','no'),('11873','_transient_mm_spam_6e644a482863e8b694df444a4dfba2c9','no','no'),('11876','_transient_timeout_mm_spam_1bcac603a9c36cd08ab42c47083dde8f','1442560147','no'),('11877','_transient_mm_spam_1bcac603a9c36cd08ab42c47083dde8f','no','no'),('11878','_transient_timeout_mm_spam_71407f93373e857d9dc3bc8a7b2a84e2','1442560148','no'),('11879','_transient_mm_spam_71407f93373e857d9dc3bc8a7b2a84e2','no','no'),('11880','_transient_timeout_mm_spam_654da31299802ca76298702fe12e8255','1442560228','no'),('11881','_transient_mm_spam_654da31299802ca76298702fe12e8255','no','no'),('11883','_transient_timeout_mm_spam_244da8f3800024b1a1b0194f4797918c','1442560576','no'),('11884','_transient_mm_spam_244da8f3800024b1a1b0194f4797918c','no','no'),('11885','_transient_timeout_mm_spam_55fffdc1b1b59b046f04eaa98181b6b6','1442560604','no'),('11886','_transient_mm_spam_55fffdc1b1b59b046f04eaa98181b6b6','no','no'),('11891','_transient_timeout_mm_spam_ade5c3854c90d5d806efb427cf52923a','1442560908','no'),('11892','_transient_mm_spam_ade5c3854c90d5d806efb427cf52923a','no','no'),('11893','_transient_timeout_mm_spam_3aba2dee0babd14451337227efd3a5d3','1442560923','no'),('11894','_transient_mm_spam_3aba2dee0babd14451337227efd3a5d3','no','no'),('11896','_transient_timeout_mm_spam_6ae5519c73f63241da8d6e4cfd6d0c19','1442561002','no'),('11897','_transient_mm_spam_6ae5519c73f63241da8d6e4cfd6d0c19','no','no'),('11902','_transient_timeout_mm_spam_9f64f04611be8945967cdee2919a3bbe','1442561690','no'),('11903','_transient_mm_spam_9f64f04611be8945967cdee2919a3bbe','no','no'),('11904','_transient_timeout_mm_spam_67fb482a4dc9fb0f9841c379c76c96f1','1442561744','no'),('11905','_transient_mm_spam_67fb482a4dc9fb0f9841c379c76c96f1','no','no'),('11906','_transient_timeout_mm_spam_77c26f05ace54ffa856f7b022b81ddd0','1442561784','no'),('11907','_transient_mm_spam_77c26f05ace54ffa856f7b022b81ddd0','no','no'),('11908','_transient_timeout_mm_spam_32d7e832b574098396184ec6876f9f31','1442562307','no'),('11909','_transient_mm_spam_32d7e832b574098396184ec6876f9f31','no','no'),('11910','_transient_timeout_mm_spam_20c8d87c9d7c6917935e23dec591a6dd','1442562328','no'),('11911','_transient_mm_spam_20c8d87c9d7c6917935e23dec591a6dd','no','no'),('11912','_transient_timeout_mm_spam_766ec97b5451666d32e09200cd4aa09b','1442562480','no'),('11913','_transient_mm_spam_766ec97b5451666d32e09200cd4aa09b','no','no'),('11914','_transient_timeout_mm_spam_efa0b4248b9c5c00cc16013add52a0b8','1442562543','no'),('11915','_transient_mm_spam_efa0b4248b9c5c00cc16013add52a0b8','no','no'),('11916','_transient_timeout_mm_spam_d1d056c8ed2a3d065a6bb13d91c45908','1442562591','no'),('11917','_transient_mm_spam_d1d056c8ed2a3d065a6bb13d91c45908','no','no'),('11918','_transient_timeout_mm_spam_c3533cfec34aa84bc99cf62cea488e7b','1442562654','no'),('11919','_transient_mm_spam_c3533cfec34aa84bc99cf62cea488e7b','no','no'),('11920','_transient_timeout_mm_spam_9719d4c6a6fcdb4a0638275714d3fb72','1442562922','no'),('11921','_transient_mm_spam_9719d4c6a6fcdb4a0638275714d3fb72','no','no'),('11924','_transient_timeout_mm_spam_88b5a0ab9c0fa993b3970ef19ba05e91','1442563275','no'),('11925','_transient_mm_spam_88b5a0ab9c0fa993b3970ef19ba05e91','no','no'),('11926','_transient_timeout_mm_spam_d85ebffaa8da455849ba1fa3c8c495d1','1442563305','no'),('11927','_transient_mm_spam_d85ebffaa8da455849ba1fa3c8c495d1','no','no'),('11928','_transient_timeout_mm_spam_f3beee45543aef699b0e9e469cfd99ec','1442563375','no'),('11929','_transient_mm_spam_f3beee45543aef699b0e9e469cfd99ec','no','no'),('11930','_transient_timeout_mm_spam_4b0a96ea7991e38988aaec7e0df9ccb4','1442563468','no'),('11931','_transient_mm_spam_4b0a96ea7991e38988aaec7e0df9ccb4','no','no'),('11932','_transient_timeout_mm_spam_e70e1664b8289055a98a66c4da090419','1442563630','no'),('11933','_transient_mm_spam_e70e1664b8289055a98a66c4da090419','no','no'),('11934','_transient_timeout_mm_spam_c604822ee2341a6d2396720d87570142','1442563696','no'),('11935','_transient_mm_spam_c604822ee2341a6d2396720d87570142','no','no'),('11936','_transient_timeout_mm_spam_f4b4f35cf8dbad7c77d1b5a7b11759c3','1442563829','no'),('11937','_transient_mm_spam_f4b4f35cf8dbad7c77d1b5a7b11759c3','no','no'),('11938','_transient_timeout_mm_spam_25b8234203f6de2432ebe7240de416a5','1442564071','no'),('11939','_transient_mm_spam_25b8234203f6de2432ebe7240de416a5','no','no'),('11941','_transient_timeout_mm_spam_e39b302ea1b4906f39d48f5ba317a929','1442564628','no'),('11942','_transient_mm_spam_e39b302ea1b4906f39d48f5ba317a929','no','no'),('11943','_transient_timeout_mm_spam_c0122eba2db36a085ae2f6793e89084b','1442564653','no'),('11944','_transient_mm_spam_c0122eba2db36a085ae2f6793e89084b','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11945','_transient_timeout_mm_spam_562000497bb721b7362374e45d816d51','1442564722','no'),('11946','_transient_mm_spam_562000497bb721b7362374e45d816d51','no','no'),('11947','_transient_timeout_mm_spam_94ea9018e4df6f55641e15a379249c5e','1442565016','no'),('11948','_transient_mm_spam_94ea9018e4df6f55641e15a379249c5e','no','no'),('11953','_transient_timeout_mm_spam_c94a334606a54e14f2367c8a88932c47','1442565459','no'),('11954','_transient_mm_spam_c94a334606a54e14f2367c8a88932c47','no','no'),('11955','_transient_timeout_mm_spam_ff175eb05d01e16b0785c7facee97468','1442565825','no'),('11956','_transient_mm_spam_ff175eb05d01e16b0785c7facee97468','no','no'),('11957','_transient_timeout_mm_spam_30fe9650001bc0adb5b5221e4c645056','1442565895','no'),('11958','_transient_mm_spam_30fe9650001bc0adb5b5221e4c645056','no','no'),('11959','_transient_timeout_mm_spam_ee8cc59f7da0bde8f7f84afc64054008','1442565996','no'),('11960','_transient_mm_spam_ee8cc59f7da0bde8f7f84afc64054008','no','no'),('11961','_transient_timeout_mm_spam_78da3ebc5335dbc3ef84434d411460ff','1442566018','no'),('11962','_transient_mm_spam_78da3ebc5335dbc3ef84434d411460ff','no','no'),('11963','_transient_timeout_mm_spam_f0820deaac655cb3eb87d42276d63c47','1442566059','no'),('11964','_transient_mm_spam_f0820deaac655cb3eb87d42276d63c47','no','no'),('11965','_transient_timeout_mm_spam_c5102c4893e537d9781bf3bd0143b410','1442566195','no'),('11966','_transient_mm_spam_c5102c4893e537d9781bf3bd0143b410','no','no'),('11967','_transient_timeout_mm_spam_040e834b79eff35ada354d9dbde24dfc','1442566238','no'),('11968','_transient_mm_spam_040e834b79eff35ada354d9dbde24dfc','no','no'),('11969','_transient_timeout_mm_spam_920cb14da12d163153fd6227769f5556','1442566316','no'),('11970','_transient_mm_spam_920cb14da12d163153fd6227769f5556','no','no'),('11971','_transient_timeout_mm_spam_88dc1eb66ca0020d3ae630d117e0dff5','1442566691','no'),('11972','_transient_mm_spam_88dc1eb66ca0020d3ae630d117e0dff5','no','no'),('11973','_transient_timeout_mm_spam_5ef6600949934618e9fc1330b470693d','1442566729','no'),('11974','_transient_mm_spam_5ef6600949934618e9fc1330b470693d','no','no'),('11975','_transient_timeout_mm_spam_23d96f4d619f121de053b7b0616d1977','1442566827','no'),('11976','_transient_mm_spam_23d96f4d619f121de053b7b0616d1977','no','no'),('11977','_transient_timeout_mm_spam_e0df6529d22527369da29980c608d153','1442566923','no'),('11978','_transient_mm_spam_e0df6529d22527369da29980c608d153','no','no'),('11979','_transient_timeout_mm_spam_60fa21cda41318d23e31803196681556','1442567284','no'),('11980','_transient_mm_spam_60fa21cda41318d23e31803196681556','no','no'),('11981','_transient_timeout_mm_spam_8e3ed38d392b224929fe7c02e73b3f63','1442567298','no'),('11982','_transient_mm_spam_8e3ed38d392b224929fe7c02e73b3f63','no','no'),('11983','_transient_timeout_mm_spam_7fc92ecfa8f9214fe6d8b52d55d4dd1c','1442567320','no'),('11984','_transient_mm_spam_7fc92ecfa8f9214fe6d8b52d55d4dd1c','no','no'),('11985','_transient_timeout_mm_spam_2dd1b13fc8a2c9efa786457873b42d5b','1442567401','no'),('11986','_transient_mm_spam_2dd1b13fc8a2c9efa786457873b42d5b','no','no'),('11989','_transient_timeout_mm_spam_7efc8a06f81914b9d6d8262e734b1a2d','1442567519','no'),('11990','_transient_mm_spam_7efc8a06f81914b9d6d8262e734b1a2d','no','no'),('11991','_transient_timeout_mm_spam_b02873ffb341eaf15b759ac6e42c51ef','1442567727','no'),('11992','_transient_mm_spam_b02873ffb341eaf15b759ac6e42c51ef','no','no'),('11994','_transient_timeout_mm_spam_b89f5aea1f3f6131351e02adf4bf9579','1442567811','no'),('11995','_transient_mm_spam_b89f5aea1f3f6131351e02adf4bf9579','no','no'),('11996','_transient_timeout_mm_spam_1bb0748ece9371f6c2259e7276159e68','1442567887','no'),('11997','_transient_mm_spam_1bb0748ece9371f6c2259e7276159e68','no','no'),('11998','_transient_timeout_mm_spam_4a4e006346988a2a2e435b1357c45dbc','1442568014','no'),('11999','_transient_mm_spam_4a4e006346988a2a2e435b1357c45dbc','no','no'),('12000','_transient_timeout_mm_spam_6c662770150f0c380241f275c6b465d5','1442568036','no'),('12001','_transient_mm_spam_6c662770150f0c380241f275c6b465d5','no','no'),('12002','_transient_timeout_mm_spam_37d12bed761cbbd9bec49c764e5d6c39','1442568116','no'),('12003','_transient_mm_spam_37d12bed761cbbd9bec49c764e5d6c39','no','no'),('12004','_transient_timeout_mm_spam_93f25670e05ca06900aa57bbf6fe3b44','1442568165','no'),('12005','_transient_mm_spam_93f25670e05ca06900aa57bbf6fe3b44','no','no'),('12007','_transient_timeout_mm_spam_a8df485aab2121d790b252f83ad5eef9','1442568368','no'),('12008','_transient_mm_spam_a8df485aab2121d790b252f83ad5eef9','no','no'),('12009','_transient_timeout_mm_spam_64774dbcf83b3a4e676ab3d7c3439f7e','1442568414','no'),('12010','_transient_mm_spam_64774dbcf83b3a4e676ab3d7c3439f7e','no','no'),('12011','_transient_timeout_mm_spam_4ce25340695fc5ef5801644e94f07942','1442568451','no'),('12012','_transient_mm_spam_4ce25340695fc5ef5801644e94f07942','no','no'),('12013','_transient_timeout_mm_spam_bee2b9b42bfe2c1e65e4e7427acd4352','1442568470','no'),('12014','_transient_mm_spam_bee2b9b42bfe2c1e65e4e7427acd4352','no','no'),('12015','_transient_timeout_mm_spam_34d6ce076b08e4fe174758c5ce2fd13c','1442568715','no'),('12016','_transient_mm_spam_34d6ce076b08e4fe174758c5ce2fd13c','no','no'),('12017','_transient_timeout_mm_spam_23f784a1c8bbfe7646f5938464213e24','1442568875','no'),('12018','_transient_mm_spam_23f784a1c8bbfe7646f5938464213e24','no','no'),('12019','_transient_timeout_mm_spam_605e02f90548f26800bbc84020d06668','1442569073','no'),('12020','_transient_mm_spam_605e02f90548f26800bbc84020d06668','no','no'),('12021','_transient_timeout_mm_spam_f55f76b841f0cb649fb6e6fcb5cd55f9','1442569266','no'),('12022','_transient_mm_spam_f55f76b841f0cb649fb6e6fcb5cd55f9','no','no'),('12025','_transient_timeout_mm_spam_d58699be2aaf2a24b750ad50d0e1e078','1442569392','no'),('12026','_transient_mm_spam_d58699be2aaf2a24b750ad50d0e1e078','no','no'),('12027','_transient_timeout_mm_spam_2c4647baa5af7027d6bb2aef1e3dc1b7','1442569611','no'),('12028','_transient_mm_spam_2c4647baa5af7027d6bb2aef1e3dc1b7','no','no'),('12031','_transient_timeout_mm_spam_e672d7f37e77a5613c8ac14f2244d29d','1442569645','no'),('12032','_transient_mm_spam_e672d7f37e77a5613c8ac14f2244d29d','no','no'),('12033','_transient_timeout_mm_spam_76008c49e48f9d5a50d3fcb2f6890289','1442569650','no'),('12034','_transient_mm_spam_76008c49e48f9d5a50d3fcb2f6890289','no','no'),('12035','_transient_timeout_mm_spam_19dbf7c4dcc4858c33e1092a9a9d07da','1442569868','no'),('12036','_transient_mm_spam_19dbf7c4dcc4858c33e1092a9a9d07da','no','no'),('12037','_transient_timeout_mm_spam_a07216399fd4f2729e2aa1d4e6733364','1442569900','no'),('12038','_transient_mm_spam_a07216399fd4f2729e2aa1d4e6733364','no','no'),('12039','_transient_timeout_mm_spam_556c4b3684715d41c462beb90c00e426','1442569934','no'),('12040','_transient_mm_spam_556c4b3684715d41c462beb90c00e426','no','no'),('12041','_transient_timeout_mm_spam_277dc82d56709136acc32736e005f2d9','1442569966','no'),('12042','_transient_mm_spam_277dc82d56709136acc32736e005f2d9','no','no'),('12043','_transient_timeout_mm_spam_e96350b212cfb95714a9ff3ce504dadc','1442570040','no'),('12044','_transient_mm_spam_e96350b212cfb95714a9ff3ce504dadc','no','no'),('12047','_transient_timeout_mm_spam_97849238115279dc8f152b0a8dc1bb84','1442570282','no'),('12048','_transient_mm_spam_97849238115279dc8f152b0a8dc1bb84','no','no'),('12049','_transient_timeout_mm_spam_4e8d58e7157c4e0f01cfb4980e258b31','1442570511','no'),('12050','_transient_mm_spam_4e8d58e7157c4e0f01cfb4980e258b31','no','no'),('12051','_transient_timeout_mm_spam_e2c1858d675b1365b926e5e135d93829','1442570883','no'),('12052','_transient_mm_spam_e2c1858d675b1365b926e5e135d93829','no','no'),('12053','_transient_timeout_mm_spam_cd1233af552dbdc60bf261ddcda5880d','1442570945','no'),('12054','_transient_mm_spam_cd1233af552dbdc60bf261ddcda5880d','no','no'),('12055','_transient_timeout_mm_spam_84429e91cb9882f2af0da81f2b361f66','1442570952','no'),('12056','_transient_mm_spam_84429e91cb9882f2af0da81f2b361f66','no','no'),('12057','_transient_timeout_mm_spam_6023e28d2ce93c621b4ad8ab637f6fb4','1442571174','no'),('12058','_transient_mm_spam_6023e28d2ce93c621b4ad8ab637f6fb4','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12059','_transient_timeout_mm_spam_78b0b6cef0df2117be8cce66c049ac70','1442571233','no'),('12060','_transient_mm_spam_78b0b6cef0df2117be8cce66c049ac70','no','no'),('12061','_transient_timeout_mm_spam_a1936522bf5812d9e0b2802d2ef17166','1442571242','no'),('12062','_transient_mm_spam_a1936522bf5812d9e0b2802d2ef17166','no','no'),('12063','_transient_timeout_mm_spam_9de52de7bb3c76a39387f27621afc5ad','1442571288','no'),('12064','_transient_mm_spam_9de52de7bb3c76a39387f27621afc5ad','no','no'),('12066','_transient_timeout_mm_spam_0c82bb9898e7c67677d9f81ceebe02d0','1442571537','no'),('12067','_transient_mm_spam_0c82bb9898e7c67677d9f81ceebe02d0','no','no'),('12068','_transient_timeout_mm_spam_4d46d7bc9f3793f0eb7b93d7628c2a50','1442571540','no'),('12069','_transient_mm_spam_4d46d7bc9f3793f0eb7b93d7628c2a50','no','no'),('12070','_transient_timeout_mm_spam_ed375365416aa4b3bcbe5caceafa990c','1442571614','no'),('12071','_transient_mm_spam_ed375365416aa4b3bcbe5caceafa990c','no','no'),('12072','_transient_timeout_mm_spam_25345bb7211a4b8be2a5bb896b4aa134','1442571736','no'),('12073','_transient_mm_spam_25345bb7211a4b8be2a5bb896b4aa134','no','no'),('12082','_transient_timeout_mm_spam_feca6bd9ed58dfe3e9d4f7ed330582e5','1442571917','no'),('12083','_transient_mm_spam_feca6bd9ed58dfe3e9d4f7ed330582e5','no','no'),('12084','_transient_timeout_mm_spam_7c5a7b86605d9d6ab447ca9270682507','1442571981','no'),('12085','_transient_mm_spam_7c5a7b86605d9d6ab447ca9270682507','no','no'),('12086','_transient_timeout_mm_spam_6faeb5066da74ff53c0db001e2b8e04d','1442572096','no'),('12087','_transient_mm_spam_6faeb5066da74ff53c0db001e2b8e04d','no','no'),('12088','_transient_timeout_mm_spam_fc26cd3d397d58c20b1579a8ce8264db','1442572131','no'),('12089','_transient_mm_spam_fc26cd3d397d58c20b1579a8ce8264db','no','no'),('12090','_transient_timeout_mm_spam_93e61c5750d7b25a05330ace1176fe79','1442572323','no'),('12091','_transient_mm_spam_93e61c5750d7b25a05330ace1176fe79','no','no'),('12092','_transient_timeout_mm_spam_8003f9ace6766eb5c00632ddff8f5286','1442572395','no'),('12093','_transient_mm_spam_8003f9ace6766eb5c00632ddff8f5286','no','no'),('12096','_transient_timeout_mm_spam_c54899f591d195ea120da2a04c2b213b','1442572665','no'),('12097','_transient_mm_spam_c54899f591d195ea120da2a04c2b213b','no','no'),('12098','_transient_timeout_mm_spam_ef9b9e43312379d7d9029738b0117689','1442572901','no'),('12099','_transient_mm_spam_ef9b9e43312379d7d9029738b0117689','no','no'),('12100','_transient_timeout_mm_spam_cd23ae1a4bcc65c76ce37269d87b1606','1442573256','no'),('12101','_transient_mm_spam_cd23ae1a4bcc65c76ce37269d87b1606','no','no'),('12102','_transient_timeout_mm_spam_1346b4ee06449bed5442d609d8a6249b','1442573270','no'),('12103','_transient_mm_spam_1346b4ee06449bed5442d609d8a6249b','no','no'),('12104','_transient_timeout_mm_spam_55a0cb3b3bee1ae47975eb06c981b689','1442573344','no'),('12105','_transient_mm_spam_55a0cb3b3bee1ae47975eb06c981b689','no','no'),('12106','_transient_timeout_mm_spam_819e9a8c806f72ddb8411e805280d44a','1442573432','no'),('12107','_transient_mm_spam_819e9a8c806f72ddb8411e805280d44a','no','no'),('12108','_transient_timeout_mm_spam_c7f4f0eb098d9425952338a37f4861c0','1442573556','no'),('12109','_transient_mm_spam_c7f4f0eb098d9425952338a37f4861c0','no','no'),('12112','_transient_timeout_mm_spam_400387482ed1eab4c883c5849a8e9896','1442573617','no'),('12113','_transient_mm_spam_400387482ed1eab4c883c5849a8e9896','no','no'),('12114','_transient_timeout_mm_spam_4b8ff5957ba12f74f9e742d514e19aee','1442573640','no'),('12115','_transient_mm_spam_4b8ff5957ba12f74f9e742d514e19aee','no','no'),('12116','_transient_timeout_mm_spam_2f1f6637e7de81478b7ca7ff6c00f826','1442573710','no'),('12117','_transient_mm_spam_2f1f6637e7de81478b7ca7ff6c00f826','no','no'),('12120','_transient_timeout_mm_spam_b1df3d8c35bbf2fe6abfa2deed170268','1442573930','no'),('12121','_transient_mm_spam_b1df3d8c35bbf2fe6abfa2deed170268','no','no'),('12122','_transient_timeout_mm_spam_2f0f410d3b40850876e543f1a0aecad2','1442573935','no'),('12123','_transient_mm_spam_2f0f410d3b40850876e543f1a0aecad2','no','no'),('12124','_transient_timeout_mm_spam_d1e0c659be7cb61279e4fd375fc632a8','1442574019','no'),('12125','_transient_mm_spam_d1e0c659be7cb61279e4fd375fc632a8','no','no'),('12126','_transient_timeout_mm_spam_ab5fe3e178f2bcd2fa4cfef0807c619d','1442574120','no'),('12127','_transient_mm_spam_ab5fe3e178f2bcd2fa4cfef0807c619d','no','no'),('12128','_transient_timeout_mm_spam_87d113701d0124f4e2097af95de87912','1442574279','no'),('12129','_transient_mm_spam_87d113701d0124f4e2097af95de87912','no','no'),('12130','_transient_timeout_mm_spam_997f54881ab088acceef00617e9a013f','1442574307','no'),('12131','_transient_mm_spam_997f54881ab088acceef00617e9a013f','no','no'),('12134','_transient_timeout_mm_spam_2a62aa5d6ceb19b9d0b0f57f220149a4','1442574382','no'),('12135','_transient_mm_spam_2a62aa5d6ceb19b9d0b0f57f220149a4','no','no'),('12136','_transient_timeout_mm_spam_de0f4118bc6bb57504ef48d9d5cbb1a0','1442574383','no'),('12137','_transient_mm_spam_de0f4118bc6bb57504ef48d9d5cbb1a0','no','no'),('12138','_transient_timeout_mm_spam_9c88c7649db11f05c38f52ad18bdd88d','1442574547','no'),('12139','_transient_mm_spam_9c88c7649db11f05c38f52ad18bdd88d','no','no'),('12140','_transient_timeout_mm_spam_a3133f79731502883cc92b637db44cfa','1442574627','no'),('12141','_transient_mm_spam_a3133f79731502883cc92b637db44cfa','no','no'),('12142','_transient_timeout_mm_spam_5100c553c09afc5f6beff78536de94c8','1442574646','no'),('12143','_transient_mm_spam_5100c553c09afc5f6beff78536de94c8','no','no'),('12144','_transient_timeout_mm_spam_176b70708f87e9e2dc827d1813b59872','1442574800','no'),('12145','_transient_mm_spam_176b70708f87e9e2dc827d1813b59872','no','no'),('12146','_transient_timeout_mm_spam_a42c584601fbe57cdfd8e3b950d47047','1442574897','no'),('12147','_transient_mm_spam_a42c584601fbe57cdfd8e3b950d47047','no','no'),('12151','_transient_timeout_mm_spam_4bca4c1532c9fe5d8ef6a9696e18547f','1442575019','no'),('12152','_transient_mm_spam_4bca4c1532c9fe5d8ef6a9696e18547f','no','no'),('12153','_transient_timeout_mm_spam_9e449a9241a651982681e7649d602cee','1442575104','no'),('12154','_transient_mm_spam_9e449a9241a651982681e7649d602cee','no','no'),('12155','_transient_timeout_mm_spam_dfd3e280ce708f43622bb8e951ae927e','1442575186','no'),('12156','_transient_mm_spam_dfd3e280ce708f43622bb8e951ae927e','no','no'),('12157','_transient_timeout_mm_spam_38e7445231c214527cb78214bf724c67','1442575222','no'),('12158','_transient_mm_spam_38e7445231c214527cb78214bf724c67','no','no'),('12159','_transient_timeout_mm_spam_a412a9611515fc204b90dd3c822d4959','1442575307','no'),('12160','_transient_mm_spam_a412a9611515fc204b90dd3c822d4959','no','no'),('12161','_transient_timeout_mm_spam_323ff027304796ec6f02ffc620ca03b5','1442575322','no'),('12162','_transient_mm_spam_323ff027304796ec6f02ffc620ca03b5','no','no'),('12165','_transient_timeout_mm_spam_6f299dd2a344cf41259938ac14e7849f','1442575400','no'),('12166','_transient_mm_spam_6f299dd2a344cf41259938ac14e7849f','no','no'),('12167','_transient_timeout_mm_spam_e45d66c1eb245cbbe61ab084439554f9','1442575449','no'),('12168','_transient_mm_spam_e45d66c1eb245cbbe61ab084439554f9','no','no'),('12169','_transient_timeout_mm_spam_42e7b867001f2184aaa2542a5ade04e7','1442575513','no'),('12170','_transient_mm_spam_42e7b867001f2184aaa2542a5ade04e7','no','no'),('12171','_transient_timeout_mm_spam_e261d3dd0b39f4b2453629d9159731ef','1442575597','no'),('12172','_transient_mm_spam_e261d3dd0b39f4b2453629d9159731ef','no','no'),('12173','_transient_timeout_mm_spam_395c04979d11e3de7184369d8f353081','1442575710','no'),('12174','_transient_mm_spam_395c04979d11e3de7184369d8f353081','no','no'),('12175','_transient_timeout_mm_spam_55e82c6e19919c530a08c7455cec504c','1442575717','no'),('12176','_transient_mm_spam_55e82c6e19919c530a08c7455cec504c','no','no'),('12177','_transient_timeout_mm_spam_0726665b135087e3177c6350463f93be','1442575739','no'),('12178','_transient_mm_spam_0726665b135087e3177c6350463f93be','no','no'),('12179','_transient_timeout_mm_spam_5a4fa3ab816d1d62b3ae3756a91382de','1442575749','no'),('12180','_transient_mm_spam_5a4fa3ab816d1d62b3ae3756a91382de','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12181','_transient_timeout_mm_spam_487b7e0d726f1e8e454465c0f70d3b30','1442575920','no'),('12182','_transient_mm_spam_487b7e0d726f1e8e454465c0f70d3b30','no','no'),('12183','_transient_timeout_mm_spam_fded7eb08ba0500b6e4cfdb3a96c01eb','1442575946','no'),('12184','_transient_mm_spam_fded7eb08ba0500b6e4cfdb3a96c01eb','no','no'),('12185','_transient_timeout_mm_spam_98e95742fe47a4d9518b4ce412e8ee12','1442575964','no'),('12186','_transient_mm_spam_98e95742fe47a4d9518b4ce412e8ee12','no','no'),('12187','_transient_timeout_mm_spam_fe7785b826b113f7fd9963ca9a7bc998','1442576022','no'),('12188','_transient_mm_spam_fe7785b826b113f7fd9963ca9a7bc998','no','no'),('12189','_transient_timeout_mm_spam_2ee55193bcf29d328d96561021668ca7','1442576059','no'),('12190','_transient_mm_spam_2ee55193bcf29d328d96561021668ca7','no','no'),('12191','_transient_timeout_mm_spam_c5a750bb12c91f830a9715c099d3cef8','1442576230','no'),('12192','_transient_mm_spam_c5a750bb12c91f830a9715c099d3cef8','no','no'),('12193','_transient_timeout_mm_spam_94c0f326b402c4c0af39cb3f49ff801b','1442576269','no'),('12194','_transient_mm_spam_94c0f326b402c4c0af39cb3f49ff801b','no','no'),('12195','_transient_timeout_mm_spam_f01ea692e900a4d2d97f79764730c495','1442576280','no'),('12196','_transient_mm_spam_f01ea692e900a4d2d97f79764730c495','no','no'),('12197','_transient_timeout_mm_spam_828ba8efa66ef0ff71444b95c5db3a09','1442576300','no'),('12198','_transient_mm_spam_828ba8efa66ef0ff71444b95c5db3a09','no','no'),('12199','_transient_timeout_mm_spam_3f8d04fabe8962ab9f91eab26cc7bdf6','1442576494','no'),('12200','_transient_mm_spam_3f8d04fabe8962ab9f91eab26cc7bdf6','no','no'),('12201','_transient_timeout_mm_spam_9a9d33ec4976f37d93c1052592efb5c6','1442576582','no'),('12202','_transient_mm_spam_9a9d33ec4976f37d93c1052592efb5c6','no','no'),('12203','_transient_timeout_mm_spam_7a822cba25c5a2fd7480b188ab29c97d','1442576765','no'),('12204','_transient_mm_spam_7a822cba25c5a2fd7480b188ab29c97d','no','no'),('12205','_transient_timeout_mm_spam_8263a0dfcc421c960e78c64d3406ae5c','1442576771','no'),('12206','_transient_mm_spam_8263a0dfcc421c960e78c64d3406ae5c','no','no'),('12207','_transient_timeout_mm_spam_c5daf24aedd5507ff8b60866ca7c9166','1442576855','no'),('12208','_transient_mm_spam_c5daf24aedd5507ff8b60866ca7c9166','no','no'),('12209','_transient_timeout_mm_spam_2af1fa504671d788e729f99d57214a2a','1442576880','no'),('12210','_transient_mm_spam_2af1fa504671d788e729f99d57214a2a','no','no'),('12213','_transient_timeout_mm_spam_620888952abf8dcd84095f00eebca58a','1442577091','no'),('12214','_transient_mm_spam_620888952abf8dcd84095f00eebca58a','no','no'),('12215','_transient_timeout_mm_spam_82e053d7871cdeb16a1e5e4a39ff06d0','1442577193','no'),('12216','_transient_mm_spam_82e053d7871cdeb16a1e5e4a39ff06d0','no','no'),('12217','_transient_timeout_mm_spam_fe9020ead1318d34e2e423da886f616b','1442577241','no'),('12218','_transient_mm_spam_fe9020ead1318d34e2e423da886f616b','no','no'),('12219','_transient_timeout_mm_spam_bc3b5266f53269ad89e5606b6e758f95','1442577553','no'),('12220','_transient_mm_spam_bc3b5266f53269ad89e5606b6e758f95','no','no'),('12221','_transient_timeout_mm_spam_a3b6a8325e8e9158322a4f61c80b06bc','1442577586','no'),('12222','_transient_mm_spam_a3b6a8325e8e9158322a4f61c80b06bc','no','no'),('12223','_transient_timeout_mm_spam_a4a6e0af1a99ddf7c73a66670ea0a697','1442577634','no'),('12224','_transient_mm_spam_a4a6e0af1a99ddf7c73a66670ea0a697','no','no'),('12225','_transient_timeout_mm_spam_2e3d46b485833ce686ae82aba4cefd34','1442577776','no'),('12226','_transient_mm_spam_2e3d46b485833ce686ae82aba4cefd34','no','no'),('12227','_transient_timeout_mm_spam_d614848dcc9749f461113c29dc8f22b9','1442577837','no'),('12228','_transient_mm_spam_d614848dcc9749f461113c29dc8f22b9','no','no'),('12229','_transient_timeout_mm_spam_4d73e432ee48b59529b2419b3846a3aa','1442577923','no'),('12230','_transient_mm_spam_4d73e432ee48b59529b2419b3846a3aa','no','no'),('12231','_transient_timeout_mm_spam_8b94ddc56e0f4f4118b5c29e70b8ac92','1442578184','no'),('12232','_transient_mm_spam_8b94ddc56e0f4f4118b5c29e70b8ac92','no','no'),('12233','_transient_timeout_mm_spam_b9cb07f48aed5e891aa3a96633d5368d','1442578221','no'),('12234','_transient_mm_spam_b9cb07f48aed5e891aa3a96633d5368d','no','no'),('12235','_transient_timeout_mm_spam_87201830d35a86b81346547aa0bb355e','1442578301','no'),('12236','_transient_mm_spam_87201830d35a86b81346547aa0bb355e','no','no'),('12237','_transient_timeout_mm_spam_b64b2d0cba7f925dbe80ff42435cf0b8','1442578404','no'),('12238','_transient_mm_spam_b64b2d0cba7f925dbe80ff42435cf0b8','no','no'),('12239','_transient_timeout_mm_spam_d24cdfe529d3eaa0ab4cd1cbbc154083','1442578510','no'),('12240','_transient_mm_spam_d24cdfe529d3eaa0ab4cd1cbbc154083','no','no'),('12242','_transient_timeout_mm_spam_e03df2f411f6fddea02d53bf794c5211','1442578583','no'),('12243','_transient_mm_spam_e03df2f411f6fddea02d53bf794c5211','no','no'),('12244','_transient_timeout_mm_spam_6f4dbabb1016376a8535b3c996d3846d','1442578632','no'),('12245','_transient_mm_spam_6f4dbabb1016376a8535b3c996d3846d','no','no'),('12246','_transient_timeout_mm_spam_ef7de723c01e6156d8e41be13a4298ca','1442578647','no'),('12247','_transient_mm_spam_ef7de723c01e6156d8e41be13a4298ca','no','no'),('12250','_transient_timeout_mm_spam_9ceabfcddde51a79790a942049aeb228','1442578873','no'),('12251','_transient_mm_spam_9ceabfcddde51a79790a942049aeb228','no','no'),('12252','_transient_timeout_mm_spam_17ab40561b256c38366bd698de10dc19','1442579030','no'),('12253','_transient_mm_spam_17ab40561b256c38366bd698de10dc19','no','no'),('12254','_transient_timeout_mm_spam_f2bfd18091623ecd842b40c360f37d51','1442579069','no'),('12255','_transient_mm_spam_f2bfd18091623ecd842b40c360f37d51','no','no'),('12256','_transient_timeout_mm_spam_0bcef086ca3101c4f3beacc59153497b','1442579089','no'),('12257','_transient_mm_spam_0bcef086ca3101c4f3beacc59153497b','no','no'),('12260','_transient_timeout_mm_spam_aa9034a4105776887ff2caacb72e8270','1442579391','no'),('12261','_transient_mm_spam_aa9034a4105776887ff2caacb72e8270','no','no'),('12262','_transient_timeout_mm_spam_64e3bf4f6fb36e3d6622d3ba03645188','1442579435','no'),('12263','_transient_mm_spam_64e3bf4f6fb36e3d6622d3ba03645188','no','no'),('12264','_transient_timeout_mm_spam_29f1306db2be883ffc504865c4426deb','1442579500','no'),('12265','_transient_mm_spam_29f1306db2be883ffc504865c4426deb','no','no'),('12266','_transient_timeout_mm_spam_848612b4e84e8699f39b4937847c1451','1442579772','no'),('12267','_transient_mm_spam_848612b4e84e8699f39b4937847c1451','no','no'),('12268','_transient_timeout_mm_spam_9474a36c944155ab3c742904b524400e','1442580125','no'),('12269','_transient_mm_spam_9474a36c944155ab3c742904b524400e','no','no'),('12270','_transient_timeout_mm_spam_47565c3d3a21403055bd40c554097962','1442580179','no'),('12271','_transient_mm_spam_47565c3d3a21403055bd40c554097962','no','no'),('12272','_transient_timeout_mm_spam_c2df1da3784ca4140684715985896e22','1442580208','no'),('12273','_transient_mm_spam_c2df1da3784ca4140684715985896e22','no','no'),('12274','_transient_timeout_mm_spam_b2ca7b1f6e7c6df43080fc0a61862ae8','1442580323','no'),('12275','_transient_mm_spam_b2ca7b1f6e7c6df43080fc0a61862ae8','no','no'),('12276','_transient_timeout_mm_spam_af257e1ac4792de85e2c3f827cdf81f9','1442580384','no'),('12277','_transient_mm_spam_af257e1ac4792de85e2c3f827cdf81f9','no','no'),('12280','_transient_timeout_mm_spam_e82143cb502c6e77d0cfce2b5ee8e520','1442580680','no'),('12281','_transient_mm_spam_e82143cb502c6e77d0cfce2b5ee8e520','no','no'),('12284','_transient_timeout_mm_spam_b5e176d132242728a2091bff7f60ef5e','1442581174','no'),('12285','_transient_mm_spam_b5e176d132242728a2091bff7f60ef5e','no','no'),('12286','_transient_timeout_mm_spam_f0f160317363ac1ae5a849761bcb3c83','1442581257','no'),('12287','_transient_mm_spam_f0f160317363ac1ae5a849761bcb3c83','no','no'),('12288','_transient_timeout_mm_spam_59f173a1df19395c25880d14974c3297','1442581365','no'),('12289','_transient_mm_spam_59f173a1df19395c25880d14974c3297','no','no'),('12290','_transient_timeout_mm_spam_54f08144537358a17e1babecb1ff83ff','1442581367','no'),('12291','_transient_mm_spam_54f08144537358a17e1babecb1ff83ff','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12292','_transient_timeout_mm_spam_21db2a48ea2b03e525703f60534d6aa4','1442581625','no'),('12293','_transient_mm_spam_21db2a48ea2b03e525703f60534d6aa4','no','no'),('12294','_transient_timeout_mm_spam_534d763ef85060c4bef9830664ccc4d7','1442581683','no'),('12295','_transient_mm_spam_534d763ef85060c4bef9830664ccc4d7','no','no'),('12296','_transient_timeout_mm_spam_25d58983a55e66b341eb0f0442f8f80f','1442581999','no'),('12297','_transient_mm_spam_25d58983a55e66b341eb0f0442f8f80f','no','no'),('12301','_transient_timeout_mm_spam_ac8bbf8b118f30bb4e77effc961c0675','1442582374','no'),('12302','_transient_mm_spam_ac8bbf8b118f30bb4e77effc961c0675','no','no'),('12303','_transient_timeout_mm_spam_be285192eba56e2d6c7539630472735a','1442582428','no'),('12304','_transient_mm_spam_be285192eba56e2d6c7539630472735a','no','no'),('12305','_transient_timeout_mm_spam_2f538a1fc1bf152b5a4f89529067dbc6','1442582528','no'),('12306','_transient_mm_spam_2f538a1fc1bf152b5a4f89529067dbc6','no','no'),('12307','_transient_timeout_mm_spam_291fa0fc5956ac7aadfb1fcbad9dc54a','1442582548','no'),('12308','_transient_mm_spam_291fa0fc5956ac7aadfb1fcbad9dc54a','no','no'),('12309','_transient_timeout_mm_spam_a699e3c537ba98d80303257eb752163d','1442582704','no'),('12310','_transient_mm_spam_a699e3c537ba98d80303257eb752163d','no','no'),('12311','_transient_timeout_mm_spam_4bf9499c365c3766d47fa535c9adae7e','1442582738','no'),('12312','_transient_mm_spam_4bf9499c365c3766d47fa535c9adae7e','no','no'),('12313','_transient_timeout_mm_spam_ce1f7f37943991cff3d256d6ae915a33','1442582759','no'),('12314','_transient_mm_spam_ce1f7f37943991cff3d256d6ae915a33','no','no'),('12315','_transient_timeout_mm_spam_b2e833c9312936b8bef563617521ec40','1442582841','no'),('12316','_transient_mm_spam_b2e833c9312936b8bef563617521ec40','no','no'),('12317','_transient_timeout_mm_spam_3e4cd5c28688c35d8e76e05d55dd06c7','1442582931','no'),('12318','_transient_mm_spam_3e4cd5c28688c35d8e76e05d55dd06c7','no','no'),('12319','_transient_timeout_mm_spam_9285f1c233d9892cba2a679542ff0fcd','1442582987','no'),('12320','_transient_mm_spam_9285f1c233d9892cba2a679542ff0fcd','no','no'),('12325','_transient_timeout_mm_spam_a37e48a8cd3a044d38ee2a660373b69c','1442583114','no'),('12326','_transient_mm_spam_a37e48a8cd3a044d38ee2a660373b69c','no','no'),('12327','_transient_timeout_mm_spam_386000bfbc35ce5a5fcef4ae26e1553e','1442583298','no'),('12328','_transient_mm_spam_386000bfbc35ce5a5fcef4ae26e1553e','no','no'),('12329','_transient_timeout_mm_spam_01391f8ae2e6b05705e7256ecbb04e85','1442583310','no'),('12330','_transient_mm_spam_01391f8ae2e6b05705e7256ecbb04e85','no','no'),('12331','_transient_timeout_mm_spam_5a87446b4a2e3d29155a5d387959270e','1442583373','no'),('12332','_transient_mm_spam_5a87446b4a2e3d29155a5d387959270e','no','no'),('12333','_transient_timeout_mm_spam_0cb47b9b5c8ffe9218cc71aaed2c6c16','1442583398','no'),('12334','_transient_mm_spam_0cb47b9b5c8ffe9218cc71aaed2c6c16','no','no'),('12337','_transient_timeout_mm_spam_278ed5adb7a511aa28ca17f4ee2714f4','1442583511','no'),('12338','_transient_mm_spam_278ed5adb7a511aa28ca17f4ee2714f4','no','no'),('12339','_transient_timeout_mm_spam_42c601be97df2e23f6ce2f05411417c0','1442583529','no'),('12340','_transient_mm_spam_42c601be97df2e23f6ce2f05411417c0','no','no'),('12341','_transient_timeout_mm_spam_d8ddcd2757f1d7d0d8387c2cf69a8c39','1442583626','no'),('12342','_transient_mm_spam_d8ddcd2757f1d7d0d8387c2cf69a8c39','no','no'),('12343','_transient_timeout_mm_spam_c5ae75746a0be4f5df4e8d6667f75356','1442583764','no'),('12344','_transient_mm_spam_c5ae75746a0be4f5df4e8d6667f75356','no','no'),('12345','_transient_timeout_mm_spam_362ebc25e384dc5fc3e4c515b1a0c5c3','1442583890','no'),('12346','_transient_mm_spam_362ebc25e384dc5fc3e4c515b1a0c5c3','no','no'),('12347','_transient_timeout_mm_spam_8e293d6a092e63b7f7bd3063ac5e674c','1442584007','no'),('12348','_transient_mm_spam_8e293d6a092e63b7f7bd3063ac5e674c','no','no'),('12349','_transient_timeout_mm_spam_a558246a45ff53fa315093536a56b2c1','1442584038','no'),('12350','_transient_mm_spam_a558246a45ff53fa315093536a56b2c1','no','no'),('12351','_transient_timeout_mm_spam_1a2b4f00d6b0b9fffedf896e5e08d411','1442584090','no'),('12352','_transient_mm_spam_1a2b4f00d6b0b9fffedf896e5e08d411','no','no'),('12353','_transient_timeout_mm_spam_e49a1b6e093611f282a0942c90d77659','1442584188','no'),('12354','_transient_mm_spam_e49a1b6e093611f282a0942c90d77659','no','no'),('12355','_transient_timeout_mm_spam_693e432f73dd63853607a9b78787374f','1442584214','no'),('12356','_transient_mm_spam_693e432f73dd63853607a9b78787374f','no','no'),('12361','_transient_timeout_mm_spam_1ef30584938e81800f5f78df492f85ab','1442584449','no'),('12362','_transient_mm_spam_1ef30584938e81800f5f78df492f85ab','no','no'),('12363','_transient_timeout_mm_spam_bc05f7d3eddca6473be37be628e2489c','1442584470','no'),('12364','_transient_mm_spam_bc05f7d3eddca6473be37be628e2489c','no','no'),('12365','_transient_timeout_mm_spam_c2761839e71edb6b8844346193f3e2de','1442584552','no'),('12366','_transient_mm_spam_c2761839e71edb6b8844346193f3e2de','no','no'),('12367','_transient_timeout_mm_spam_6aa2f9afa2bc991297cb03a1bfe72e58','1442584745','no'),('12368','_transient_mm_spam_6aa2f9afa2bc991297cb03a1bfe72e58','no','no'),('12369','_transient_timeout_mm_spam_f122ae1e8baef7dd0857445e3afa3069','1442584748','no'),('12370','_transient_mm_spam_f122ae1e8baef7dd0857445e3afa3069','no','no'),('12373','_transient_timeout_mm_spam_38f4b5fab5aed54fb15a8de2bd8c72ce','1442584784','no'),('12374','_transient_mm_spam_38f4b5fab5aed54fb15a8de2bd8c72ce','no','no'),('12375','_transient_timeout_mm_spam_6d778728131c3c275184460337e4126c','1442585063','no'),('12376','_transient_mm_spam_6d778728131c3c275184460337e4126c','no','no'),('12377','_transient_timeout_mm_spam_b659037170d8442d62869d9a541bfefa','1442585216','no'),('12378','_transient_mm_spam_b659037170d8442d62869d9a541bfefa','no','no'),('12379','_transient_timeout_mm_spam_1b4539a1274409c6dc72b2fa5b8ce318','1442585393','no'),('12380','_transient_mm_spam_1b4539a1274409c6dc72b2fa5b8ce318','no','no'),('12381','_transient_timeout_mm_spam_714b1d230577478178b8209e2d8e0e81','1442585404','no'),('12382','_transient_mm_spam_714b1d230577478178b8209e2d8e0e81','no','no'),('12383','_transient_timeout_mm_spam_2d861af45d0329fa93dfab743551c6a4','1442585466','no'),('12384','_transient_mm_spam_2d861af45d0329fa93dfab743551c6a4','no','no'),('12385','_transient_timeout_mm_spam_da83e55608101ea92c89d4fc85628277','1442585578','no'),('12386','_transient_mm_spam_da83e55608101ea92c89d4fc85628277','no','no'),('12387','_transient_timeout_mm_spam_73768a7b26d329555219532ec2fd04e0','1442585610','no'),('12388','_transient_mm_spam_73768a7b26d329555219532ec2fd04e0','no','no'),('12389','_transient_timeout_mm_spam_74ff56e70eb3424b90ea1f1874cad410','1442585620','no'),('12390','_transient_mm_spam_74ff56e70eb3424b90ea1f1874cad410','no','no'),('12391','_transient_timeout_mm_spam_42e270e726f70e7474b7e7a115dab471','1442585667','no'),('12392','_transient_mm_spam_42e270e726f70e7474b7e7a115dab471','no','no'),('12394','_transient_timeout_mm_spam_09d1cedbcbb6597f09c83002ac662bcb','1442585812','no'),('12395','_transient_mm_spam_09d1cedbcbb6597f09c83002ac662bcb','no','no'),('12396','_transient_timeout_mm_spam_d3c0f37b46118959505e5a0a133af38e','1442585839','no'),('12397','_transient_mm_spam_d3c0f37b46118959505e5a0a133af38e','no','no'),('12400','_transient_timeout_mm_spam_13321d4fe4f2e979b8c014316eabeaed','1442585962','no'),('12401','_transient_mm_spam_13321d4fe4f2e979b8c014316eabeaed','no','no'),('12402','_transient_timeout_mm_spam_4b392ba418a093e539a56439572f4ea7','1442585998','no'),('12403','_transient_mm_spam_4b392ba418a093e539a56439572f4ea7','no','no'),('12404','_transient_timeout_mm_spam_7c9f4d57d273698415ebd840c820fec6','1442586113','no'),('12405','_transient_mm_spam_7c9f4d57d273698415ebd840c820fec6','no','no'),('12406','_transient_timeout_mm_spam_f534c7b1a0bce8debecd580fb9de645c','1442586121','no'),('12407','_transient_mm_spam_f534c7b1a0bce8debecd580fb9de645c','no','no'),('12408','_transient_timeout_mm_spam_5ad7c01096d7794c426eb10642154a11','1442586143','no'),('12409','_transient_mm_spam_5ad7c01096d7794c426eb10642154a11','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12410','_transient_timeout_mm_spam_4dd059db8d3dcf763d7b5cc743ee4ea4','1442586239','no'),('12411','_transient_mm_spam_4dd059db8d3dcf763d7b5cc743ee4ea4','no','no'),('12412','_transient_timeout_mm_spam_efaa44269ce5143d2582774e8a54e538','1442586311','no'),('12413','_transient_mm_spam_efaa44269ce5143d2582774e8a54e538','no','no'),('12414','_transient_timeout_mm_spam_1e61ca5395800bbdf55b34733d9ee80a','1442586400','no'),('12415','_transient_mm_spam_1e61ca5395800bbdf55b34733d9ee80a','no','no'),('12416','_transient_timeout_mm_spam_f7ef95864f054f3341d5aed63a2c7329','1442586400','no'),('12417','_transient_mm_spam_f7ef95864f054f3341d5aed63a2c7329','no','no'),('12418','_transient_timeout_mm_spam_e509762d6752040365691438970d22bd','1442586506','no'),('12419','_transient_mm_spam_e509762d6752040365691438970d22bd','no','no'),('12420','_transient_timeout_mm_spam_bedd6be8ac4e856d0fe2a2c442ede843','1442586576','no'),('12421','_transient_mm_spam_bedd6be8ac4e856d0fe2a2c442ede843','no','no'),('12422','_transient_timeout_mm_spam_f3c464febbe97398d4579a8d91d04367','1442586635','no'),('12423','_transient_mm_spam_f3c464febbe97398d4579a8d91d04367','no','no'),('12424','_transient_timeout_mm_spam_17722481fa54b343ea6976528996eca4','1442586694','no'),('12425','_transient_mm_spam_17722481fa54b343ea6976528996eca4','no','no'),('12426','_transient_timeout_mm_spam_19262afe2bd6ea24a907c828dc879eb6','1442586789','no'),('12427','_transient_mm_spam_19262afe2bd6ea24a907c828dc879eb6','no','no'),('12428','_transient_timeout_mm_spam_0c8ef866dee41c4ced691a127cc2747c','1442586831','no'),('12429','_transient_mm_spam_0c8ef866dee41c4ced691a127cc2747c','no','no'),('12430','_transient_timeout_mm_spam_c52d669360c9f1421c077457df332a09','1442586905','no'),('12431','_transient_mm_spam_c52d669360c9f1421c077457df332a09','no','no'),('12432','_transient_timeout_mm_spam_f1454603f29c067b7cc24d1b2ed5a428','1442587029','no'),('12433','_transient_mm_spam_f1454603f29c067b7cc24d1b2ed5a428','no','no'),('12434','_transient_timeout_mm_spam_3a7cbefe54b5934761dca2dd56b18e1e','1442587075','no'),('12435','_transient_mm_spam_3a7cbefe54b5934761dca2dd56b18e1e','no','no'),('12436','_transient_timeout_mm_spam_667603c8af0fa1ae9f0a902b9fb44ee6','1442587115','no'),('12437','_transient_mm_spam_667603c8af0fa1ae9f0a902b9fb44ee6','no','no'),('12438','_transient_timeout_mm_spam_dcf24e00ba83e7ccd91da972f4f3fd6b','1442587152','no'),('12439','_transient_mm_spam_dcf24e00ba83e7ccd91da972f4f3fd6b','no','no'),('12440','_transient_timeout_mm_spam_9f0cd0a9a5d5712da408643d4b5d6966','1442587320','no'),('12441','_transient_mm_spam_9f0cd0a9a5d5712da408643d4b5d6966','no','no'),('12442','_transient_timeout_mm_spam_11afe69bb8db51183b83f0477716c94b','1442587338','no'),('12443','_transient_mm_spam_11afe69bb8db51183b83f0477716c94b','no','no'),('12444','_transient_timeout_mm_spam_bf95e8923f302ee22a1dd5527716b4f2','1442587438','no'),('12445','_transient_mm_spam_bf95e8923f302ee22a1dd5527716b4f2','no','no'),('12446','_transient_timeout_mm_spam_8a73c7851618483685532901f1724d05','1442587450','no'),('12447','_transient_mm_spam_8a73c7851618483685532901f1724d05','no','no'),('12448','_transient_timeout_mm_spam_641430d78900e745912a69e9034eaea1','1442587523','no'),('12449','_transient_mm_spam_641430d78900e745912a69e9034eaea1','no','no'),('12450','_transient_timeout_mm_spam_a4caff6fb307dfd9873bd6b8a8b24bf6','1442587684','no'),('12451','_transient_mm_spam_a4caff6fb307dfd9873bd6b8a8b24bf6','no','no'),('12452','_transient_timeout_mm_spam_204f3cb8d4e17d33b8ca8a7e3cbc8aaf','1442587724','no'),('12453','_transient_mm_spam_204f3cb8d4e17d33b8ca8a7e3cbc8aaf','no','no'),('12454','_transient_timeout_mm_spam_27f5d6f3caa973b7d7c84de0407c3d89','1442587954','no'),('12455','_transient_mm_spam_27f5d6f3caa973b7d7c84de0407c3d89','no','no'),('12456','_transient_timeout_mm_spam_922cc1b568d2df3c58e56dfdfa332e7c','1442587967','no'),('12457','_transient_mm_spam_922cc1b568d2df3c58e56dfdfa332e7c','no','no'),('12458','_transient_timeout_mm_spam_33dc54c2624c2ac3a2e80c841314cc89','1442588057','no'),('12459','_transient_mm_spam_33dc54c2624c2ac3a2e80c841314cc89','no','no'),('12460','_transient_timeout_mm_spam_9584e97234920351281611ca6627953d','1442588119','no'),('12461','_transient_mm_spam_9584e97234920351281611ca6627953d','no','no'),('12462','_transient_timeout_mm_spam_ee3b7efa2b5d24b91c6e3d54a316bc7a','1442588187','no'),('12463','_transient_mm_spam_ee3b7efa2b5d24b91c6e3d54a316bc7a','no','no'),('12464','_transient_timeout_mm_spam_dc3bc846b42640220e542feb0066bb93','1442588337','no'),('12465','_transient_mm_spam_dc3bc846b42640220e542feb0066bb93','no','no'),('12466','_transient_timeout_mm_spam_352c106269d6e56899a42b717a1892b5','1442588406','no'),('12467','_transient_mm_spam_352c106269d6e56899a42b717a1892b5','no','no'),('12468','_transient_timeout_mm_spam_a9ccf40460d4e3328c81c73945783113','1442588446','no'),('12469','_transient_mm_spam_a9ccf40460d4e3328c81c73945783113','no','no'),('12470','_transient_timeout_mm_spam_b28e80a04d1e76d2501bb6ee968c501b','1442588598','no'),('12471','_transient_mm_spam_b28e80a04d1e76d2501bb6ee968c501b','no','no'),('12472','_transient_timeout_mm_spam_81a582c6bf038173732cae71a4f0c4f9','1442588735','no'),('12473','_transient_mm_spam_81a582c6bf038173732cae71a4f0c4f9','no','no'),('12474','_transient_timeout_mm_spam_0f1dac3a3828e8cc894ab0c54d568c3b','1442588925','no'),('12475','_transient_mm_spam_0f1dac3a3828e8cc894ab0c54d568c3b','no','no'),('12476','_transient_timeout_mm_spam_a646514b2b3f98e36ea271e87c9783b8','1442588945','no'),('12477','_transient_mm_spam_a646514b2b3f98e36ea271e87c9783b8','no','no'),('12478','_transient_timeout_mm_spam_255cdc272679a972d59c0a611dd71d56','1442589055','no'),('12479','_transient_mm_spam_255cdc272679a972d59c0a611dd71d56','no','no'),('12480','_transient_timeout_mm_spam_657c311b1387fbf3561368cebd2e9312','1442589123','no'),('12481','_transient_mm_spam_657c311b1387fbf3561368cebd2e9312','no','no'),('12482','_transient_timeout_mm_spam_8d4fd1e811665f07f57a8e1e4eb0907a','1442589139','no'),('12483','_transient_mm_spam_8d4fd1e811665f07f57a8e1e4eb0907a','no','no'),('12484','_transient_timeout_mm_spam_c4a4250e5d2ca7392dc2e822007c9413','1442589236','no'),('12485','_transient_mm_spam_c4a4250e5d2ca7392dc2e822007c9413','no','no'),('12487','_transient_timeout_mm_spam_d151f5285f5a5873c3fd462a2edb966b','1442589395','no'),('12488','_transient_mm_spam_d151f5285f5a5873c3fd462a2edb966b','no','no'),('12489','_transient_timeout_mm_spam_e66501ef3fac11d8614c1f8c7dad3efb','1442589426','no'),('12490','_transient_mm_spam_e66501ef3fac11d8614c1f8c7dad3efb','no','no'),('12491','_transient_timeout_mm_spam_25005cd35a965525a84d462c56db9e89','1442589470','no'),('12492','_transient_mm_spam_25005cd35a965525a84d462c56db9e89','no','no'),('12493','_transient_timeout_mm_spam_7a1633ec62e5b9d404b845e406953063','1442589590','no'),('12494','_transient_mm_spam_7a1633ec62e5b9d404b845e406953063','no','no'),('12497','_transient_timeout_mm_spam_0f4aa899e426463d861ff567a184e9d5','1442589639','no'),('12498','_transient_mm_spam_0f4aa899e426463d861ff567a184e9d5','no','no'),('12499','_transient_timeout_mm_spam_5c0677ea35415ac7fdc4967046f33026','1442589769','no'),('12500','_transient_mm_spam_5c0677ea35415ac7fdc4967046f33026','no','no'),('12502','_transient_timeout_mm_spam_41977c52e9c94d5068871cb6e735774a','1442589856','no'),('12503','_transient_mm_spam_41977c52e9c94d5068871cb6e735774a','no','no'),('12504','_transient_timeout_mm_spam_4d7f9f03228f5ad50a51f0275b000c73','1442589882','no'),('12505','_transient_mm_spam_4d7f9f03228f5ad50a51f0275b000c73','no','no'),('12506','_transient_timeout_mm_spam_ad141e41fa89c2c449b7f6d6fce06467','1442589903','no'),('12507','_transient_mm_spam_ad141e41fa89c2c449b7f6d6fce06467','no','no'),('12508','_transient_timeout_mm_spam_ea49e413d56b2c41e00959109c1c6771','1442589909','no'),('12509','_transient_mm_spam_ea49e413d56b2c41e00959109c1c6771','no','no'),('12510','_transient_timeout_mm_spam_b4e5b62acdd2e5682f850974e8cbadc3','1442589963','no'),('12511','_transient_mm_spam_b4e5b62acdd2e5682f850974e8cbadc3','no','no'),('12514','_transient_timeout_mm_spam_34b572d1d5ae616581808abb551627ba','1442590122','no'),('12515','_transient_mm_spam_34b572d1d5ae616581808abb551627ba','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12516','_transient_timeout_mm_spam_e3a5152fa7bfb7f9cff41a77580c5ca6','1442590129','no'),('12517','_transient_mm_spam_e3a5152fa7bfb7f9cff41a77580c5ca6','no','no'),('12518','_transient_timeout_mm_spam_6a46d92774d4116c82349ea33243dcd6','1442590164','no'),('12519','_transient_mm_spam_6a46d92774d4116c82349ea33243dcd6','no','no'),('12520','_transient_timeout_mm_spam_29093a55151e3ef3cbc89be55cd27f87','1442590192','no'),('12521','_transient_mm_spam_29093a55151e3ef3cbc89be55cd27f87','no','no'),('12522','_transient_timeout_mm_spam_00529ee62a4e8aa449374ece4465f834','1442590192','no'),('12523','_transient_mm_spam_00529ee62a4e8aa449374ece4465f834','no','no'),('12524','_transient_timeout_mm_spam_dbf72ef49c2b0047b8825b5b324f69d1','1442590275','no'),('12525','_transient_mm_spam_dbf72ef49c2b0047b8825b5b324f69d1','no','no'),('12526','_transient_timeout_mm_spam_08584a34513e1a89a6113dd87b555586','1442590344','no'),('12527','_transient_mm_spam_08584a34513e1a89a6113dd87b555586','no','no'),('12528','_transient_timeout_mm_spam_5e92d55aa24a6990ad42bb10ba0085a4','1442590449','no'),('12529','_transient_mm_spam_5e92d55aa24a6990ad42bb10ba0085a4','no','no'),('12530','_transient_timeout_mm_spam_f3e0939a3cb9a1c7e58e205f8647fa94','1442590452','no'),('12531','_transient_mm_spam_f3e0939a3cb9a1c7e58e205f8647fa94','no','no'),('12532','_transient_timeout_mm_spam_f5bbdb94be851c8b654b3e69ccc5bea5','1442590575','no'),('12533','_transient_mm_spam_f5bbdb94be851c8b654b3e69ccc5bea5','no','no'),('12536','_transient_timeout_mm_spam_68fdd16b660dcf4d737f2fde115d5153','1442590710','no'),('12537','_transient_mm_spam_68fdd16b660dcf4d737f2fde115d5153','no','no'),('12540','_transient_timeout_mm_spam_619b14118dfca263c4ecafa13e25c149','1442590881','no'),('12541','_transient_mm_spam_619b14118dfca263c4ecafa13e25c149','no','no'),('12542','_transient_timeout_mm_spam_adab8a631bed9e65465ef925ddc0524f','1442591027','no'),('12543','_transient_mm_spam_adab8a631bed9e65465ef925ddc0524f','no','no'),('12544','_transient_timeout_mm_spam_19fcaa694dcab15b3d11fb9fe939e1cb','1442591128','no'),('12545','_transient_mm_spam_19fcaa694dcab15b3d11fb9fe939e1cb','no','no'),('12546','_transient_timeout_mm_spam_271ea7f152e1a79475c27141100903b6','1442591158','no'),('12547','_transient_mm_spam_271ea7f152e1a79475c27141100903b6','no','no'),('12548','_transient_timeout_mm_spam_f30e5e8600f27559cadf567356ef2cfc','1442591411','no'),('12549','_transient_mm_spam_f30e5e8600f27559cadf567356ef2cfc','no','no'),('12551','_transient_timeout_mm_spam_2d987de95317f160c73a1f59bb4c55d2','1442591763','no'),('12552','_transient_mm_spam_2d987de95317f160c73a1f59bb4c55d2','no','no'),('12557','_transient_timeout_mm_spam_2483605c3504c2ce1cfc9bc558aec4f1','1442591831','no'),('12558','_transient_mm_spam_2483605c3504c2ce1cfc9bc558aec4f1','no','no'),('12561','_transient_timeout_mm_spam_f80986ae3eaf22bcb9d7a775425cc9cd','1442592058','no'),('12562','_transient_mm_spam_f80986ae3eaf22bcb9d7a775425cc9cd','no','no'),('12565','_transient_timeout_mm_spam_507953888703c59794baa2f10ebaaebf','1442592105','no'),('12566','_transient_mm_spam_507953888703c59794baa2f10ebaaebf','no','no'),('12567','_transient_timeout_mm_spam_ad08c5a52af209a8d1fc084d3a191417','1442592348','no'),('12568','_transient_mm_spam_ad08c5a52af209a8d1fc084d3a191417','no','no'),('12569','_transient_timeout_mm_spam_c81b1936c7f94db644f8f977f679ba46','1442592352','no'),('12570','_transient_mm_spam_c81b1936c7f94db644f8f977f679ba46','no','no'),('12571','_transient_timeout_mm_spam_9ba62606d633d010ff154abbd04cd754','1442592357','no'),('12572','_transient_mm_spam_9ba62606d633d010ff154abbd04cd754','no','no'),('12573','_transient_timeout_mm_spam_4e60fb3808b75b4fbbf520058ca2f08a','1442592380','no'),('12574','_transient_mm_spam_4e60fb3808b75b4fbbf520058ca2f08a','no','no'),('12575','_transient_timeout_mm_spam_92d7330221ffd5e9624584f1c1a1cbbe','1442592593','no'),('12576','_transient_mm_spam_92d7330221ffd5e9624584f1c1a1cbbe','no','no'),('12577','_transient_timeout_mm_spam_f63914cbb9401ba9e9ef2c3e1d1f1349','1442592747','no'),('12578','_transient_mm_spam_f63914cbb9401ba9e9ef2c3e1d1f1349','no','no'),('12579','_transient_timeout_mm_spam_2cb3174ac6f3c9d94259c94ecad96b71','1442592799','no'),('12580','_transient_mm_spam_2cb3174ac6f3c9d94259c94ecad96b71','no','no'),('12582','_transient_timeout_mm_spam_75acdd5b51891e122d45fee88ad4792b','1442592981','no'),('12583','_transient_mm_spam_75acdd5b51891e122d45fee88ad4792b','no','no'),('12584','_transient_timeout_mm_spam_b97995794ca653ff58bd63043efd8961','1442593113','no'),('12585','_transient_mm_spam_b97995794ca653ff58bd63043efd8961','no','no'),('12586','_transient_timeout_mm_spam_7ab501a123eb2e39b5777512afde01db','1442593119','no'),('12587','_transient_mm_spam_7ab501a123eb2e39b5777512afde01db','no','no'),('12588','_transient_timeout_mm_spam_5c76ef6334fbbdbd411c9da565879c91','1442593148','no'),('12589','_transient_mm_spam_5c76ef6334fbbdbd411c9da565879c91','no','no'),('12590','_transient_timeout_mm_spam_e09bd463ad81bcdfb88d83fc8183ddbf','1442593322','no'),('12591','_transient_mm_spam_e09bd463ad81bcdfb88d83fc8183ddbf','no','no'),('12595','_transient_timeout_mm_spam_1cc65ca65b21be0d45f89e4b8b0085c7','1442593475','no'),('12596','_transient_mm_spam_1cc65ca65b21be0d45f89e4b8b0085c7','no','no'),('12597','_transient_timeout_mm_spam_08da6431be54bdd5bbcd24f2c2a606c2','1442593538','no'),('12598','_transient_mm_spam_08da6431be54bdd5bbcd24f2c2a606c2','no','no'),('12601','_transient_timeout_mm_spam_78783c962dfbd565bdb5f2db88b60b60','1442593646','no'),('12602','_transient_mm_spam_78783c962dfbd565bdb5f2db88b60b60','no','no'),('12603','_transient_timeout_mm_spam_e54dac6a335f8900e43d496980301d03','1442593688','no'),('12604','_transient_mm_spam_e54dac6a335f8900e43d496980301d03','no','no'),('12605','_transient_timeout_mm_spam_7a7c284fd5d5c1fc968e2320183f625f','1442593779','no'),('12606','_transient_mm_spam_7a7c284fd5d5c1fc968e2320183f625f','no','no'),('12609','_transient_timeout_mm_spam_e80634f073af10331b443fb5d0c45782','1442593861','no'),('12610','_transient_mm_spam_e80634f073af10331b443fb5d0c45782','no','no'),('12611','_transient_timeout_mm_spam_32812840dd32eaf8c60c55007c44f01b','1442593862','no'),('12612','_transient_mm_spam_32812840dd32eaf8c60c55007c44f01b','no','no'),('12613','_transient_timeout_mm_spam_6d83ea2047e3568c69791d005659b2cc','1442593960','no'),('12614','_transient_mm_spam_6d83ea2047e3568c69791d005659b2cc','no','no'),('12617','_transient_timeout_mm_spam_c29d13ae5a0250582526a2a07a43908f','1442594124','no'),('12618','_transient_mm_spam_c29d13ae5a0250582526a2a07a43908f','no','no'),('12619','_transient_timeout_mm_spam_e44b95d9ddc29566e00af3fc324f1e6c','1442594131','no'),('12620','_transient_mm_spam_e44b95d9ddc29566e00af3fc324f1e6c','no','no'),('12621','_transient_timeout_mm_spam_0cdf1684965f945b954c8fa9bcced32f','1442594247','no'),('12622','_transient_mm_spam_0cdf1684965f945b954c8fa9bcced32f','no','no'),('12623','_transient_timeout_mm_spam_293e85f736d9d4ea0062e534ea1c4cba','1442594311','no'),('12624','_transient_mm_spam_293e85f736d9d4ea0062e534ea1c4cba','no','no'),('12627','_transient_timeout_mm_spam_69297f89fc812a3ccc21bfaa5f9c35d2','1442594449','no'),('12628','_transient_mm_spam_69297f89fc812a3ccc21bfaa5f9c35d2','no','no'),('12629','_transient_timeout_mm_spam_2034eface843de10e42c035b4585af56','1442594481','no'),('12630','_transient_mm_spam_2034eface843de10e42c035b4585af56','no','no'),('12631','_transient_timeout_mm_spam_4dedb81a791cf80bda77ac6e624f6b74','1442594605','no'),('12632','_transient_mm_spam_4dedb81a791cf80bda77ac6e624f6b74','no','no'),('12633','_transient_timeout_mm_spam_4fc885ec9a38bc492bc0262e1fcc9287','1442594645','no'),('12634','_transient_mm_spam_4fc885ec9a38bc492bc0262e1fcc9287','no','no'),('12635','_transient_timeout_mm_spam_109f168bf6717029fce22b28b44b85ab','1442594692','no'),('12636','_transient_mm_spam_109f168bf6717029fce22b28b44b85ab','no','no'),('12637','_transient_timeout_mm_spam_65deaf7b2f93f491d3802605e2cbad8f','1442594856','no'),('12638','_transient_mm_spam_65deaf7b2f93f491d3802605e2cbad8f','no','no'),('12641','_transient_timeout_mm_spam_47958dd54bb9450e4ff05da4c7227644','1442594938','no'),('12642','_transient_mm_spam_47958dd54bb9450e4ff05da4c7227644','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12643','_transient_timeout_mm_spam_768182e070091f3175b548844a3828fd','1442595092','no'),('12644','_transient_mm_spam_768182e070091f3175b548844a3828fd','no','no'),('12645','_transient_timeout_mm_spam_48835674486330c5bd400907bae9cfe5','1442595284','no'),('12646','_transient_mm_spam_48835674486330c5bd400907bae9cfe5','no','no'),('12647','_transient_timeout_mm_spam_959ffe8436602131e697f3d09c04409c','1442595381','no'),('12648','_transient_mm_spam_959ffe8436602131e697f3d09c04409c','no','no'),('12651','_transient_timeout_mm_spam_e85869280f373f1c7f4d7977917e1e87','1442595527','no'),('12652','_transient_mm_spam_e85869280f373f1c7f4d7977917e1e87','no','no'),('12653','_transient_timeout_mm_spam_1f305d07c1970df549a60370d1e80580','1442595565','no'),('12654','_transient_mm_spam_1f305d07c1970df549a60370d1e80580','no','no'),('12655','_transient_timeout_mm_spam_57bf684adcafb83c8e7dea61835fd408','1442595639','no'),('12656','_transient_mm_spam_57bf684adcafb83c8e7dea61835fd408','no','no'),('12657','_transient_timeout_mm_spam_0f9521b2f0e055e3fe702e79c0c59e9f','1442595712','no'),('12658','_transient_mm_spam_0f9521b2f0e055e3fe702e79c0c59e9f','no','no'),('12659','_transient_timeout_mm_spam_23f4d6b9463ed70d8db07e6913b2af19','1442595842','no'),('12660','_transient_mm_spam_23f4d6b9463ed70d8db07e6913b2af19','no','no'),('12661','_transient_timeout_mm_spam_575640e0db1b39b212f9c6eb2786e615','1442595864','no'),('12662','_transient_mm_spam_575640e0db1b39b212f9c6eb2786e615','no','no'),('12663','_transient_timeout_mm_spam_adf39664b8c9aef1ecbaeaebd909d445','1442595899','no'),('12664','_transient_mm_spam_adf39664b8c9aef1ecbaeaebd909d445','no','no'),('12665','_transient_timeout_mm_spam_00443394367ed54b73431cb82f41ad77','1442595993','no'),('12666','_transient_mm_spam_00443394367ed54b73431cb82f41ad77','no','no'),('12667','_transient_timeout_mm_spam_8d5850f4c4be3d86a5cc5fba2e6021ef','1442596158','no'),('12668','_transient_mm_spam_8d5850f4c4be3d86a5cc5fba2e6021ef','no','no'),('12669','_transient_timeout_mm_spam_41bf950f85f4473c4573556f5c744b7f','1442596213','no'),('12670','_transient_mm_spam_41bf950f85f4473c4573556f5c744b7f','no','no'),('12671','_transient_timeout_mm_spam_c5b1bbb312318b5f1e82f3cffc67bc02','1442596221','no'),('12672','_transient_mm_spam_c5b1bbb312318b5f1e82f3cffc67bc02','no','no'),('12673','_transient_timeout_mm_spam_1cd4006188ec5f9973d4c8a84616941a','1442596271','no'),('12674','_transient_mm_spam_1cd4006188ec5f9973d4c8a84616941a','no','no'),('12675','_transient_timeout_mm_spam_7780deff9a6e34625f82d713a7217b09','1442596350','no'),('12676','_transient_mm_spam_7780deff9a6e34625f82d713a7217b09','no','no'),('12677','_transient_timeout_mm_spam_363d9beabce442bce73d0bf1ec2f2312','1442596505','no'),('12678','_transient_mm_spam_363d9beabce442bce73d0bf1ec2f2312','no','no'),('12682','_transient_timeout_mm_spam_55cd116644f9a494b636cedf20e34fff','1442596615','no'),('12683','_transient_mm_spam_55cd116644f9a494b636cedf20e34fff','no','no'),('12684','_transient_timeout_mm_spam_80f595d7381550606333fab5fbd29fbc','1442596639','no'),('12685','_transient_mm_spam_80f595d7381550606333fab5fbd29fbc','no','no'),('12686','_transient_timeout_mm_spam_07dbf48fb342421dc1797d7bc97d75c7','1442596657','no'),('12687','_transient_mm_spam_07dbf48fb342421dc1797d7bc97d75c7','no','no'),('12690','_transient_timeout_mm_spam_41c70c5412091cd4dc9ca4cac04d8e69','1442596708','no'),('12691','_transient_mm_spam_41c70c5412091cd4dc9ca4cac04d8e69','no','no'),('12692','_transient_timeout_mm_spam_33e7714154235035f4a406896298e4c0','1442596762','no'),('12693','_transient_mm_spam_33e7714154235035f4a406896298e4c0','no','no'),('12694','_transient_timeout_mm_spam_dfec58b4444185e02e0dae882f4df0dc','1442596806','no'),('12695','_transient_mm_spam_dfec58b4444185e02e0dae882f4df0dc','no','no'),('12696','_transient_timeout_mm_spam_258b6f0840c58c4a4607b68fe5b516c1','1442596860','no'),('12697','_transient_mm_spam_258b6f0840c58c4a4607b68fe5b516c1','no','no'),('12700','_transient_timeout_mm_spam_4d1df09032bcbf29f38da23beb441bd7','1442596951','no'),('12701','_transient_mm_spam_4d1df09032bcbf29f38da23beb441bd7','no','no'),('12703','_transient_timeout_mm_spam_e581ec452e4083f4fc7bb29c200c1290','1442597037','no'),('12704','_transient_mm_spam_e581ec452e4083f4fc7bb29c200c1290','no','no'),('12705','_transient_timeout_mm_spam_266e4d71ecda2ce73a1304d8973db548','1442597190','no'),('12706','_transient_mm_spam_266e4d71ecda2ce73a1304d8973db548','no','no'),('12707','_transient_timeout_mm_spam_1fc81f1c086cbca3caaa79fe317fa4fd','1442597247','no'),('12708','_transient_mm_spam_1fc81f1c086cbca3caaa79fe317fa4fd','no','no'),('12709','_transient_timeout_mm_spam_e868c93e23527f5248e08cce2d382dc8','1442597300','no'),('12710','_transient_mm_spam_e868c93e23527f5248e08cce2d382dc8','no','no'),('12711','_transient_timeout_mm_spam_59c01088fc44c5905f114f77f88c396b','1442597302','no'),('12712','_transient_mm_spam_59c01088fc44c5905f114f77f88c396b','no','no'),('12713','_transient_timeout_mm_spam_e59e46aad60accd44f978d6f526dc756','1442597307','no'),('12714','_transient_mm_spam_e59e46aad60accd44f978d6f526dc756','no','no'),('12715','_transient_timeout_mm_spam_24893177c9e32e4ee1efabeb12ecbf17','1442597364','no'),('12716','_transient_mm_spam_24893177c9e32e4ee1efabeb12ecbf17','no','no'),('12717','_transient_timeout_mm_spam_c45b31db45adfed95a295278d62e7387','1442597479','no'),('12718','_transient_mm_spam_c45b31db45adfed95a295278d62e7387','no','no'),('12719','_transient_timeout_mm_spam_9337d6d250655d28931a95aebe419af0','1442597489','no'),('12720','_transient_mm_spam_9337d6d250655d28931a95aebe419af0','no','no'),('12721','_transient_timeout_mm_spam_eaeaa7b7cd25ecececc5c53121337e4b','1442597560','no'),('12722','_transient_mm_spam_eaeaa7b7cd25ecececc5c53121337e4b','no','no'),('12723','_transient_timeout_mm_spam_26eceec8005bd972e2a5f20b58a3db4a','1442597605','no'),('12724','_transient_mm_spam_26eceec8005bd972e2a5f20b58a3db4a','no','no'),('12725','_transient_timeout_mm_spam_01e64122d473d3debbc40fc55c8719e3','1442597639','no'),('12726','_transient_mm_spam_01e64122d473d3debbc40fc55c8719e3','no','no'),('12727','_transient_timeout_mm_spam_cc776b0a667bad04d1a37eb8714d4491','1442597663','no'),('12728','_transient_mm_spam_cc776b0a667bad04d1a37eb8714d4491','no','no'),('12729','_transient_timeout_mm_spam_7b764931320b1fa82b35c3a5695e0855','1442597740','no'),('12730','_transient_mm_spam_7b764931320b1fa82b35c3a5695e0855','no','no'),('12731','_transient_timeout_mm_spam_b45c31f6f92a48f940d2cab885c01bbf','1442597832','no'),('12732','_transient_mm_spam_b45c31f6f92a48f940d2cab885c01bbf','no','no'),('12733','_transient_timeout_mm_spam_286749c02f5f7203d9031b34542cde06','1442597873','no'),('12734','_transient_mm_spam_286749c02f5f7203d9031b34542cde06','no','no'),('12735','_transient_timeout_mm_spam_7a2e2012c18e9496e96f126a328201bd','1442597918','no'),('12736','_transient_mm_spam_7a2e2012c18e9496e96f126a328201bd','no','no'),('12737','_transient_timeout_mm_spam_0be45ae7f43fdea661cd470103eb940e','1442598007','no'),('12738','_transient_mm_spam_0be45ae7f43fdea661cd470103eb940e','no','no'),('12741','_transient_timeout_mm_spam_b878be4e443deb4e1e13a640eeb57a45','1442598065','no'),('12742','_transient_mm_spam_b878be4e443deb4e1e13a640eeb57a45','no','no'),('12743','_transient_timeout_mm_spam_ced247d6d1ebc40ac4bfbe95b60770b3','1442598224','no'),('12744','_transient_mm_spam_ced247d6d1ebc40ac4bfbe95b60770b3','no','no'),('12745','_transient_timeout_mm_spam_758d13c10968302209d3a63468b95802','1442598258','no'),('12746','_transient_mm_spam_758d13c10968302209d3a63468b95802','no','no'),('12747','_transient_timeout_mm_spam_fb8e19022c15d7e2cdbcba364523fad1','1442598290','no'),('12748','_transient_mm_spam_fb8e19022c15d7e2cdbcba364523fad1','no','no'),('12749','_transient_timeout_mm_spam_ad02d8d622ec46c87e205cef53f2d5e1','1442598497','no'),('12750','_transient_mm_spam_ad02d8d622ec46c87e205cef53f2d5e1','no','no'),('12751','_transient_timeout_mm_spam_90e998711a47f7ffdf63f34424620029','1442598537','no'),('12752','_transient_mm_spam_90e998711a47f7ffdf63f34424620029','no','no'),('12753','_transient_timeout_mm_spam_521d1b7b9d5960c4532cb03d5ca3b0f0','1442598595','no'),('12754','_transient_mm_spam_521d1b7b9d5960c4532cb03d5ca3b0f0','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12755','_transient_timeout_mm_spam_55731642a3195164ffc920905c100185','1442598755','no'),('12756','_transient_mm_spam_55731642a3195164ffc920905c100185','no','no'),('12757','_transient_timeout_mm_spam_fe1492d85b8e3f02c7348198cbeba942','1442598798','no'),('12758','_transient_mm_spam_fe1492d85b8e3f02c7348198cbeba942','no','no'),('12761','_transient_timeout_mm_spam_af5259847a19564d9a7fa163758a89f0','1442598925','no'),('12762','_transient_mm_spam_af5259847a19564d9a7fa163758a89f0','no','no'),('12763','_transient_timeout_mm_spam_f2c615f250e9673a04626ef5456ea641','1442598993','no'),('12764','_transient_mm_spam_f2c615f250e9673a04626ef5456ea641','no','no'),('12765','_transient_timeout_mm_spam_cd11cbcb8569f3a96adb03cb83b870d0','1442599029','no'),('12766','_transient_mm_spam_cd11cbcb8569f3a96adb03cb83b870d0','no','no'),('12767','_transient_timeout_mm_spam_bb22e73b63e666f958c714bfe5a7309a','1442599035','no'),('12768','_transient_mm_spam_bb22e73b63e666f958c714bfe5a7309a','no','no'),('12769','_transient_timeout_mm_spam_f4492c398327ae93d796e7ebd43b35aa','1442599167','no'),('12770','_transient_mm_spam_f4492c398327ae93d796e7ebd43b35aa','no','no'),('12771','_transient_timeout_mm_spam_05f64757a9f175cd230cabc6a8daee20','1442599172','no'),('12772','_transient_mm_spam_05f64757a9f175cd230cabc6a8daee20','no','no'),('12775','_transient_timeout_mm_spam_44a70200e38b78b813f2a0e52441fb55','1442599223','no'),('12776','_transient_mm_spam_44a70200e38b78b813f2a0e52441fb55','no','no'),('12779','_transient_timeout_mm_spam_bd4aa05490b30ddc10a7caca87c3c4d1','1442599322','no'),('12780','_transient_mm_spam_bd4aa05490b30ddc10a7caca87c3c4d1','no','no'),('12781','_transient_timeout_mm_spam_87d7e2d67676c1a5438db8f6670b49b6','1442599374','no'),('12782','_transient_mm_spam_87d7e2d67676c1a5438db8f6670b49b6','no','no'),('12783','_transient_timeout_mm_spam_170dbfb5409c16855968d294261b4df8','1442599407','no'),('12784','_transient_mm_spam_170dbfb5409c16855968d294261b4df8','no','no'),('12785','_transient_timeout_mm_spam_eae75f293d559520c22738b63ad5e93c','1442599497','no'),('12786','_transient_mm_spam_eae75f293d559520c22738b63ad5e93c','no','no'),('12787','_transient_timeout_mm_spam_185b2d32e34bb0e1a1611473303d6533','1442599582','no'),('12788','_transient_mm_spam_185b2d32e34bb0e1a1611473303d6533','no','no'),('12789','_transient_timeout_mm_spam_df82733090ecb2ca3725292a895fe9e7','1442599665','no'),('12790','_transient_mm_spam_df82733090ecb2ca3725292a895fe9e7','no','no'),('12791','_transient_timeout_mm_spam_6070ca9bbba9c747192bc48d5ffa45a0','1442599695','no'),('12792','_transient_mm_spam_6070ca9bbba9c747192bc48d5ffa45a0','no','no'),('12793','_transient_timeout_mm_spam_71c93d93ebd9800d061dd315bd868551','1442599765','no'),('12794','_transient_mm_spam_71c93d93ebd9800d061dd315bd868551','no','no'),('12796','_transient_timeout_mm_spam_b9bf33e11eaaf6a4c82493b1fcdb45ad','1442599835','no'),('12797','_transient_mm_spam_b9bf33e11eaaf6a4c82493b1fcdb45ad','no','no'),('12798','_transient_timeout_mm_spam_f4c0836460bb1172a62f5953904e2b31','1442599920','no'),('12799','_transient_mm_spam_f4c0836460bb1172a62f5953904e2b31','no','no'),('12800','_transient_timeout_mm_spam_c458e726b3a8547ef75e97030aae81e8','1442599927','no'),('12801','_transient_mm_spam_c458e726b3a8547ef75e97030aae81e8','no','no'),('12803','_transient_timeout_mm_spam_afa924a26e2f2cdf3b5a1ec3e8aa9bd0','1442600126','no'),('12804','_transient_mm_spam_afa924a26e2f2cdf3b5a1ec3e8aa9bd0','no','no'),('12806','_transient_timeout_mm_spam_ea42d6a3c5bb81f3d054ba17fe2489b4','1442600179','no'),('12807','_transient_mm_spam_ea42d6a3c5bb81f3d054ba17fe2489b4','no','no'),('12808','_transient_timeout_mm_spam_90e81435a714c6d6f8c4bf13bed1826a','1442600193','no'),('12809','_transient_mm_spam_90e81435a714c6d6f8c4bf13bed1826a','no','no'),('12810','_transient_timeout_mm_spam_3ead036e3826a785cd4417e268807fc1','1442600198','no'),('12811','_transient_mm_spam_3ead036e3826a785cd4417e268807fc1','no','no'),('12812','_transient_timeout_mm_spam_afc9bbe4648ab62d840a4d66193762d8','1442600216','no'),('12813','_transient_mm_spam_afc9bbe4648ab62d840a4d66193762d8','no','no'),('12814','_transient_timeout_mm_spam_3691ab32a4367d5c635320cbc1333749','1442600318','no'),('12815','_transient_mm_spam_3691ab32a4367d5c635320cbc1333749','no','no'),('12816','_transient_timeout_mm_spam_0a9a4998d72ac8f44676e6b4792b75d9','1442600451','no'),('12817','_transient_mm_spam_0a9a4998d72ac8f44676e6b4792b75d9','no','no'),('12818','_transient_timeout_mm_spam_0e1c6085532ac39052ba1f14171f0a30','1442600478','no'),('12819','_transient_mm_spam_0e1c6085532ac39052ba1f14171f0a30','no','no'),('12820','_transient_timeout_mm_spam_3c1df3c1fb410b2c01fbf493c7c85ed9','1442600480','no'),('12821','_transient_mm_spam_3c1df3c1fb410b2c01fbf493c7c85ed9','no','no'),('12833','_transient_timeout_mm_spam_4c28dc112344fe078fd83af4d82afd74','1442600629','no'),('12834','_transient_mm_spam_4c28dc112344fe078fd83af4d82afd74','no','no'),('12835','_transient_timeout_mm_spam_6bbf5fb48001230aa97d06f7242ebd2b','1442600784','no'),('12836','_transient_mm_spam_6bbf5fb48001230aa97d06f7242ebd2b','no','no'),('12837','_transient_timeout_mm_spam_8cec947b3def6e6b8872a3666d9e64b5','1442600949','no'),('12838','_transient_mm_spam_8cec947b3def6e6b8872a3666d9e64b5','no','no'),('12839','_transient_timeout_mm_spam_d1f92d9340d879c2aada31c82bbfb108','1442601005','no'),('12840','_transient_mm_spam_d1f92d9340d879c2aada31c82bbfb108','no','no'),('12841','_transient_timeout_mm_spam_ed74b817fa556478759ef953d99f2edd','1442601133','no'),('12842','_transient_mm_spam_ed74b817fa556478759ef953d99f2edd','no','no'),('12843','_transient_timeout_mm_spam_3a5757b2db3d0fcd224ad09796e2fc7a','1442601146','no'),('12844','_transient_mm_spam_3a5757b2db3d0fcd224ad09796e2fc7a','no','no'),('12845','_transient_timeout_mm_spam_296c5b37806e0c60f42ca19774d560e4','1442601148','no'),('12846','_transient_mm_spam_296c5b37806e0c60f42ca19774d560e4','no','no'),('12847','_transient_timeout_mm_spam_991b0820ed9fd418faeb2b388d487390','1442601303','no'),('12848','_transient_mm_spam_991b0820ed9fd418faeb2b388d487390','no','no'),('12849','_transient_timeout_mm_spam_2875fadc5fe36e9f58d10a995f300b05','1442601393','no'),('12850','_transient_mm_spam_2875fadc5fe36e9f58d10a995f300b05','no','no'),('12851','_transient_timeout_mm_spam_761f17f971f90297e4c0d199eb159a18','1442601406','no'),('12852','_transient_mm_spam_761f17f971f90297e4c0d199eb159a18','no','no'),('12855','_transient_timeout_mm_spam_bf2f5d5d0bf2392d8489bee5698079dd','1442601664','no'),('12856','_transient_mm_spam_bf2f5d5d0bf2392d8489bee5698079dd','no','no'),('12857','_transient_timeout_mm_spam_be792390709c97ae5768dfe70b146a26','1442601836','no'),('12858','_transient_mm_spam_be792390709c97ae5768dfe70b146a26','no','no'),('12859','_transient_timeout_mm_spam_e2395e2cead6706ee28586ba43c9d9a1','1442601900','no'),('12860','_transient_mm_spam_e2395e2cead6706ee28586ba43c9d9a1','no','no'),('12861','_transient_timeout_mm_spam_91a7805090757abc270c6bb586e66ff9','1442602052','no'),('12862','_transient_mm_spam_91a7805090757abc270c6bb586e66ff9','no','no'),('12863','_transient_timeout_mm_spam_dc7791e0cc0a0ef28a8391483b68f2c3','1442602057','no'),('12864','_transient_mm_spam_dc7791e0cc0a0ef28a8391483b68f2c3','no','no'),('12865','_transient_timeout_mm_spam_f12a6e36f16fc0829486b965628bb9e3','1442602061','no'),('12866','_transient_mm_spam_f12a6e36f16fc0829486b965628bb9e3','no','no'),('12867','_transient_timeout_mm_spam_1ea90616bef6508ccf279e9da6c0ff5b','1442602156','no'),('12868','_transient_mm_spam_1ea90616bef6508ccf279e9da6c0ff5b','no','no'),('12869','_transient_timeout_mm_spam_9fce1e9fcc82706ecc920de5f3eae63a','1442602270','no'),('12870','_transient_mm_spam_9fce1e9fcc82706ecc920de5f3eae63a','no','no'),('12871','_transient_timeout_mm_spam_f9b4a6135c72d48ae8b23f17d3366ae6','1442602310','no'),('12872','_transient_mm_spam_f9b4a6135c72d48ae8b23f17d3366ae6','no','no'),('12873','_transient_timeout_mm_spam_9def675cad68669cc1f907b5b7c1caf7','1442602558','no'),('12874','_transient_mm_spam_9def675cad68669cc1f907b5b7c1caf7','no','no'),('12875','_transient_timeout_mm_spam_6f2e1d5ded2d66bebb032ae199434fa7','1442602574','no'),('12876','_transient_mm_spam_6f2e1d5ded2d66bebb032ae199434fa7','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12877','_transient_timeout_mm_spam_adff7253848d20fa29e5735707ae18eb','1442602575','no'),('12878','_transient_mm_spam_adff7253848d20fa29e5735707ae18eb','no','no'),('12879','_transient_timeout_mm_spam_5becf2a2f0ac611b93a7216f5fee0df3','1442602653','no'),('12880','_transient_mm_spam_5becf2a2f0ac611b93a7216f5fee0df3','no','no'),('12881','_transient_timeout_mm_spam_8f7fe1bc22c5e10fad4aef34e5af433a','1442602781','no'),('12882','_transient_mm_spam_8f7fe1bc22c5e10fad4aef34e5af433a','no','no'),('12883','_transient_timeout_mm_spam_82ab5ed265bfc02e209bfdc5eeb1f152','1442602795','no'),('12884','_transient_mm_spam_82ab5ed265bfc02e209bfdc5eeb1f152','no','no'),('12885','_transient_timeout_mm_spam_268aee4816e161ee7accf234febc8235','1442602812','no'),('12886','_transient_mm_spam_268aee4816e161ee7accf234febc8235','no','no'),('12887','_transient_timeout_mm_spam_5b991d3e2621f348600dfe0664f79438','1442602936','no'),('12888','_transient_mm_spam_5b991d3e2621f348600dfe0664f79438','no','no'),('12889','_transient_timeout_mm_spam_737d8a046609520242d3a69856abe2db','1442602964','no'),('12890','_transient_mm_spam_737d8a046609520242d3a69856abe2db','no','no'),('12891','_transient_timeout_mm_spam_f74834614d143f2c4d38ec5aa8002544','1442603032','no'),('12892','_transient_mm_spam_f74834614d143f2c4d38ec5aa8002544','no','no'),('12893','_transient_timeout_mm_spam_6031f59a58c131292eed3a12d0444dba','1442603055','no'),('12894','_transient_mm_spam_6031f59a58c131292eed3a12d0444dba','no','no'),('12895','_transient_timeout_mm_spam_30402f2516029422de92ef4f9d52c4d2','1442603249','no'),('12896','_transient_mm_spam_30402f2516029422de92ef4f9d52c4d2','no','no'),('12899','_transient_timeout_mm_spam_b6449805f4e2df5c4296c672780eb221','1442603317','no'),('12900','_transient_mm_spam_b6449805f4e2df5c4296c672780eb221','no','no'),('12901','_transient_timeout_mm_spam_9fe2258e96a70a2ed5a71a87ff6f9f0b','1442603429','no'),('12902','_transient_mm_spam_9fe2258e96a70a2ed5a71a87ff6f9f0b','no','no'),('12903','_transient_timeout_mm_spam_b8aef49e12084ae0c49a6c1f653eb1fe','1442603433','no'),('12904','_transient_mm_spam_b8aef49e12084ae0c49a6c1f653eb1fe','no','no'),('12905','_transient_timeout_mm_spam_49f9eed8327eb5ce6c4ba950fac22b34','1442603516','no'),('12906','_transient_mm_spam_49f9eed8327eb5ce6c4ba950fac22b34','no','no'),('12907','_transient_timeout_mm_spam_ade2183cea6d86e2ffe04c6cf40a906a','1442603536','no'),('12908','_transient_mm_spam_ade2183cea6d86e2ffe04c6cf40a906a','no','no'),('12909','_transient_timeout_mm_spam_df9a68eb071e9bb12880385ba6bcaaac','1442603627','no'),('12910','_transient_mm_spam_df9a68eb071e9bb12880385ba6bcaaac','no','no'),('12913','_transient_timeout_mm_spam_b38684ec33137c9f20d5f8cd8be3f687','1442603743','no'),('12914','_transient_mm_spam_b38684ec33137c9f20d5f8cd8be3f687','no','no'),('12916','_transient_timeout_mm_spam_4a11778e05fda84e1713dd02946ac549','1442603791','no'),('12917','_transient_mm_spam_4a11778e05fda84e1713dd02946ac549','no','no'),('12918','_transient_timeout_mm_spam_371009812e9d0321d95f925cde35772f','1442603885','no'),('12919','_transient_mm_spam_371009812e9d0321d95f925cde35772f','no','no'),('12920','_transient_timeout_mm_spam_cb9f84b939a982eb7f55c5ce2fde7568','1442603886','no'),('12921','_transient_mm_spam_cb9f84b939a982eb7f55c5ce2fde7568','no','no'),('12922','_transient_timeout_mm_spam_f4c3e0ea72fc23b870a56adc8f59e002','1442603963','no'),('12923','_transient_mm_spam_f4c3e0ea72fc23b870a56adc8f59e002','no','no'),('12926','_transient_timeout_mm_spam_dbd11d5baaefeb9585746de62494d4bb','1442604197','no'),('12927','_transient_mm_spam_dbd11d5baaefeb9585746de62494d4bb','no','no'),('12931','_transient_timeout_mm_spam_d6c4cbcd05d9d0393b78f87294ef9c47','1442604443','no'),('12932','_transient_mm_spam_d6c4cbcd05d9d0393b78f87294ef9c47','no','no'),('12933','_transient_timeout_mm_spam_e0b92e186018a23e7141d816414593f0','1442604475','no'),('12934','_transient_mm_spam_e0b92e186018a23e7141d816414593f0','no','no'),('12935','_transient_timeout_mm_spam_7d0561032bb6922abc27ac38b311b5c4','1442604563','no'),('12936','_transient_mm_spam_7d0561032bb6922abc27ac38b311b5c4','no','no'),('12939','_transient_timeout_mm_spam_47911a9abb6a39ffe68e77db36d795a3','1442604624','no'),('12940','_transient_mm_spam_47911a9abb6a39ffe68e77db36d795a3','no','no'),('12941','_transient_timeout_mm_spam_da2ce4f7f3556bb1da423476519d2898','1442604744','no'),('12942','_transient_mm_spam_da2ce4f7f3556bb1da423476519d2898','no','no'),('12943','_transient_timeout_mm_spam_01e790b12351f9848a432f1d6f31f5c6','1442604793','no'),('12944','_transient_mm_spam_01e790b12351f9848a432f1d6f31f5c6','no','no'),('12945','_transient_timeout_mm_spam_d5965973d87873a7eccc1f680d4b93ac','1442604877','no'),('12946','_transient_mm_spam_d5965973d87873a7eccc1f680d4b93ac','no','no'),('12947','_transient_timeout_mm_spam_e7b14af14c93d83910b238e67d5c8823','1442604885','no'),('12948','_transient_mm_spam_e7b14af14c93d83910b238e67d5c8823','no','no'),('12949','_transient_timeout_mm_spam_85ae65617202c4566f46550ab8985c57','1442604998','no'),('12950','_transient_mm_spam_85ae65617202c4566f46550ab8985c57','no','no'),('12951','_transient_timeout_mm_spam_b9cf87003df8baa9b4c6ed5711363888','1442605137','no'),('12952','_transient_mm_spam_b9cf87003df8baa9b4c6ed5711363888','no','no'),('12953','_transient_timeout_mm_spam_0f67756077b49ba3f28daae598fb21b5','1442605222','no'),('12954','_transient_mm_spam_0f67756077b49ba3f28daae598fb21b5','no','no'),('12955','_transient_timeout_mm_spam_6ab73d16d5edcc9db8b823a9b9bf2699','1442605223','no'),('12956','_transient_mm_spam_6ab73d16d5edcc9db8b823a9b9bf2699','no','no'),('12957','_transient_timeout_mm_spam_99b3d7d97e5e456e45549f15f5fc0020','1442605290','no'),('12958','_transient_mm_spam_99b3d7d97e5e456e45549f15f5fc0020','no','no'),('12959','_transient_timeout_mm_spam_a047194bc9c62c7f8a56b77d9e2e56d5','1442605453','no'),('12960','_transient_mm_spam_a047194bc9c62c7f8a56b77d9e2e56d5','no','no'),('12961','_transient_timeout_mm_spam_2be1c065ff9f72cc8579823050c28b09','1442605481','no'),('12962','_transient_mm_spam_2be1c065ff9f72cc8579823050c28b09','no','no'),('12963','_transient_timeout_mm_spam_97689bd06a8fb6388e89acbfa8f0dd45','1442605514','no'),('12964','_transient_mm_spam_97689bd06a8fb6388e89acbfa8f0dd45','no','no'),('12965','_transient_timeout_mm_spam_4c43d4a87f16f76676f1c3d71f1a467f','1442605544','no'),('12966','_transient_mm_spam_4c43d4a87f16f76676f1c3d71f1a467f','no','no'),('12967','_transient_timeout_mm_spam_a0a25384f9f78f60ac559dbeba0151d4','1442605820','no'),('12968','_transient_mm_spam_a0a25384f9f78f60ac559dbeba0151d4','no','no'),('12969','_transient_timeout_mm_spam_330a74477905c6f9bbf27c77515f6608','1442605833','no'),('12970','_transient_mm_spam_330a74477905c6f9bbf27c77515f6608','no','no'),('12971','_transient_timeout_mm_spam_35b44d242b79d0a74282f134d4e6fcb4','1442606328','no'),('12972','_transient_mm_spam_35b44d242b79d0a74282f134d4e6fcb4','no','no'),('12973','_transient_timeout_mm_spam_0b4ed2a6ab1c4cdece9c102230430140','1442606366','no'),('12974','_transient_mm_spam_0b4ed2a6ab1c4cdece9c102230430140','no','no'),('12975','_transient_timeout_mm_spam_67f338f588183b4415c1c4b2b43331c0','1442606632','no'),('12976','_transient_mm_spam_67f338f588183b4415c1c4b2b43331c0','no','no'),('12977','_transient_timeout_mm_spam_03a7d8ff1ebc825ea01cbfca26597151','1442606910','no'),('12978','_transient_mm_spam_03a7d8ff1ebc825ea01cbfca26597151','no','no'),('12979','_transient_timeout_mm_spam_036cf35027de1303434c654cfbfb5550','1442606919','no'),('12980','_transient_mm_spam_036cf35027de1303434c654cfbfb5550','no','no'),('12981','_transient_timeout_mm_spam_940954d207298a99944a0ab1b5d1ebd9','1442606953','no'),('12982','_transient_mm_spam_940954d207298a99944a0ab1b5d1ebd9','no','no'),('12983','_transient_timeout_mm_spam_01deaafea0d38fbc06a8bcf86136f671','1442607116','no'),('12984','_transient_mm_spam_01deaafea0d38fbc06a8bcf86136f671','no','no'),('12987','_transient_timeout_mm_spam_9be0b05334ad468eff31c64b5849bd1f','1442607353','no'),('12988','_transient_mm_spam_9be0b05334ad468eff31c64b5849bd1f','no','no'),('12989','_transient_timeout_mm_spam_578a27f46d576350777f0ad76c4937ae','1442607356','no'),('12990','_transient_mm_spam_578a27f46d576350777f0ad76c4937ae','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12992','_transient_timeout_mm_spam_e77a2d33a18d1aa1498383b6f7686e8f','1442607397','no'),('12993','_transient_mm_spam_e77a2d33a18d1aa1498383b6f7686e8f','no','no'),('12994','_transient_timeout_mm_spam_364f9d82b2e637ab1176a868c967b53a','1442607445','no'),('12995','_transient_mm_spam_364f9d82b2e637ab1176a868c967b53a','no','no'),('12996','_transient_timeout_mm_spam_ab7bf66717475a3bdab10b0504e62869','1442607563','no'),('12997','_transient_mm_spam_ab7bf66717475a3bdab10b0504e62869','no','no'),('12998','_transient_timeout_mm_spam_300d996aa301876870784af6b5837d05','1442607639','no'),('12999','_transient_mm_spam_300d996aa301876870784af6b5837d05','no','no'),('13000','_transient_timeout_mm_spam_939d93b9fed2b5ca468ae82db099b176','1442607690','no'),('13001','_transient_mm_spam_939d93b9fed2b5ca468ae82db099b176','no','no'),('13002','_transient_timeout_mm_spam_18d0857b6d0d69fd5341add9aeac2208','1442607879','no'),('13003','_transient_mm_spam_18d0857b6d0d69fd5341add9aeac2208','no','no'),('13004','_transient_timeout_mm_spam_46fd2c59459d0e13d9324e763af0aa0d','1442607943','no'),('13005','_transient_mm_spam_46fd2c59459d0e13d9324e763af0aa0d','no','no'),('13006','_transient_timeout_mm_spam_3d6b9c28c87e6e5807714d5f5e1d7511','1442608022','no'),('13007','_transient_mm_spam_3d6b9c28c87e6e5807714d5f5e1d7511','no','no'),('13010','_transient_timeout_mm_spam_7e84ce8a5d354f49e3ece722c201c46e','1442608218','no'),('13011','_transient_mm_spam_7e84ce8a5d354f49e3ece722c201c46e','no','no'),('13012','_transient_timeout_mm_spam_5e7144dc0e5854ae6ffbae01d8acd7b6','1442608242','no'),('13013','_transient_mm_spam_5e7144dc0e5854ae6ffbae01d8acd7b6','no','no'),('13014','_transient_timeout_mm_spam_546cc42dc29743f3b73b8ad5433095af','1442608295','no'),('13015','_transient_mm_spam_546cc42dc29743f3b73b8ad5433095af','no','no'),('13016','_transient_timeout_mm_spam_e8148031f4d82e60b678e22f85716822','1442608325','no'),('13017','_transient_mm_spam_e8148031f4d82e60b678e22f85716822','no','no'),('13018','_transient_timeout_mm_spam_44b96a44df054ceba0850e5d5fb66f79','1442608425','no'),('13019','_transient_mm_spam_44b96a44df054ceba0850e5d5fb66f79','no','no'),('13020','_transient_timeout_mm_spam_31aed20e76fcb9c6960c950038fd46be','1442608458','no'),('13021','_transient_mm_spam_31aed20e76fcb9c6960c950038fd46be','no','no'),('13022','_transient_timeout_mm_spam_e276cb1119510ed74b1de35973dc4fe4','1442608732','no'),('13023','_transient_mm_spam_e276cb1119510ed74b1de35973dc4fe4','no','no'),('13024','_transient_timeout_mm_spam_5695e0b677952285fcc746f5da212114','1442608803','no'),('13025','_transient_mm_spam_5695e0b677952285fcc746f5da212114','no','no'),('13026','_transient_timeout_mm_spam_0663b4dfa45d1b4c1fdaa4af37afee99','1442608974','no'),('13027','_transient_mm_spam_0663b4dfa45d1b4c1fdaa4af37afee99','no','no'),('13028','_transient_timeout_mm_spam_11693fa7276f4a5c6fb2dcf010e1ccf7','1442608991','no'),('13029','_transient_mm_spam_11693fa7276f4a5c6fb2dcf010e1ccf7','no','no'),('13030','_transient_timeout_mm_spam_a02524931c91a37dc4b2ba2c4cf611db','1442609345','no'),('13031','_transient_mm_spam_a02524931c91a37dc4b2ba2c4cf611db','no','no'),('13032','_transient_timeout_mm_spam_75d2490cd0f69cb0ffc8cb7c23644d39','1442609384','no'),('13033','_transient_mm_spam_75d2490cd0f69cb0ffc8cb7c23644d39','no','no'),('13034','_transient_timeout_mm_spam_25bb53489b42a065d7999df37df0af61','1442609475','no'),('13035','_transient_mm_spam_25bb53489b42a065d7999df37df0af61','no','no'),('13036','_transient_timeout_mm_spam_5860d2ce81685e432417ab4efbccc598','1442609531','no'),('13037','_transient_mm_spam_5860d2ce81685e432417ab4efbccc598','no','no'),('13038','_transient_timeout_mm_spam_af71fad3872eaa5c0e67bd01314e7ab4','1442609670','no'),('13039','_transient_mm_spam_af71fad3872eaa5c0e67bd01314e7ab4','no','no'),('13042','_transient_timeout_mm_spam_0017bc86cd82f9abd402b77b03049e1c','1442609917','no'),('13043','_transient_mm_spam_0017bc86cd82f9abd402b77b03049e1c','no','no'),('13044','_transient_timeout_mm_spam_7ccf4f1fbb44883cfa834a5da0ec162e','1442609963','no'),('13045','_transient_mm_spam_7ccf4f1fbb44883cfa834a5da0ec162e','no','no'),('13048','_transient_timeout_mm_spam_6d0f4e8eef63045f1106371444d42211','1442610183','no'),('13049','_transient_mm_spam_6d0f4e8eef63045f1106371444d42211','no','no'),('13050','_transient_timeout_mm_spam_8de4191dc6fe39a5f002ed79a2a461ce','1442610252','no'),('13051','_transient_mm_spam_8de4191dc6fe39a5f002ed79a2a461ce','no','no'),('13052','_transient_timeout_mm_spam_6f4e5e28d75d0afbac01133644d4074e','1442610336','no'),('13053','_transient_mm_spam_6f4e5e28d75d0afbac01133644d4074e','no','no'),('13054','_transient_timeout_mm_spam_12cf72bbddebd110bfe4a85941ec0d99','1442610351','no'),('13055','_transient_mm_spam_12cf72bbddebd110bfe4a85941ec0d99','no','no'),('13058','_transient_timeout_mm_spam_d44482726966944b480318c9c1c53d13','1442610668','no'),('13059','_transient_mm_spam_d44482726966944b480318c9c1c53d13','no','no'),('13060','_transient_timeout_mm_spam_f38c0cf8fe0d6ce5eb4da0b50efcf951','1442610671','no'),('13061','_transient_mm_spam_f38c0cf8fe0d6ce5eb4da0b50efcf951','no','no'),('13062','_transient_timeout_mm_spam_67c2c3e3f77284a7da221275693ac19b','1442610750','no'),('13063','_transient_mm_spam_67c2c3e3f77284a7da221275693ac19b','no','no'),('13064','_transient_timeout_mm_spam_bf69af9c18527321a03ada27f8d95680','1442610755','no'),('13065','_transient_mm_spam_bf69af9c18527321a03ada27f8d95680','no','no'),('13067','_transient_timeout_mm_spam_e8a7f9161fa8a30939abb68071a20f82','1442610993','no'),('13068','_transient_mm_spam_e8a7f9161fa8a30939abb68071a20f82','no','no'),('13069','_transient_timeout_mm_spam_0ea0869844300873fa31d1340c103014','1442611196','no'),('13070','_transient_mm_spam_0ea0869844300873fa31d1340c103014','no','no'),('13074','_transient_timeout_mm_spam_4e07fbfeb6d1f754c3dd6e36c08b2765','1442611502','no'),('13075','_transient_mm_spam_4e07fbfeb6d1f754c3dd6e36c08b2765','no','no'),('13076','_transient_timeout_mm_spam_a09f52e3bcae4e5072f18e2c049f7903','1442611639','no'),('13077','_transient_mm_spam_a09f52e3bcae4e5072f18e2c049f7903','no','no'),('13078','_transient_timeout_mm_spam_cee5c2c1534af5995392a7f29d431d39','1442611710','no'),('13079','_transient_mm_spam_cee5c2c1534af5995392a7f29d431d39','no','no'),('13080','_transient_timeout_mm_spam_dd45bb14d2db14ec422ac2db62f4b65c','1442611755','no'),('13081','_transient_mm_spam_dd45bb14d2db14ec422ac2db62f4b65c','no','no'),('13084','_transient_timeout_mm_spam_6feb2fc8e2142c89a11df9a29a879c55','1442612087','no'),('13085','_transient_mm_spam_6feb2fc8e2142c89a11df9a29a879c55','no','no'),('13086','_transient_timeout_mm_spam_a352661c171f09a54a076ebb87a33050','1442612174','no'),('13087','_transient_mm_spam_a352661c171f09a54a076ebb87a33050','no','no'),('13088','_transient_timeout_mm_spam_7caeaf94beb33c9644b9621c29806c8d','1442612244','no'),('13089','_transient_mm_spam_7caeaf94beb33c9644b9621c29806c8d','no','no'),('13090','_transient_timeout_mm_spam_a4ab10eff7c98fd79d54ceb88e8f9af9','1442612443','no'),('13091','_transient_mm_spam_a4ab10eff7c98fd79d54ceb88e8f9af9','no','no'),('13092','_transient_timeout_mm_spam_1d253386af7d923fb6650536a2b2bd54','1442612545','no'),('13093','_transient_mm_spam_1d253386af7d923fb6650536a2b2bd54','no','no'),('13094','_transient_timeout_mm_spam_b5701a2d4fdb73a0474fbcc3db78813a','1442612866','no'),('13095','_transient_mm_spam_b5701a2d4fdb73a0474fbcc3db78813a','no','no'),('13096','_transient_timeout_mm_spam_bc9e22fc510c4edac5be299ae65cd87a','1442612881','no'),('13097','_transient_mm_spam_bc9e22fc510c4edac5be299ae65cd87a','no','no'),('13098','_transient_timeout_mm_spam_b84655c22509fc28ca1a67d5cd8d832d','1442612892','no'),('13099','_transient_mm_spam_b84655c22509fc28ca1a67d5cd8d832d','no','no'),('13102','_transient_timeout_mm_spam_41abd4d2915230660cdc466a8a18a4e8','1442613013','no'),('13103','_transient_mm_spam_41abd4d2915230660cdc466a8a18a4e8','no','no'),('13104','_transient_timeout_mm_spam_340eb6d1c6d9b0e8350740dff304f274','1442613031','no'),('13105','_transient_mm_spam_340eb6d1c6d9b0e8350740dff304f274','no','no'),('13110','_transient_timeout_mm_spam_f6ad2541850aed3351eb1364378b641a','1442613920','no'),('13111','_transient_mm_spam_f6ad2541850aed3351eb1364378b641a','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13112','_transient_timeout_mm_spam_823d1c30c215fd5efedeb9de499a6174','1442614060','no'),('13113','_transient_mm_spam_823d1c30c215fd5efedeb9de499a6174','no','no'),('13114','_transient_timeout_mm_spam_05c8d39bc2681032d5b9c09fa28da2bf','1442614128','no'),('13115','_transient_mm_spam_05c8d39bc2681032d5b9c09fa28da2bf','no','no'),('13116','_transient_timeout_mm_spam_57df92915a4df4d02153fe4befe88a4c','1442614561','no'),('13117','_transient_mm_spam_57df92915a4df4d02153fe4befe88a4c','no','no'),('13119','_transient_timeout_mm_spam_e52920d24a25257b5f2072eeb25adf63','1442614897','no'),('13120','_transient_mm_spam_e52920d24a25257b5f2072eeb25adf63','no','no'),('13121','_transient_timeout_mm_spam_e506a552e8e6eba1a2eacdd70786de4e','1442614949','no'),('13122','_transient_mm_spam_e506a552e8e6eba1a2eacdd70786de4e','no','no'),('13123','_transient_timeout_mm_spam_077588e166c5d4a261be38a6c6d06b98','1442614960','no'),('13124','_transient_mm_spam_077588e166c5d4a261be38a6c6d06b98','no','no'),('13125','_transient_timeout_mm_spam_971f47d62b39c11c9124ba7a461d29f5','1442615100','no'),('13126','_transient_mm_spam_971f47d62b39c11c9124ba7a461d29f5','no','no'),('13131','_transient_timeout_mm_spam_e6a29598de5cff25af0ef4d10d75b452','1442615125','no'),('13132','_transient_mm_spam_e6a29598de5cff25af0ef4d10d75b452','no','no'),('13133','_transient_timeout_mm_spam_01c551854fe5b30ba5ca5122f0c944ab','1442615276','no'),('13134','_transient_mm_spam_01c551854fe5b30ba5ca5122f0c944ab','no','no'),('13135','_transient_timeout_mm_spam_a9849432b8ca91dd00d96a28893085a6','1442615288','no'),('13136','_transient_mm_spam_a9849432b8ca91dd00d96a28893085a6','no','no'),('13137','_transient_timeout_mm_spam_3d3422ee92e5bd88527e916aa5a95090','1442615292','no'),('13138','_transient_mm_spam_3d3422ee92e5bd88527e916aa5a95090','no','no'),('13139','_transient_timeout_mm_spam_eab8d76e34e8ac82e8b7124b56512890','1442615803','no'),('13140','_transient_mm_spam_eab8d76e34e8ac82e8b7124b56512890','no','no'),('13141','_transient_timeout_mm_spam_81d0a5057a922d543312babfc5273c8f','1442615994','no'),('13142','_transient_mm_spam_81d0a5057a922d543312babfc5273c8f','no','no'),('13143','_transient_timeout_mm_spam_c932512503b7bc761e42507e4abe6db1','1442616113','no'),('13144','_transient_mm_spam_c932512503b7bc761e42507e4abe6db1','no','no'),('13145','_transient_timeout_mm_spam_6ff01304acef4925ef9fd264984a9bcc','1442616332','no'),('13146','_transient_mm_spam_6ff01304acef4925ef9fd264984a9bcc','no','no'),('13147','_transient_timeout_mm_spam_95fe7b8b97bbe53aaef95d1bca362abe','1442616444','no'),('13148','_transient_mm_spam_95fe7b8b97bbe53aaef95d1bca362abe','no','no'),('13149','_transient_timeout_mm_spam_5dc432836bc1ae750f8a11fe52e6a1e6','1442616469','no'),('13150','_transient_mm_spam_5dc432836bc1ae750f8a11fe52e6a1e6','no','no'),('13151','_transient_timeout_mm_spam_8046fe568c7d556cd6a680b0df633f69','1442616681','no'),('13152','_transient_mm_spam_8046fe568c7d556cd6a680b0df633f69','no','no'),('13153','_transient_timeout_mm_spam_1e2eaaea90183f46e35450322b2dd497','1442616899','no'),('13154','_transient_mm_spam_1e2eaaea90183f46e35450322b2dd497','no','no'),('13157','_transient_timeout_mm_spam_b313dd19eb7c4dc19a3daf3260761ad0','1442617429','no'),('13158','_transient_mm_spam_b313dd19eb7c4dc19a3daf3260761ad0','no','no'),('13159','_transient_timeout_mm_spam_99204ed6476b9091b327768116a535c4','1442617609','no'),('13160','_transient_mm_spam_99204ed6476b9091b327768116a535c4','no','no'),('13161','_transient_timeout_mm_spam_483f8b400de018efcdebc99e9d639526','1442617722','no'),('13162','_transient_mm_spam_483f8b400de018efcdebc99e9d639526','no','no'),('13163','_transient_timeout_mm_spam_66309d56e392838781a022c38fe9c5cd','1442618079','no'),('13164','_transient_mm_spam_66309d56e392838781a022c38fe9c5cd','no','no'),('13168','_transient_timeout_mm_spam_698337d35113f43a55f2d78bfe6dc8f5','1442618423','no'),('13169','_transient_mm_spam_698337d35113f43a55f2d78bfe6dc8f5','no','no'),('13172','_site_transient_timeout_browser_a1fcbc15e2707c3d260575de4b92300d','1443136830','yes'),('13173','_site_transient_browser_a1fcbc15e2707c3d260575de4b92300d','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.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'),('13206','btn_ClammrIT_checkbox','1','yes'),('13209','_transient_timeout_mm_spam_5612eddc8aa88806d2a3ac66eae04c8e','1442618808','no'),('13210','_transient_mm_spam_5612eddc8aa88806d2a3ac66eae04c8e','no','no'),('13211','_transient_timeout_mm_spam_51f5da5f710cea1c748ee5404fa58cc8','1442618903','no'),('13212','_transient_mm_spam_51f5da5f710cea1c748ee5404fa58cc8','no','no'),('13213','_transient_timeout_mm_spam_f1f074c4a78edfbac1cfa501c921e963','1442618931','no'),('13214','_transient_mm_spam_f1f074c4a78edfbac1cfa501c921e963','no','no'),('13215','_transient_timeout_mm_spam_25cf9c4c7ccb8b25b22fdb5e6946a292','1442619005','no'),('13216','_transient_mm_spam_25cf9c4c7ccb8b25b22fdb5e6946a292','no','no'),('13217','_transient_timeout_mm_spam_ce0bbcf2447273b0c5d0a66df380004f','1442619156','no'),('13218','_transient_mm_spam_ce0bbcf2447273b0c5d0a66df380004f','no','no'),('13219','_transient_timeout_mm_spam_51cdb58ea56d42ffe4581628a987e5b8','1442619166','no'),('13220','_transient_mm_spam_51cdb58ea56d42ffe4581628a987e5b8','no','no'),('13221','_transient_timeout_mm_spam_e04935a6f855510a156c29c6880d7029','1442619573','no'),('13222','_transient_mm_spam_e04935a6f855510a156c29c6880d7029','no','no'),('13228','_transient_timeout_mm_spam_5e3119bc16823f7015b502c091bcc23e','1442621080','no'),('13229','_transient_mm_spam_5e3119bc16823f7015b502c091bcc23e','no','no'),('13230','_transient_timeout_mm_spam_176de714febbec49181dc9f68274f7fc','1442621142','no'),('13231','_transient_mm_spam_176de714febbec49181dc9f68274f7fc','no','no'),('13232','_transient_timeout_mm_spam_21560fe9ed277d5c755fa1e0a983fba2','1442621363','no'),('13233','_transient_mm_spam_21560fe9ed277d5c755fa1e0a983fba2','no','no'),('13234','_transient_timeout_mm_spam_c525da59b019ff354c3d70b67e793716','1442621564','no'),('13235','_transient_mm_spam_c525da59b019ff354c3d70b67e793716','no','no'),('13237','_transient_timeout_mm_spam_db1b9d50ba9fac1efec82d80e31145f9','1442622089','no'),('13238','_transient_mm_spam_db1b9d50ba9fac1efec82d80e31145f9','no','no'),('13239','_transient_timeout_mm_spam_0c64535a50848a29a5741f7988c31a2b','1442622369','no'),('13240','_transient_mm_spam_0c64535a50848a29a5741f7988c31a2b','no','no'),('13241','_transient_timeout_mm_spam_212448f34230c305d399e8f4a0ca6bae','1442622424','no'),('13242','_transient_mm_spam_212448f34230c305d399e8f4a0ca6bae','no','no'),('13243','_transient_timeout_mm_spam_3cf32a1270fa0186237aef372106c2fd','1442622579','no'),('13244','_transient_mm_spam_3cf32a1270fa0186237aef372106c2fd','no','no'),('13245','_transient_timeout_mm_spam_df89f0fc160978779b6c5827c746ff77','1442623304','no'),('13246','_transient_mm_spam_df89f0fc160978779b6c5827c746ff77','no','no'),('13247','_transient_timeout_mm_spam_650caf232838beacdb243bfefaa15893','1442623533','no'),('13248','_transient_mm_spam_650caf232838beacdb243bfefaa15893','yes','no'),('13249','_transient_timeout_mm_spam_fc30ed10888c028d228fb48b1d0ad07c','1442623659','no'),('13250','_transient_mm_spam_fc30ed10888c028d228fb48b1d0ad07c','no','no'),('13251','_transient_timeout_mm_spam_93165c8cecbc0670e27217e81a0f26b4','1442623680','no'),('13252','_transient_mm_spam_93165c8cecbc0670e27217e81a0f26b4','no','no'),('13253','_transient_timeout_mm_spam_61673ccd5dcf5b642ef687261235df7a','1442623704','no'),('13254','_transient_mm_spam_61673ccd5dcf5b642ef687261235df7a','no','no'),('13255','_transient_timeout_mm_spam_544ebefb580b742465896e8595ed4fdd','1442623890','no'),('13256','_transient_mm_spam_544ebefb580b742465896e8595ed4fdd','no','no'),('13257','_transient_timeout_mm_spam_05a9ecc706d3982685b694edeb6ac220','1442624128','no'),('13258','_transient_mm_spam_05a9ecc706d3982685b694edeb6ac220','no','no'),('13259','_transient_timeout_mm_spam_260b3161e98cc47486ea63af05c4efe1','1442624295','no'),('13260','_transient_mm_spam_260b3161e98cc47486ea63af05c4efe1','no','no'),('13261','_transient_timeout_mm_spam_951862c52b818dcc666030902d4cdd21','1442624357','no'),('13262','_transient_mm_spam_951862c52b818dcc666030902d4cdd21','no','no'),('13263','_transient_timeout_mm_spam_50cf7d44279cf3adda1986ff3937684e','1442624886','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13264','_transient_mm_spam_50cf7d44279cf3adda1986ff3937684e','no','no'),('13265','_transient_timeout_mm_spam_c758e2cf521ca620a5d01ae2d2f207ec','1442625030','no'),('13266','_transient_mm_spam_c758e2cf521ca620a5d01ae2d2f207ec','no','no'),('13268','_transient_timeout_mm_spam_3a177e9354216682a3eb6d9f0984ece4','1442625488','no'),('13269','_transient_mm_spam_3a177e9354216682a3eb6d9f0984ece4','no','no'),('13270','_transient_timeout_mm_spam_a3d562ff5560190508ac8e4878abe537','1442625568','no'),('13271','_transient_mm_spam_a3d562ff5560190508ac8e4878abe537','no','no'),('13272','_transient_timeout_mm_spam_fdd7bfbfcd1a7f09dc8d3eb4eb66d104','1442625581','no'),('13273','_transient_mm_spam_fdd7bfbfcd1a7f09dc8d3eb4eb66d104','no','no'),('13274','_transient_timeout_mm_spam_7f5ffa0bbf592763dab9037acfb26597','1442625692','no'),('13275','_transient_mm_spam_7f5ffa0bbf592763dab9037acfb26597','no','no'),('13276','_transient_timeout_mm_spam_d15c7185977194b0edaf4ff38f6d4a02','1442625714','no'),('13277','_transient_mm_spam_d15c7185977194b0edaf4ff38f6d4a02','no','no'),('13280','_transient_timeout_mm_spam_d3524bd5f7558ea3b1ac7d00c6a77e0b','1442626064','no'),('13281','_transient_mm_spam_d3524bd5f7558ea3b1ac7d00c6a77e0b','no','no'),('13282','_transient_timeout_mm_spam_6f650f817fb0332e07299d5c607a0ede','1442626294','no'),('13283','_transient_mm_spam_6f650f817fb0332e07299d5c607a0ede','no','no'),('13284','_transient_timeout_mm_spam_37627e5051fe4d0111d9b823bdd37732','1442626455','no'),('13285','_transient_mm_spam_37627e5051fe4d0111d9b823bdd37732','no','no'),('13286','_transient_timeout_mm_spam_e314f9b0450d55a8dde7985836ce3c88','1442626706','no'),('13287','_transient_mm_spam_e314f9b0450d55a8dde7985836ce3c88','no','no'),('13288','_transient_timeout_mm_spam_1ac7c213d43d420f1e478be6356af7fc','1442626721','no'),('13289','_transient_mm_spam_1ac7c213d43d420f1e478be6356af7fc','no','no'),('13290','_transient_timeout_mm_spam_5bf80278c3ffaa7df52d383c17f60d87','1442626765','no'),('13291','_transient_mm_spam_5bf80278c3ffaa7df52d383c17f60d87','no','no'),('13292','_transient_timeout_mm_spam_6d1f040ad18b466bcd17165f28c9930c','1442627053','no'),('13293','_transient_mm_spam_6d1f040ad18b466bcd17165f28c9930c','no','no'),('13294','_transient_timeout_mm_spam_a6801ed73cb52763558065bebeae5486','1442627126','no'),('13295','_transient_mm_spam_a6801ed73cb52763558065bebeae5486','no','no'),('13296','_transient_timeout_mm_spam_bcfe4112b660b3853ae98a2c35e88447','1442627198','no'),('13297','_transient_mm_spam_bcfe4112b660b3853ae98a2c35e88447','yes','no'),('13298','_transient_timeout_mm_spam_303c53cc2899f203c3443be4548fc899','1442627258','no'),('13299','_transient_mm_spam_303c53cc2899f203c3443be4548fc899','no','no'),('13300','_transient_timeout_mm_spam_a1c6e88e952810edc51274cbd80a15fa','1442627459','no'),('13301','_transient_mm_spam_a1c6e88e952810edc51274cbd80a15fa','no','no'),('13302','_transient_timeout_mm_spam_2b715c230ed93c9b236a72953a2a62b9','1442627527','no'),('13303','_transient_mm_spam_2b715c230ed93c9b236a72953a2a62b9','no','no'),('13304','_transient_timeout_mm_spam_93ea46eef77a60fa16002f37429833cc','1442627814','no'),('13305','_transient_mm_spam_93ea46eef77a60fa16002f37429833cc','no','no'),('13308','_transient_timeout_mm_spam_3b3281bbb4e74fefcf9a40f89491b835','1442628559','no'),('13309','_transient_mm_spam_3b3281bbb4e74fefcf9a40f89491b835','no','no'),('13310','_transient_timeout_mm_spam_77adb6db36427a522a7d9fee8716b388','1442628777','no'),('13311','_transient_mm_spam_77adb6db36427a522a7d9fee8716b388','no','no'),('13313','_transient_timeout_mm_spam_17ee0900504929795a972efc690bafcf','1442629233','no'),('13314','_transient_mm_spam_17ee0900504929795a972efc690bafcf','no','no'),('13315','_transient_timeout_mm_spam_33bc43ce7f41f6649c5de42263d9eddd','1442629241','no'),('13316','_transient_mm_spam_33bc43ce7f41f6649c5de42263d9eddd','no','no'),('13317','_transient_timeout_mm_spam_515d4b2715fc2568263495abea324906','1442631185','no'),('13318','_transient_mm_spam_515d4b2715fc2568263495abea324906','no','no'),('13319','_transient_timeout_mm_spam_1a310a8cba48968d7ae24c7947f33f87','1442631211','no'),('13320','_transient_mm_spam_1a310a8cba48968d7ae24c7947f33f87','no','no'),('13321','_transient_timeout_mm_spam_bcb392fe2ee1c4c51a36bf958f0a58ae','1442631341','no'),('13322','_transient_mm_spam_bcb392fe2ee1c4c51a36bf958f0a58ae','no','no'),('13323','_transient_timeout_mm_spam_52880358efedbeec3372ce468d5e021d','1442631428','no'),('13324','_transient_mm_spam_52880358efedbeec3372ce468d5e021d','no','no'),('13325','_transient_timeout_mm_spam_e4ec2f214b1b6afb14ef4a44a869718c','1442631486','no'),('13326','_transient_mm_spam_e4ec2f214b1b6afb14ef4a44a869718c','no','no'),('13327','_transient_timeout_mm_spam_c5ef612c4655b9ee59b3dd0b0e450a4e','1442631593','no'),('13328','_transient_mm_spam_c5ef612c4655b9ee59b3dd0b0e450a4e','no','no'),('13329','_transient_timeout_mm_spam_a83209b9d2da3bab1cd41d4457055747','1442631756','no'),('13330','_transient_mm_spam_a83209b9d2da3bab1cd41d4457055747','no','no'),('13331','_transient_timeout_mm_spam_e44f4f75d8dc80161042b1f91f19c768','1442631787','no'),('13332','_transient_mm_spam_e44f4f75d8dc80161042b1f91f19c768','no','no'),('13333','_transient_timeout_mm_spam_f97552498ff8ae83eecd7271e587ff6e','1442631865','no'),('13334','_transient_mm_spam_f97552498ff8ae83eecd7271e587ff6e','no','no'),('13335','_transient_timeout_mm_spam_bbd044f3d870ebae63d127fabfb04817','1442632133','no'),('13336','_transient_mm_spam_bbd044f3d870ebae63d127fabfb04817','no','no'),('13337','_transient_timeout_mm_spam_35ea12a8483ccc9206ea8042552dc549','1442632399','no'),('13338','_transient_mm_spam_35ea12a8483ccc9206ea8042552dc549','no','no'),('13340','_transient_timeout_mm_spam_74fa249d3c467584cf4335cfd79174fa','1442632579','no'),('13341','_transient_mm_spam_74fa249d3c467584cf4335cfd79174fa','no','no'),('13342','_transient_timeout_mm_spam_a2ce56188c3d594d13f745bca2fb492e','1442632895','no'),('13343','_transient_mm_spam_a2ce56188c3d594d13f745bca2fb492e','no','no'),('13344','_transient_timeout_mm_spam_c721a12d7d64e2c84b9747713cd43aa8','1442633093','no'),('13345','_transient_mm_spam_c721a12d7d64e2c84b9747713cd43aa8','no','no'),('13348','_transient_timeout_mm_spam_28cbaee5a2304c0d1ce4b5a17dcc200e','1442633514','no'),('13349','_transient_mm_spam_28cbaee5a2304c0d1ce4b5a17dcc200e','no','no'),('13350','_transient_timeout_mm_spam_6cf42a9eda1ea94388c970774e768015','1442633898','no'),('13351','_transient_mm_spam_6cf42a9eda1ea94388c970774e768015','no','no'),('13352','_transient_timeout_mm_spam_d7e08cdc4ce4c6e8b53af9f9b61e3a69','1442633907','no'),('13353','_transient_mm_spam_d7e08cdc4ce4c6e8b53af9f9b61e3a69','no','no'),('13354','_transient_timeout_mm_spam_4cd0c747e175bf5e1f5c3ff7b496fea9','1442634173','no'),('13355','_transient_mm_spam_4cd0c747e175bf5e1f5c3ff7b496fea9','no','no'),('13356','_transient_timeout_mm_spam_d5e006c0b83fcac192a285c7410b9497','1442634670','no'),('13357','_transient_mm_spam_d5e006c0b83fcac192a285c7410b9497','no','no'),('13358','_transient_timeout_mm_spam_4e672c43ff000c7abc1be982fc51b31f','1442634764','no'),('13359','_transient_mm_spam_4e672c43ff000c7abc1be982fc51b31f','no','no'),('13364','_transient_timeout_mm_spam_937f660ebb6a4142d202dec58328bd7a','1442634923','no'),('13365','_transient_mm_spam_937f660ebb6a4142d202dec58328bd7a','no','no'),('13368','_transient_timeout_mm_spam_535ed887d7d4c6d6c5c9c67a41e41056','1442634996','no'),('13369','_transient_mm_spam_535ed887d7d4c6d6c5c9c67a41e41056','no','no'),('13370','_transient_timeout_mm_spam_83de730028bd410bb61c0b2693c5ff96','1442635194','no'),('13371','_transient_mm_spam_83de730028bd410bb61c0b2693c5ff96','no','no'),('13372','_transient_timeout_mm_spam_df722b78bc12eb0c4591b1d95d25e04f','1442635228','no'),('13373','_transient_mm_spam_df722b78bc12eb0c4591b1d95d25e04f','no','no'),('13374','_transient_timeout_mm_spam_13dfac486a0d86e7eeba88091110032b','1442635413','no'),('13375','_transient_mm_spam_13dfac486a0d86e7eeba88091110032b','no','no'),('13376','_transient_timeout_mm_spam_ee4dcbc1e68786130978d53e52db9a53','1442635419','no'),('13377','_transient_mm_spam_ee4dcbc1e68786130978d53e52db9a53','no','no'),('13378','_transient_timeout_mm_spam_3fbcc68a3bfa8ed2bdaf8afc1d63a519','1442635695','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13379','_transient_mm_spam_3fbcc68a3bfa8ed2bdaf8afc1d63a519','no','no'),('13380','_transient_timeout_mm_spam_7cccdeef873a332c7856a506cfbcfc40','1442635833','no'),('13381','_transient_mm_spam_7cccdeef873a332c7856a506cfbcfc40','no','no'),('13382','_transient_timeout_mm_spam_8b37668576a00dfd96df9adbdd4a23bd','1442635922','no'),('13383','_transient_mm_spam_8b37668576a00dfd96df9adbdd4a23bd','no','no'),('13384','_transient_timeout_mm_spam_7d82fbafc76fee87c670f723ad174404','1442636091','no'),('13385','_transient_mm_spam_7d82fbafc76fee87c670f723ad174404','no','no'),('13391','_transient_timeout_mm_spam_a0fdfbcc9b93ee6384d81e15a9d1bcb0','1442636726','no'),('13392','_transient_mm_spam_a0fdfbcc9b93ee6384d81e15a9d1bcb0','no','no'),('13393','_transient_timeout_mm_spam_16c424369965059ed01587df03624adc','1442636727','no'),('13394','_transient_mm_spam_16c424369965059ed01587df03624adc','no','no'),('13395','_transient_timeout_mm_spam_1980422cd1f90f11f6c4999846c4bfec','1442636783','no'),('13396','_transient_mm_spam_1980422cd1f90f11f6c4999846c4bfec','no','no'),('13397','_transient_timeout_mm_spam_9fd6a511fc8ad0a6bfe7cd0a0f138cb3','1442636904','no'),('13398','_transient_mm_spam_9fd6a511fc8ad0a6bfe7cd0a0f138cb3','no','no'),('13399','_transient_timeout_mm_spam_84a9e5cf8ad844ca3bb4409c2c1cd65b','1442636967','no'),('13400','_transient_mm_spam_84a9e5cf8ad844ca3bb4409c2c1cd65b','no','no'),('13403','_transient_timeout_mm_spam_c1ccfc98b6ca78e2fcf416a8e000bb7e','1442637211','no'),('13404','_transient_mm_spam_c1ccfc98b6ca78e2fcf416a8e000bb7e','no','no'),('13405','_transient_timeout_mm_spam_77647946f971a244d425b1d39a803260','1442637292','no'),('13406','_transient_mm_spam_77647946f971a244d425b1d39a803260','no','no'),('13407','_transient_timeout_mm_spam_ff12c27655f715faebf8ad4b78e9ad4d','1442637306','no'),('13408','_transient_mm_spam_ff12c27655f715faebf8ad4b78e9ad4d','no','no'),('13409','_transient_timeout_mm_spam_f8cf4e5926badba335340d316a0153ff','1442637454','no'),('13410','_transient_mm_spam_f8cf4e5926badba335340d316a0153ff','no','no'),('13411','_transient_timeout_mm_spam_b314fd112992c799b60ecc9297698442','1442637640','no'),('13412','_transient_mm_spam_b314fd112992c799b60ecc9297698442','no','no'),('13413','_transient_timeout_mm_spam_ba9bb62264ec9add35f7b64ebc0a9c9a','1442637754','no'),('13414','_transient_mm_spam_ba9bb62264ec9add35f7b64ebc0a9c9a','no','no'),('13415','_transient_timeout_mm_spam_bec64ca794b7712bebc08beb64c73537','1442638095','no'),('13416','_transient_mm_spam_bec64ca794b7712bebc08beb64c73537','no','no'),('13417','_transient_timeout_mm_spam_9f5c9111e8df88c5406ebedb165fa1ba','1442638186','no'),('13418','_transient_mm_spam_9f5c9111e8df88c5406ebedb165fa1ba','no','no'),('13419','_transient_timeout_mm_spam_ffbebb866748738ab77e5802d35d0636','1442638196','no'),('13420','_transient_mm_spam_ffbebb866748738ab77e5802d35d0636','no','no'),('13421','_transient_timeout_mm_spam_7ef01cd8aa4726c3a401223da75da5c3','1442638366','no'),('13422','_transient_mm_spam_7ef01cd8aa4726c3a401223da75da5c3','no','no'),('13425','_transient_timeout_mm_spam_d0500fbfa3771c4cc9f8bf2c8c823ed0','1442639011','no'),('13426','_transient_mm_spam_d0500fbfa3771c4cc9f8bf2c8c823ed0','no','no'),('13427','_transient_timeout_mm_spam_df2b87cae5a4c49fd109d940a0c03993','1442639053','no'),('13428','_transient_mm_spam_df2b87cae5a4c49fd109d940a0c03993','no','no'),('13429','_transient_timeout_mm_spam_d8af9fd1267ac1bcd4b9ed5f93b5467e','1442639247','no'),('13430','_transient_mm_spam_d8af9fd1267ac1bcd4b9ed5f93b5467e','no','no'),('13431','_transient_timeout_mm_spam_7b8c61c64444439aea2cdab6977db8ce','1442639268','no'),('13432','_transient_mm_spam_7b8c61c64444439aea2cdab6977db8ce','no','no'),('13433','_transient_timeout_mm_spam_ea04c1328bce14555250e09150eaf20f','1442639272','no'),('13434','_transient_mm_spam_ea04c1328bce14555250e09150eaf20f','no','no'),('13435','_transient_timeout_mm_spam_f9605a50ebbef29efc807aa95b9396e3','1442639361','no'),('13436','_transient_mm_spam_f9605a50ebbef29efc807aa95b9396e3','no','no'),('13437','_transient_timeout_mm_spam_f81d437c9528da0b76f9cd17644ef592','1442639508','no'),('13438','_transient_mm_spam_f81d437c9528da0b76f9cd17644ef592','no','no'),('13441','_transient_timeout_mm_spam_78196d759e4dfd2f00cc8d4cb4e7552b','1442639684','no'),('13442','_transient_mm_spam_78196d759e4dfd2f00cc8d4cb4e7552b','no','no'),('13444','_transient_timeout_mm_spam_4ccbbd1dccd128cd5ee6774111397795','1442639790','no'),('13445','_transient_mm_spam_4ccbbd1dccd128cd5ee6774111397795','no','no'),('13448','_transient_timeout_mm_spam_c7de1125c68424193fe8310b19661aee','1442640119','no'),('13449','_transient_mm_spam_c7de1125c68424193fe8310b19661aee','no','no'),('13450','_transient_timeout_mm_spam_2e58464a90c83ab6e35fd567482e891c','1442640221','no'),('13451','_transient_mm_spam_2e58464a90c83ab6e35fd567482e891c','no','no'),('13452','_transient_timeout_mm_spam_59767b9c972aa3af3c152663d87ea145','1442640402','no'),('13453','_transient_mm_spam_59767b9c972aa3af3c152663d87ea145','no','no'),('13454','_transient_timeout_mm_spam_906477b5a192b059b2153f208bf5fbc9','1442640405','no'),('13455','_transient_mm_spam_906477b5a192b059b2153f208bf5fbc9','no','no'),('13456','_transient_timeout_mm_spam_e6d4bc3ba51e6e5cfc6cabf3984c03b4','1442640452','no'),('13457','_transient_mm_spam_e6d4bc3ba51e6e5cfc6cabf3984c03b4','no','no'),('13458','_transient_timeout_mm_spam_532356db911efa1253a6faf298afe84c','1442640769','no'),('13459','_transient_mm_spam_532356db911efa1253a6faf298afe84c','no','no'),('13460','_transient_timeout_mm_spam_3c8befaf571583bde37ed90dae572443','1442640782','no'),('13461','_transient_mm_spam_3c8befaf571583bde37ed90dae572443','no','no'),('13462','_transient_timeout_mm_spam_e5806f596f62030b720e33ef7d2c0e37','1442640909','no'),('13463','_transient_mm_spam_e5806f596f62030b720e33ef7d2c0e37','no','no'),('13464','_transient_timeout_mm_spam_6aaa17e745ad110bc4e112df4f3b1a63','1442641034','no'),('13465','_transient_mm_spam_6aaa17e745ad110bc4e112df4f3b1a63','no','no'),('13466','_transient_timeout_mm_spam_da3d2ca34c95d557429e97718a1c8de1','1442641065','no'),('13467','_transient_mm_spam_da3d2ca34c95d557429e97718a1c8de1','no','no'),('13468','_transient_timeout_mm_spam_e602ce02ca67987e69dc6ca68527299a','1442641174','no'),('13469','_transient_mm_spam_e602ce02ca67987e69dc6ca68527299a','no','no'),('13470','_transient_timeout_mm_spam_e2df5f70c2a5a1815f76ed9b538e73dd','1442641481','no'),('13471','_transient_mm_spam_e2df5f70c2a5a1815f76ed9b538e73dd','no','no'),('13472','_transient_timeout_mm_spam_77d2b6f0dca3b293b38d19cded8012c7','1442641692','no'),('13473','_transient_mm_spam_77d2b6f0dca3b293b38d19cded8012c7','no','no'),('13474','_transient_timeout_mm_spam_8b3680b10644eb52fba6e10d2189be9f','1442641699','no'),('13475','_transient_mm_spam_8b3680b10644eb52fba6e10d2189be9f','no','no'),('13476','_transient_timeout_mm_spam_a47a3c0e603ffdcc55d47d81e85c66b1','1442641753','no'),('13477','_transient_mm_spam_a47a3c0e603ffdcc55d47d81e85c66b1','no','no'),('13478','_transient_timeout_mm_spam_3a88517ad904ab33993029befc3f5cfd','1442641776','no'),('13479','_transient_mm_spam_3a88517ad904ab33993029befc3f5cfd','no','no'),('13480','_transient_timeout_mm_spam_f33a80b2999a5b2d7b043816cd19ae2f','1442642029','no'),('13481','_transient_mm_spam_f33a80b2999a5b2d7b043816cd19ae2f','no','no'),('13484','_transient_timeout_mm_spam_6eff1eeb58456d76d8020c208f57b07d','1442642186','no'),('13485','_transient_mm_spam_6eff1eeb58456d76d8020c208f57b07d','no','no'),('13486','_transient_timeout_mm_spam_cc3a6084d15bebf0ab0b3f7398006a49','1442642261','no'),('13487','_transient_mm_spam_cc3a6084d15bebf0ab0b3f7398006a49','no','no'),('13488','_transient_timeout_mm_spam_8018096d4e8d5f59f0bb48400595fe4e','1442642532','no'),('13489','_transient_mm_spam_8018096d4e8d5f59f0bb48400595fe4e','no','no'),('13490','_transient_timeout_mm_spam_77bdf9453b93a35c50bebb0e2ad2854a','1442642622','no'),('13491','_transient_mm_spam_77bdf9453b93a35c50bebb0e2ad2854a','no','no'),('13492','_transient_timeout_mm_spam_9f5746d77da4ad9451f9880f62d6ab11','1442642627','no'),('13493','_transient_mm_spam_9f5746d77da4ad9451f9880f62d6ab11','no','no'),('13494','_transient_timeout_mm_spam_cd54434206be43efe4adf449ec9894f6','1442642707','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13495','_transient_mm_spam_cd54434206be43efe4adf449ec9894f6','no','no'),('13496','_transient_timeout_mm_spam_33ccc77815a680c782136f6a591865fc','1442642763','no'),('13497','_transient_mm_spam_33ccc77815a680c782136f6a591865fc','no','no'),('13498','_transient_timeout_mm_spam_c9f70b7311da9a4d75f051bcf5a56369','1442642794','no'),('13499','_transient_mm_spam_c9f70b7311da9a4d75f051bcf5a56369','no','no'),('13500','_transient_timeout_mm_spam_529120cc85b029547825e0e6423c788e','1442642803','no'),('13501','_transient_mm_spam_529120cc85b029547825e0e6423c788e','no','no'),('13502','_transient_timeout_mm_spam_a21c77a324ac6dd14929be090805bea7','1442642815','no'),('13503','_transient_mm_spam_a21c77a324ac6dd14929be090805bea7','no','no'),('13504','_transient_timeout_mm_spam_86d6881347bffd739bb77909caf2a189','1442642955','no'),('13505','_transient_mm_spam_86d6881347bffd739bb77909caf2a189','no','no'),('13507','_transient_timeout_mm_spam_b47552b7c928adc4c501050766691b94','1442642988','no'),('13508','_transient_mm_spam_b47552b7c928adc4c501050766691b94','no','no'),('13509','_transient_timeout_mm_spam_07f111db7c75b7ec29b191f3e583448a','1442642998','no'),('13510','_transient_mm_spam_07f111db7c75b7ec29b191f3e583448a','no','no'),('13512','_transient_timeout_mm_spam_5f98480f01ffd6b7d9156cfa98475ca8','1442643005','no'),('13513','_transient_mm_spam_5f98480f01ffd6b7d9156cfa98475ca8','no','no'),('13516','_transient_timeout_mm_spam_3bb8249998ca620d7e5551590e0e1256','1442643392','no'),('13517','_transient_mm_spam_3bb8249998ca620d7e5551590e0e1256','no','no'),('13520','_transient_timeout_mm_spam_bd8a842bd6f5bd90fe08efd4eb83c28f','1442643525','no'),('13521','_transient_mm_spam_bd8a842bd6f5bd90fe08efd4eb83c28f','no','no'),('13524','_transient_timeout_mm_spam_67c848e7c46f58c64378b33b7b62e916','1442643623','no'),('13525','_transient_mm_spam_67c848e7c46f58c64378b33b7b62e916','no','no'),('13526','_transient_timeout_mm_spam_86e8244177570ea0641f39b2f8ccfe70','1442643714','no'),('13527','_transient_mm_spam_86e8244177570ea0641f39b2f8ccfe70','no','no'),('13528','_transient_timeout_mm_spam_a02f9381a2cd11faeeac21f8707feeb8','1442643867','no'),('13529','_transient_mm_spam_a02f9381a2cd11faeeac21f8707feeb8','no','no'),('13530','_transient_timeout_mm_spam_f9c44ef3f62c376805379dd6a4fb39a4','1442643942','no'),('13531','_transient_mm_spam_f9c44ef3f62c376805379dd6a4fb39a4','no','no'),('13532','_transient_timeout_mm_spam_2e387bd87644e5a834c9db437ab816a3','1442643944','no'),('13533','_transient_mm_spam_2e387bd87644e5a834c9db437ab816a3','no','no'),('13534','_transient_timeout_mm_spam_a468feef175cb5cb10dd9094d9b9a459','1442643993','no'),('13535','_transient_mm_spam_a468feef175cb5cb10dd9094d9b9a459','no','no'),('13536','_transient_timeout_mm_spam_0d4a25c17023ed26bfa3581170c6f8ca','1442644073','no'),('13537','_transient_mm_spam_0d4a25c17023ed26bfa3581170c6f8ca','no','no'),('13538','_transient_timeout_mm_spam_a65518e9c579654f93f947600b9d1ba1','1442644239','no'),('13539','_transient_mm_spam_a65518e9c579654f93f947600b9d1ba1','no','no'),('13540','_transient_timeout_mm_spam_9bb8c1103481d1c595d9d1d94c6b731d','1442644530','no'),('13541','_transient_mm_spam_9bb8c1103481d1c595d9d1d94c6b731d','no','no'),('13542','_transient_timeout_mm_spam_67932e87c4d0fc3a1f0e12f57371ed6a','1442644554','no'),('13543','_transient_mm_spam_67932e87c4d0fc3a1f0e12f57371ed6a','no','no'),('13544','_transient_timeout_mm_spam_aaa39784c7b5619e26c9005298ce7d5c','1442644597','no'),('13545','_transient_mm_spam_aaa39784c7b5619e26c9005298ce7d5c','no','no'),('13546','_transient_timeout_mm_spam_22fe23e7c1aaf58e059b97557f9186f8','1442645175','no'),('13547','_transient_mm_spam_22fe23e7c1aaf58e059b97557f9186f8','no','no'),('13548','_transient_timeout_mm_spam_ec0d3bacef4496f9d04b05b53298dcd6','1442645536','no'),('13549','_transient_mm_spam_ec0d3bacef4496f9d04b05b53298dcd6','no','no'),('13550','_transient_timeout_mm_spam_f368900d2217fb5b9c3069b569093b70','1442645729','no'),('13551','_transient_mm_spam_f368900d2217fb5b9c3069b569093b70','no','no'),('13552','_transient_timeout_mm_spam_0502bfd5461585ee35c6c87cc249415c','1442645942','no'),('13553','_transient_mm_spam_0502bfd5461585ee35c6c87cc249415c','no','no'),('13554','_transient_timeout_mm_spam_065d34b507e1c863ba970916b2816981','1442646030','no'),('13555','_transient_mm_spam_065d34b507e1c863ba970916b2816981','no','no'),('13556','_transient_timeout_mm_spam_5ec43a1e7836b8fcdfe8b035deeae7b6','1442646114','no'),('13557','_transient_mm_spam_5ec43a1e7836b8fcdfe8b035deeae7b6','no','no'),('13558','_transient_timeout_mm_spam_0ee767b5d691b098871fdc6fa5482185','1442646193','no'),('13559','_transient_mm_spam_0ee767b5d691b098871fdc6fa5482185','no','no'),('13560','_transient_timeout_mm_spam_1ccab74717723c179ca47e72bad1a5a7','1442646301','no'),('13561','_transient_mm_spam_1ccab74717723c179ca47e72bad1a5a7','no','no'),('13562','_transient_timeout_mm_spam_99bedc8e442463135c22e1a6c87c150b','1442646440','no'),('13563','_transient_mm_spam_99bedc8e442463135c22e1a6c87c150b','no','no'),('13564','_transient_timeout_mm_spam_54f756fb92dca37cab0d114388b5ae9f','1442646446','no'),('13565','_transient_mm_spam_54f756fb92dca37cab0d114388b5ae9f','no','no'),('13566','_transient_timeout_mm_spam_4968eadeec557a4e8802360d100cfb15','1442646460','no'),('13567','_transient_mm_spam_4968eadeec557a4e8802360d100cfb15','no','no'),('13568','_transient_timeout_mm_spam_209a20a397f9d2f66dfae89363da672d','1442646594','no'),('13569','_transient_mm_spam_209a20a397f9d2f66dfae89363da672d','no','no'),('13570','_transient_timeout_mm_spam_9be4b53ca0badc54b53177ba444636b5','1442646645','no'),('13571','_transient_mm_spam_9be4b53ca0badc54b53177ba444636b5','no','no'),('13572','_transient_timeout_mm_spam_88d61dcc8896b138574d4f35316e439b','1442646648','no'),('13573','_transient_mm_spam_88d61dcc8896b138574d4f35316e439b','no','no'),('13574','_transient_timeout_mm_spam_2c8ca7e02196830f8e50878ec4274382','1442646774','no'),('13575','_transient_mm_spam_2c8ca7e02196830f8e50878ec4274382','no','no'),('13576','_transient_timeout_mm_spam_9874f270cf54f484800f206f370fb539','1442646878','no'),('13577','_transient_mm_spam_9874f270cf54f484800f206f370fb539','no','no'),('13579','_transient_timeout_mm_spam_d85239c7fba86da8c6edc1ddac48c6aa','1442647038','no'),('13580','_transient_mm_spam_d85239c7fba86da8c6edc1ddac48c6aa','no','no'),('13581','_transient_timeout_mm_spam_c78a1fb363d075ab5ef48fcc193dd22c','1442647061','no'),('13582','_transient_mm_spam_c78a1fb363d075ab5ef48fcc193dd22c','no','no'),('13583','_transient_timeout_mm_spam_c85764872c87dd50028f0d52fd2ce07e','1442647078','no'),('13584','_transient_mm_spam_c85764872c87dd50028f0d52fd2ce07e','no','no'),('13585','_transient_timeout_mm_spam_768c769ad9fe26f275157e34e20019a9','1442647079','no'),('13586','_transient_mm_spam_768c769ad9fe26f275157e34e20019a9','no','no'),('13587','_transient_timeout_mm_spam_51f9dc9945e0a6c00ba09d0fcfcc36e2','1442647093','no'),('13588','_transient_mm_spam_51f9dc9945e0a6c00ba09d0fcfcc36e2','no','no'),('13589','_transient_timeout_mm_spam_ec62e3ba957f422597603c5578fbabe8','1442647218','no'),('13590','_transient_mm_spam_ec62e3ba957f422597603c5578fbabe8','no','no'),('13591','_transient_timeout_mm_spam_a9b1a3fd9337a28015093ffaea28cd14','1442647296','no'),('13592','_transient_mm_spam_a9b1a3fd9337a28015093ffaea28cd14','no','no'),('13593','_transient_timeout_mm_spam_878b8b5e77b03b41c10acf0143d2600a','1442647550','no'),('13594','_transient_mm_spam_878b8b5e77b03b41c10acf0143d2600a','no','no'),('13597','_transient_timeout_mm_spam_a8328dac3b8b6933dd66597b5612a616','1442647767','no'),('13598','_transient_mm_spam_a8328dac3b8b6933dd66597b5612a616','no','no'),('13599','_transient_timeout_mm_spam_0a06b45a10a46f87f0701cece4544993','1442647778','no'),('13600','_transient_mm_spam_0a06b45a10a46f87f0701cece4544993','no','no'),('13601','_transient_timeout_mm_spam_e34ad0b448e2c91e19697d9fda56db49','1442647946','no'),('13602','_transient_mm_spam_e34ad0b448e2c91e19697d9fda56db49','no','no'),('13603','_transient_timeout_mm_spam_0d39389cb1b59f39910f23672b5e5af8','1442647949','no'),('13604','_transient_mm_spam_0d39389cb1b59f39910f23672b5e5af8','no','no'),('13605','_transient_timeout_mm_spam_5ef3521fd017d1d1141a90fceb63afda','1442648041','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13606','_transient_mm_spam_5ef3521fd017d1d1141a90fceb63afda','no','no'),('13607','_transient_timeout_mm_spam_b0ba56bc7ef03e29dc5a9f0b9352ba0b','1442648076','no'),('13608','_transient_mm_spam_b0ba56bc7ef03e29dc5a9f0b9352ba0b','no','no'),('13609','_transient_timeout_mm_spam_0eeab34ce6f63fb2edb63663c730d59b','1442648169','no'),('13610','_transient_mm_spam_0eeab34ce6f63fb2edb63663c730d59b','no','no'),('13611','_transient_timeout_mm_spam_548730a6abcd952960fc8e94a5a4de3d','1442648239','no'),('13612','_transient_mm_spam_548730a6abcd952960fc8e94a5a4de3d','no','no'),('13613','_transient_timeout_mm_spam_5a872416b1621ebe32d61fe1dd228708','1442648248','no'),('13614','_transient_mm_spam_5a872416b1621ebe32d61fe1dd228708','no','no'),('13615','_transient_timeout_mm_spam_34eaee4012a6243f25532e7bd92c640b','1442648331','no'),('13616','_transient_mm_spam_34eaee4012a6243f25532e7bd92c640b','no','no'),('13617','_transient_timeout_mm_spam_fb22bccf74a454a93f1576ae68ee73f9','1442648397','no'),('13618','_transient_mm_spam_fb22bccf74a454a93f1576ae68ee73f9','no','no'),('13619','_transient_timeout_mm_spam_d7a827b0a0f1f1fe046ae5ca48fe0461','1442648433','no'),('13620','_transient_mm_spam_d7a827b0a0f1f1fe046ae5ca48fe0461','no','no'),('13621','_transient_timeout_mm_spam_9711c6763b9259963da459a90e0b4cfa','1442648477','no'),('13622','_transient_mm_spam_9711c6763b9259963da459a90e0b4cfa','no','no'),('13623','_transient_timeout_mm_spam_f0820454c5ccbc3a33cf7b65309c8bd0','1442648500','no'),('13624','_transient_mm_spam_f0820454c5ccbc3a33cf7b65309c8bd0','no','no'),('13625','_transient_timeout_mm_spam_df53b2e92d9271265a20a22a4395cebe','1442648578','no'),('13626','_transient_mm_spam_df53b2e92d9271265a20a22a4395cebe','no','no'),('13627','_transient_timeout_mm_spam_6cf07f5ac5169ab7fd73b7ea17cfc107','1442648632','no'),('13628','_transient_mm_spam_6cf07f5ac5169ab7fd73b7ea17cfc107','no','no'),('13629','_transient_timeout_mm_spam_c12b092889990a341df4c25d96661dbf','1442648730','no'),('13630','_transient_mm_spam_c12b092889990a341df4c25d96661dbf','no','no'),('13631','_transient_timeout_mm_spam_4b947ece1ae5d20a7f59fb9f2cef328b','1442648739','no'),('13632','_transient_mm_spam_4b947ece1ae5d20a7f59fb9f2cef328b','no','no'),('13633','_transient_timeout_mm_spam_43f0c956b44c3b9623f78279a25d6943','1442648945','no'),('13634','_transient_mm_spam_43f0c956b44c3b9623f78279a25d6943','no','no'),('13635','_transient_timeout_mm_spam_0698d121497836f91eda69ef4c4fe764','1442648985','no'),('13636','_transient_mm_spam_0698d121497836f91eda69ef4c4fe764','no','no'),('13637','_transient_timeout_mm_spam_d30ec76d29c816c38322720e1c6624b3','1442649017','no'),('13638','_transient_mm_spam_d30ec76d29c816c38322720e1c6624b3','no','no'),('13639','_transient_timeout_mm_spam_ee4ee83d3a33a4ba7a9a8b3f5f165294','1442649036','no'),('13640','_transient_mm_spam_ee4ee83d3a33a4ba7a9a8b3f5f165294','no','no'),('13641','_transient_timeout_mm_spam_f61edf1c5c83f5c5115b84f5fa5b2fce','1442649088','no'),('13642','_transient_mm_spam_f61edf1c5c83f5c5115b84f5fa5b2fce','no','no'),('13643','_transient_timeout_mm_spam_4696d31c413317023214180d3a0d76c0','1442649443','no'),('13644','_transient_mm_spam_4696d31c413317023214180d3a0d76c0','no','no'),('13645','_transient_timeout_mm_spam_f72717e68fd0ce7892f32e1bc9f54c09','1442649457','no'),('13646','_transient_mm_spam_f72717e68fd0ce7892f32e1bc9f54c09','no','no'),('13647','_transient_timeout_mm_spam_01ab3b59e90fb636fd1430cd58b23768','1442649492','no'),('13648','_transient_mm_spam_01ab3b59e90fb636fd1430cd58b23768','no','no'),('13649','_transient_timeout_mm_spam_7f4239ea229b0b19f93af5bf2ae17bda','1442649630','no'),('13650','_transient_mm_spam_7f4239ea229b0b19f93af5bf2ae17bda','no','no'),('13651','_transient_timeout_mm_spam_577040d16794dcbc329505b7caf239ef','1442649741','no'),('13652','_transient_mm_spam_577040d16794dcbc329505b7caf239ef','no','no'),('13653','_transient_timeout_mm_spam_8b23c4dcb49aa85a88b081efdab71f58','1442649872','no'),('13654','_transient_mm_spam_8b23c4dcb49aa85a88b081efdab71f58','no','no'),('13657','_transient_timeout_mm_spam_47f04360feb0cdd0e40d4cb47db6c6f6','1442650203','no'),('13658','_transient_mm_spam_47f04360feb0cdd0e40d4cb47db6c6f6','no','no'),('13659','_transient_timeout_mm_spam_6997276df1ab5c4a1ceac77dd0e024ed','1442650256','no'),('13660','_transient_mm_spam_6997276df1ab5c4a1ceac77dd0e024ed','no','no'),('13661','_transient_timeout_mm_spam_c78f038d2865a164be27e47ad61ce37b','1442650399','no'),('13662','_transient_mm_spam_c78f038d2865a164be27e47ad61ce37b','no','no'),('13663','_transient_timeout_mm_spam_f9385d835ee569a7067a120cd8d7660f','1442650525','no'),('13664','_transient_mm_spam_f9385d835ee569a7067a120cd8d7660f','no','no'),('13668','_transient_timeout_mm_spam_67cee7511025de405a68d9ffd17a4579','1442650582','no'),('13669','_transient_mm_spam_67cee7511025de405a68d9ffd17a4579','no','no'),('13672','_transient_timeout_mm_spam_bb17a7b7e94ef2b2d7a7e4c182eb6c65','1442650793','no'),('13673','_transient_mm_spam_bb17a7b7e94ef2b2d7a7e4c182eb6c65','no','no'),('13690','_transient_timeout_mm_spam_acb0715c1210afbda80d9ce74ef0b039','1442650845','no'),('13691','_transient_mm_spam_acb0715c1210afbda80d9ce74ef0b039','no','no'),('13692','_transient_timeout_mm_spam_3a46575b60335fbc1db824c2cbd1a3cc','1442650893','no'),('13693','_transient_mm_spam_3a46575b60335fbc1db824c2cbd1a3cc','no','no'),('13696','_transient_timeout_mm_spam_4bd71650e2ed917c29c01f1f17da6302','1442651129','no'),('13697','_transient_mm_spam_4bd71650e2ed917c29c01f1f17da6302','no','no'),('13698','_transient_timeout_mm_spam_f84c0d63149e201e1029b0087833f2e4','1442651147','no'),('13699','_transient_mm_spam_f84c0d63149e201e1029b0087833f2e4','no','no'),('13700','_transient_timeout_mm_spam_eca2ee92b580c67b4c7a38252a7e2889','1442651201','no'),('13701','_transient_mm_spam_eca2ee92b580c67b4c7a38252a7e2889','no','no'),('13702','_transient_timeout_mm_spam_36c14c9591eb6e7518f43e8912611507','1442651262','no'),('13703','_transient_mm_spam_36c14c9591eb6e7518f43e8912611507','no','no'),('13704','_transient_timeout_mm_spam_e1d2edb8083dc1f09429012393456713','1442651266','no'),('13705','_transient_mm_spam_e1d2edb8083dc1f09429012393456713','no','no'),('13706','_transient_timeout_mm_spam_ce772726586111473d170d0e2c503f3b','1442651285','no'),('13707','_transient_mm_spam_ce772726586111473d170d0e2c503f3b','no','no'),('13708','_transient_timeout_mm_spam_32bffa21902c667a5fb0bd69a9bcbf0d','1442651323','no'),('13709','_transient_mm_spam_32bffa21902c667a5fb0bd69a9bcbf0d','no','no'),('13710','_transient_timeout_mm_spam_fa4945883d72152fbce42a03a9f36e13','1442651350','no'),('13711','_transient_mm_spam_fa4945883d72152fbce42a03a9f36e13','no','no'),('13712','_transient_timeout_mm_spam_1753bb74c2b3a1fc740f05e86c64d968','1442651358','no'),('13713','_transient_mm_spam_1753bb74c2b3a1fc740f05e86c64d968','no','no'),('13714','_transient_timeout_mm_spam_48a02bd05990b6a77162e70456fdf409','1442651544','no'),('13715','_transient_mm_spam_48a02bd05990b6a77162e70456fdf409','no','no'),('13716','_transient_timeout_mm_spam_dfebb25cb5758d9c7dc1fbb5a3dd59d2','1442651559','no'),('13717','_transient_mm_spam_dfebb25cb5758d9c7dc1fbb5a3dd59d2','no','no'),('13718','_transient_timeout_mm_spam_8ec02b342525a3cd7021ce44b0dc7c56','1442651619','no'),('13719','_transient_mm_spam_8ec02b342525a3cd7021ce44b0dc7c56','no','no'),('13720','_transient_timeout_mm_spam_382abe9732df1494f62af02b06db9589','1442652114','no'),('13721','_transient_mm_spam_382abe9732df1494f62af02b06db9589','no','no'),('13722','_transient_timeout_mm_spam_5b1827f5e7aa22580b0dc69ca93e87f1','1442652228','no'),('13723','_transient_mm_spam_5b1827f5e7aa22580b0dc69ca93e87f1','no','no'),('13724','_transient_timeout_mm_spam_760f8621558d49d02aaf340d28ee8e0e','1442652251','no'),('13725','_transient_mm_spam_760f8621558d49d02aaf340d28ee8e0e','no','no'),('13726','_transient_timeout_mm_spam_bf3adb0d5f623f3b0ad6993b99fdc31b','1442652443','no'),('13727','_transient_mm_spam_bf3adb0d5f623f3b0ad6993b99fdc31b','no','no'),('13728','_transient_timeout_mm_spam_5500de8e7a095faf6094ed5456d65d98','1442652471','no'),('13729','_transient_mm_spam_5500de8e7a095faf6094ed5456d65d98','no','no'),('13730','_transient_timeout_mm_spam_cfc388bacc1f5e349beed30b8bc8da5f','1442652577','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13731','_transient_mm_spam_cfc388bacc1f5e349beed30b8bc8da5f','no','no'),('13732','_transient_timeout_mm_spam_e82ec29af53f352a09db2af8b78608e3','1442652643','no'),('13733','_transient_mm_spam_e82ec29af53f352a09db2af8b78608e3','no','no'),('13734','_transient_timeout_mm_spam_71d03914b9e6e1def40f76ed876dde67','1442652672','no'),('13735','_transient_mm_spam_71d03914b9e6e1def40f76ed876dde67','no','no'),('13736','_transient_timeout_mm_spam_c158740a4b901341f58c19eea65868b0','1442652726','no'),('13737','_transient_mm_spam_c158740a4b901341f58c19eea65868b0','no','no'),('13738','_transient_timeout_mm_spam_b561954c9201eef377e0da3c7cd99889','1442652993','no'),('13739','_transient_mm_spam_b561954c9201eef377e0da3c7cd99889','no','no'),('13740','_transient_timeout_mm_spam_dd14a4da0ceaee0c43ccac2c5ae07e7f','1442653039','no'),('13741','_transient_mm_spam_dd14a4da0ceaee0c43ccac2c5ae07e7f','no','no'),('13742','_transient_timeout_mm_spam_473b48259fd5cbd73db4200e30553fd8','1442653150','no'),('13743','_transient_mm_spam_473b48259fd5cbd73db4200e30553fd8','no','no'),('13744','_transient_timeout_mm_spam_4ee8f12d115729035f5e0f23653413b2','1442653283','no'),('13745','_transient_mm_spam_4ee8f12d115729035f5e0f23653413b2','no','no'),('13746','_transient_timeout_mm_spam_fa7729b77835136e866c4ed63ca52a62','1442653535','no'),('13747','_transient_mm_spam_fa7729b77835136e866c4ed63ca52a62','no','no'),('13748','_transient_timeout_mm_spam_5ceb06e2a4bcef116e486c15329fb3b8','1442653551','no'),('13749','_transient_mm_spam_5ceb06e2a4bcef116e486c15329fb3b8','no','no'),('13750','_transient_timeout_mm_spam_7a3014a5e0b6d3479944cb549925f926','1442653625','no'),('13751','_transient_mm_spam_7a3014a5e0b6d3479944cb549925f926','no','no'),('13752','_transient_timeout_mm_spam_2b8da8af8aaed5f9dbbf7fb51a9edd6d','1442653633','no'),('13753','_transient_mm_spam_2b8da8af8aaed5f9dbbf7fb51a9edd6d','no','no'),('13754','_transient_timeout_mm_spam_f9f1497f647cec2a6041796cd2b4df07','1442653637','no'),('13755','_transient_mm_spam_f9f1497f647cec2a6041796cd2b4df07','no','no'),('13756','_transient_timeout_mm_spam_69177656d950c0bb6faf2438741a7a48','1442653680','no'),('13757','_transient_mm_spam_69177656d950c0bb6faf2438741a7a48','no','no'),('13758','_transient_timeout_mm_spam_b69c54944d3593b50697a159846b6897','1442653770','no'),('13759','_transient_mm_spam_b69c54944d3593b50697a159846b6897','no','no'),('13760','_transient_timeout_mm_spam_614dffa83771cb9b00c1c5798149e020','1442653856','no'),('13761','_transient_mm_spam_614dffa83771cb9b00c1c5798149e020','no','no'),('13762','_transient_timeout_mm_spam_d4c6db17e1771a4e2c2fc05bac0b92bb','1442653893','no'),('13763','_transient_mm_spam_d4c6db17e1771a4e2c2fc05bac0b92bb','no','no'),('13764','_transient_timeout_mm_spam_240430e200fd1d38f58ca4b16cd50d7d','1442653933','no'),('13765','_transient_mm_spam_240430e200fd1d38f58ca4b16cd50d7d','no','no'),('13766','_transient_timeout_mm_spam_aa7cef8795fd57b907e7e42fb236c492','1442653987','no'),('13767','_transient_mm_spam_aa7cef8795fd57b907e7e42fb236c492','no','no'),('13768','_transient_timeout_mm_spam_70e0921d2b764692e035418457027d00','1442654126','no'),('13769','_transient_mm_spam_70e0921d2b764692e035418457027d00','no','no'),('13770','_transient_timeout_mm_spam_8c43f5d8a0f76c9cda638e3501ca2945','1442654214','no'),('13771','_transient_mm_spam_8c43f5d8a0f76c9cda638e3501ca2945','no','no'),('13774','_transient_timeout_mm_spam_add248870a563df74be68e502e15fc7e','1442654354','no'),('13775','_transient_mm_spam_add248870a563df74be68e502e15fc7e','no','no'),('13778','_transient_timeout_mm_spam_16ea3b08efa15478570aeabce63d8d9e','1442654449','no'),('13779','_transient_mm_spam_16ea3b08efa15478570aeabce63d8d9e','no','no'),('13780','_transient_timeout_mm_spam_116d88e2dc744070d2d545589c42476e','1442654590','no'),('13781','_transient_mm_spam_116d88e2dc744070d2d545589c42476e','no','no'),('13783','_transient_timeout_mm_spam_9f24fb6c9a1e94c265f919cad022a6bb','1442654773','no'),('13784','_transient_mm_spam_9f24fb6c9a1e94c265f919cad022a6bb','no','no'),('13785','_transient_timeout_mm_spam_42f819e9a659f620fb61912ee7f2ef4b','1442654859','no'),('13786','_transient_mm_spam_42f819e9a659f620fb61912ee7f2ef4b','no','no'),('13787','_transient_timeout_mm_spam_bded9d3fad7aa30ca764b320e06fab5e','1442654934','no'),('13788','_transient_mm_spam_bded9d3fad7aa30ca764b320e06fab5e','no','no'),('13789','_transient_timeout_mm_spam_c3fba98200a58e9d6b6ac5438f3a6f29','1442654961','no'),('13790','_transient_mm_spam_c3fba98200a58e9d6b6ac5438f3a6f29','no','no'),('13791','_transient_timeout_mm_spam_2e0ab3d2c86eeade9d1fbca33c8556a1','1442655136','no'),('13792','_transient_mm_spam_2e0ab3d2c86eeade9d1fbca33c8556a1','no','no'),('13793','_transient_timeout_mm_spam_b865f95880fe20b1f0c8edee80685643','1442655221','no'),('13794','_transient_mm_spam_b865f95880fe20b1f0c8edee80685643','no','no'),('13795','_transient_timeout_mm_spam_2447bccff69c28a767b187c025c33c96','1442655556','no'),('13796','_transient_mm_spam_2447bccff69c28a767b187c025c33c96','no','no'),('13797','_transient_timeout_mm_spam_0edc0712c280f8bfc0af5db15738812e','1442655587','no'),('13798','_transient_mm_spam_0edc0712c280f8bfc0af5db15738812e','no','no'),('13799','_transient_timeout_mm_spam_3e90434dd83d6f4bcf6497cc903861ab','1442655632','no'),('13800','_transient_mm_spam_3e90434dd83d6f4bcf6497cc903861ab','no','no'),('13801','_transient_timeout_mm_spam_32d9c95a1e5745f037f1748b2e0ab116','1442655779','no'),('13802','_transient_mm_spam_32d9c95a1e5745f037f1748b2e0ab116','no','no'),('13803','_transient_timeout_mm_spam_95388813bc6a72907bd67fbf2a1f3559','1442655920','no'),('13804','_transient_mm_spam_95388813bc6a72907bd67fbf2a1f3559','no','no'),('13805','_transient_timeout_mm_spam_6bd63071a4b8dc9862e914ad47c65f31','1442656048','no'),('13806','_transient_mm_spam_6bd63071a4b8dc9862e914ad47c65f31','no','no'),('13807','_transient_timeout_mm_spam_86ae4dd3eca72ed1b1685998f6a62749','1442656302','no'),('13808','_transient_mm_spam_86ae4dd3eca72ed1b1685998f6a62749','no','no'),('13809','_transient_timeout_mm_spam_ac03af2071670fedabd68c4c22109e0d','1442656369','no'),('13810','_transient_mm_spam_ac03af2071670fedabd68c4c22109e0d','no','no'),('13811','_transient_timeout_mm_spam_496b946a1d792a12af39513d3e9bf124','1442656433','no'),('13812','_transient_mm_spam_496b946a1d792a12af39513d3e9bf124','no','no'),('13813','_transient_timeout_mm_spam_472d8b543b01f99f5f792c047e8ed60d','1442656499','no'),('13814','_transient_mm_spam_472d8b543b01f99f5f792c047e8ed60d','no','no'),('13815','_transient_timeout_mm_spam_5daa140f2e49cb28b5446e60bc007f60','1442656510','no'),('13816','_transient_mm_spam_5daa140f2e49cb28b5446e60bc007f60','no','no'),('13817','_transient_timeout_mm_spam_a9cabae6e5b362cf74ed968220717790','1442656670','no'),('13818','_transient_mm_spam_a9cabae6e5b362cf74ed968220717790','no','no'),('13819','_transient_timeout_mm_spam_bba660fb4b44c9e0508837d95d93e2e0','1442656863','no'),('13820','_transient_mm_spam_bba660fb4b44c9e0508837d95d93e2e0','no','no'),('13821','_transient_timeout_mm_spam_48f6ffef79850e627bf54a6c1ffacc04','1442656907','no'),('13822','_transient_mm_spam_48f6ffef79850e627bf54a6c1ffacc04','no','no'),('13823','_transient_timeout_mm_spam_e5c585761156e0e16c37ee8670aa58b0','1442656993','no'),('13824','_transient_mm_spam_e5c585761156e0e16c37ee8670aa58b0','no','no'),('13825','_transient_timeout_mm_spam_9b08749f1bd7c550708e88155b7aff44','1442656998','no'),('13826','_transient_mm_spam_9b08749f1bd7c550708e88155b7aff44','no','no'),('13827','_transient_timeout_mm_spam_a9caeb9dbd635f6acbec5348f1d73ae5','1442657333','no'),('13828','_transient_mm_spam_a9caeb9dbd635f6acbec5348f1d73ae5','no','no'),('13829','_transient_timeout_mm_spam_a2800e56178904bf573c50e8f5cbec78','1442657343','no'),('13830','_transient_mm_spam_a2800e56178904bf573c50e8f5cbec78','no','no'),('13831','_transient_timeout_mm_spam_ef94db1bb71f7953b31c07a02622d42f','1442657353','no'),('13832','_transient_mm_spam_ef94db1bb71f7953b31c07a02622d42f','no','no'),('13833','_transient_timeout_mm_spam_2e47d90f6c54dfdc21549678980d3f67','1442657623','no'),('13834','_transient_mm_spam_2e47d90f6c54dfdc21549678980d3f67','no','no'),('13836','_transient_timeout_mm_spam_d239eae19ea8f2bf38654e8ce7ed108b','1442657967','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13837','_transient_mm_spam_d239eae19ea8f2bf38654e8ce7ed108b','no','no'),('13838','_transient_timeout_mm_spam_ccfad08a9458ad75a883719df8d62ed4','1442658079','no'),('13839','_transient_mm_spam_ccfad08a9458ad75a883719df8d62ed4','no','no'),('13840','_transient_timeout_mm_spam_1cd094a3e61390a3a45d1a7d4de99855','1442658160','no'),('13841','_transient_mm_spam_1cd094a3e61390a3a45d1a7d4de99855','no','no'),('13846','_transient_timeout_mm_spam_be8353a67f601b583fd3c1cf6550d262','1442658338','no'),('13847','_transient_mm_spam_be8353a67f601b583fd3c1cf6550d262','no','no'),('13848','_transient_timeout_mm_spam_a0c4bccbe301d0ab752ddcda86c0a95f','1442658339','no'),('13849','_transient_mm_spam_a0c4bccbe301d0ab752ddcda86c0a95f','no','no'),('13850','_transient_timeout_mm_spam_6a455b7e91c7b1832ae4fefa7accc124','1442658432','no'),('13851','_transient_mm_spam_6a455b7e91c7b1832ae4fefa7accc124','no','no'),('13852','_transient_timeout_mm_spam_342ab45d7a2b1c9e64a01b38fbf8cebc','1442658565','no'),('13853','_transient_mm_spam_342ab45d7a2b1c9e64a01b38fbf8cebc','no','no'),('13854','_transient_timeout_mm_spam_ebaa5c1646bf5ecbc99123890b65a79f','1442658576','no'),('13855','_transient_mm_spam_ebaa5c1646bf5ecbc99123890b65a79f','no','no'),('13856','_transient_timeout_mm_spam_2452a9496916ca55e30f4fdf6a70fe8e','1442658689','no'),('13857','_transient_mm_spam_2452a9496916ca55e30f4fdf6a70fe8e','no','no'),('13858','_transient_timeout_mm_spam_3b841236e3b8a8f1cd47236f00bcb7da','1442658690','no'),('13859','_transient_mm_spam_3b841236e3b8a8f1cd47236f00bcb7da','no','no'),('13860','_transient_timeout_mm_spam_78cd1f036abe3fda99633519f12795b1','1442658761','no'),('13861','_transient_mm_spam_78cd1f036abe3fda99633519f12795b1','no','no'),('13862','_transient_timeout_mm_spam_e17f72758df3c141b057827654e9f203','1442658772','no'),('13863','_transient_mm_spam_e17f72758df3c141b057827654e9f203','no','no'),('13864','_transient_timeout_mm_spam_6f4b593866419323c76f3e46ce1d4ea9','1442658904','no'),('13865','_transient_mm_spam_6f4b593866419323c76f3e46ce1d4ea9','no','no'),('13866','_transient_timeout_mm_spam_c4467954da5d46156b2ea6e4e08cb91b','1442658951','no'),('13867','_transient_mm_spam_c4467954da5d46156b2ea6e4e08cb91b','no','no'),('13868','_transient_timeout_mm_spam_89a034313f5f5e431c6de9b706a2df5b','1442658992','no'),('13869','_transient_mm_spam_89a034313f5f5e431c6de9b706a2df5b','no','no'),('13870','_transient_timeout_mm_spam_7a5b98afdd606049986ec1363d87215e','1442659072','no'),('13871','_transient_mm_spam_7a5b98afdd606049986ec1363d87215e','no','no'),('13872','_transient_timeout_mm_spam_7ff4e24f787c99c2b1b14c8fca09386d','1442659134','no'),('13873','_transient_mm_spam_7ff4e24f787c99c2b1b14c8fca09386d','no','no'),('13874','_transient_timeout_mm_spam_0975b13e65b6582b66ae7152109a41a2','1442659209','no'),('13875','_transient_mm_spam_0975b13e65b6582b66ae7152109a41a2','no','no'),('13876','_transient_timeout_mm_spam_647f26ea3d3fef5580ec7cab581ffb28','1442659230','no'),('13877','_transient_mm_spam_647f26ea3d3fef5580ec7cab581ffb28','no','no'),('13878','_transient_timeout_mm_spam_3c79cd4675f3964189fcc0638ca27dcd','1442659394','no'),('13879','_transient_mm_spam_3c79cd4675f3964189fcc0638ca27dcd','no','no'),('13880','_transient_timeout_mm_spam_a8db3c924bde1ebf2bc49f0ab30430e0','1442659545','no'),('13881','_transient_mm_spam_a8db3c924bde1ebf2bc49f0ab30430e0','no','no'),('13882','_transient_timeout_mm_spam_4444005daf4517b99094c7dcbd1f1697','1442659549','no'),('13883','_transient_mm_spam_4444005daf4517b99094c7dcbd1f1697','no','no'),('13884','_transient_timeout_mm_spam_bfcd3883da965a468830fd160ee6e090','1442659672','no'),('13885','_transient_mm_spam_bfcd3883da965a468830fd160ee6e090','no','no'),('13886','_transient_timeout_mm_spam_9f46fc1517f68deb89d295571dbf407b','1442659723','no'),('13887','_transient_mm_spam_9f46fc1517f68deb89d295571dbf407b','no','no'),('13888','_transient_timeout_mm_spam_d8fed250c9a7bf4c5d11d2e6ddfeabab','1442659795','no'),('13889','_transient_mm_spam_d8fed250c9a7bf4c5d11d2e6ddfeabab','no','no'),('13890','_transient_timeout_mm_spam_c3099d13aa268d490ee7000af7818e5b','1442659889','no'),('13891','_transient_mm_spam_c3099d13aa268d490ee7000af7818e5b','no','no'),('13892','_transient_timeout_mm_spam_e294b398c5950ac328029f38faf73a04','1442659927','no'),('13893','_transient_mm_spam_e294b398c5950ac328029f38faf73a04','no','no'),('13894','_transient_timeout_mm_spam_7a14cfa615f7e2bdc07211839ba587a1','1442660179','no'),('13895','_transient_mm_spam_7a14cfa615f7e2bdc07211839ba587a1','no','no'),('13896','_transient_timeout_mm_spam_ec2ba0d2bbbec7e558283a0e7a2966fa','1442660342','no'),('13897','_transient_mm_spam_ec2ba0d2bbbec7e558283a0e7a2966fa','no','no'),('13898','_transient_timeout_mm_spam_40f4dc54333cfa87d8f417e50f947744','1442660360','no'),('13899','_transient_mm_spam_40f4dc54333cfa87d8f417e50f947744','no','no'),('13900','_transient_timeout_mm_spam_6ef3fd54deb52b31dc7d4268b8f4765f','1442660527','no'),('13901','_transient_mm_spam_6ef3fd54deb52b31dc7d4268b8f4765f','no','no'),('13902','_transient_timeout_mm_spam_8779dee65da810f58756ae16ee81c3ca','1442660566','no'),('13903','_transient_mm_spam_8779dee65da810f58756ae16ee81c3ca','no','no'),('13904','_transient_timeout_mm_spam_d91808439a30e9aaf28789723000e6cf','1442660606','no'),('13905','_transient_mm_spam_d91808439a30e9aaf28789723000e6cf','no','no'),('13908','_transient_timeout_mm_spam_6b0ddd0ff00fd46b27d3df55ed5662d5','1442660757','no'),('13909','_transient_mm_spam_6b0ddd0ff00fd46b27d3df55ed5662d5','no','no'),('13910','_transient_timeout_mm_spam_4873c418eac4ed0b2e3bc8142f54c476','1442660809','no'),('13911','_transient_mm_spam_4873c418eac4ed0b2e3bc8142f54c476','no','no'),('13912','_transient_timeout_mm_spam_669fb6b99b8d4fa600e88af075602874','1442660811','no'),('13913','_transient_mm_spam_669fb6b99b8d4fa600e88af075602874','no','no'),('13914','_transient_timeout_mm_spam_c78f0c37b654cbe2304c74415ec801f6','1442661113','no'),('13915','_transient_mm_spam_c78f0c37b654cbe2304c74415ec801f6','no','no'),('13916','_transient_timeout_mm_spam_5757ce02050f108e4929f8f12ed99a57','1442661124','no'),('13917','_transient_mm_spam_5757ce02050f108e4929f8f12ed99a57','no','no'),('13918','_transient_timeout_mm_spam_21a39db2e63bf7b50f4e96528d9fd8ce','1442661221','no'),('13919','_transient_mm_spam_21a39db2e63bf7b50f4e96528d9fd8ce','no','no'),('13920','_transient_timeout_mm_spam_dba62d550b2e5fede457093d56b37de3','1442661224','no'),('13921','_transient_mm_spam_dba62d550b2e5fede457093d56b37de3','no','no'),('13923','_transient_timeout_mm_spam_4c116a30e957708e63e89c270a92fefc','1442661424','no'),('13924','_transient_mm_spam_4c116a30e957708e63e89c270a92fefc','no','no'),('13925','_transient_timeout_mm_spam_e94b5579e77f0bbe5f7f76caf6ae6948','1442661469','no'),('13926','_transient_mm_spam_e94b5579e77f0bbe5f7f76caf6ae6948','no','no'),('13927','_transient_timeout_mm_spam_dc5f76c710c0fc7f403cb4c8e1a05353','1442661751','no'),('13928','_transient_mm_spam_dc5f76c710c0fc7f403cb4c8e1a05353','no','no'),('13929','_transient_timeout_mm_spam_ec5c67bfa0c5510760b94593530a6a1f','1442661788','no'),('13930','_transient_mm_spam_ec5c67bfa0c5510760b94593530a6a1f','no','no'),('13932','_transient_timeout_mm_spam_51d5d864a3050ede41b0e96c95ea3ca8','1442661896','no'),('13933','_transient_mm_spam_51d5d864a3050ede41b0e96c95ea3ca8','no','no'),('13934','_transient_timeout_mm_spam_9df1a62707286dee1f9a00867185e6a8','1442661936','no'),('13935','_transient_mm_spam_9df1a62707286dee1f9a00867185e6a8','no','no'),('13936','_transient_timeout_mm_spam_e1dc57e8913e2502fc74ec84e6c0de09','1442662024','no'),('13937','_transient_mm_spam_e1dc57e8913e2502fc74ec84e6c0de09','no','no'),('13938','_transient_timeout_mm_spam_461280cca739379f7f65e664dd0ef078','1442662091','no'),('13939','_transient_mm_spam_461280cca739379f7f65e664dd0ef078','no','no'),('13940','_transient_timeout_mm_spam_56987c8f232cafc1334b3f4dd92ae667','1442662193','no'),('13941','_transient_mm_spam_56987c8f232cafc1334b3f4dd92ae667','no','no'),('13942','_transient_timeout_mm_spam_53d9819a77d9e0f642586c47cf7212f3','1442662205','no'),('13943','_transient_mm_spam_53d9819a77d9e0f642586c47cf7212f3','no','no'),('13944','_transient_timeout_mm_spam_c60f42dd57c6e3174bb057cbe7fc406e','1442662284','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13945','_transient_mm_spam_c60f42dd57c6e3174bb057cbe7fc406e','no','no'),('13946','_transient_timeout_mm_spam_30ddfdc6ba6a4868dad2fcb042a70dc8','1442662580','no'),('13947','_transient_mm_spam_30ddfdc6ba6a4868dad2fcb042a70dc8','no','no'),('13948','_transient_timeout_mm_spam_843988f0430d08f80575b88aa570be2a','1442662625','no'),('13949','_transient_mm_spam_843988f0430d08f80575b88aa570be2a','no','no'),('13952','_transient_timeout_mm_spam_e03929899a839b5f8568168f0d7981b9','1442662693','no'),('13953','_transient_mm_spam_e03929899a839b5f8568168f0d7981b9','no','no'),('13954','_transient_timeout_mm_spam_2184eccedca28b8b926a24907532a49d','1442662842','no'),('13955','_transient_mm_spam_2184eccedca28b8b926a24907532a49d','no','no'),('13956','_transient_timeout_mm_spam_1b627cb91e297a0a11381e0ec1d22959','1442662860','no'),('13957','_transient_mm_spam_1b627cb91e297a0a11381e0ec1d22959','no','no'),('13958','_transient_timeout_mm_spam_22797944d6c9209ce7475eae323c1f23','1442662884','no'),('13959','_transient_mm_spam_22797944d6c9209ce7475eae323c1f23','no','no'),('13960','_transient_timeout_mm_spam_afff41d4089bf908cc5e32f794199c72','1442663027','no'),('13961','_transient_mm_spam_afff41d4089bf908cc5e32f794199c72','no','no'),('13962','_transient_timeout_mm_spam_9aebd8d2407103316c833ef9ead1fa74','1442663165','no'),('13963','_transient_mm_spam_9aebd8d2407103316c833ef9ead1fa74','no','no'),('13964','_transient_timeout_mm_spam_554a7ebcbfdd25fa23ea5d8f45fa649f','1442663171','no'),('13965','_transient_mm_spam_554a7ebcbfdd25fa23ea5d8f45fa649f','no','no'),('13966','_transient_timeout_mm_spam_92debf00f30d50567da787bde39dc7c4','1442663202','no'),('13967','_transient_mm_spam_92debf00f30d50567da787bde39dc7c4','no','no'),('13968','_transient_timeout_mm_spam_38940b4c3953adf196d3ddcd81b25c88','1442663222','no'),('13969','_transient_mm_spam_38940b4c3953adf196d3ddcd81b25c88','no','no'),('13970','_transient_timeout_mm_spam_265013f2c0e6f65abba91f79310df33f','1442663342','no'),('13971','_transient_mm_spam_265013f2c0e6f65abba91f79310df33f','no','no'),('13972','_transient_timeout_mm_spam_e03c761a253f064de3ecfc9a33ff5ce7','1442663433','no'),('13973','_transient_mm_spam_e03c761a253f064de3ecfc9a33ff5ce7','no','no'),('13974','_transient_timeout_mm_spam_281ad070c214a0804644ed413926b302','1442663466','no'),('13975','_transient_mm_spam_281ad070c214a0804644ed413926b302','no','no'),('13976','_transient_timeout_mm_spam_86037d2e2504da010891c63430c2288f','1442663518','no'),('13977','_transient_mm_spam_86037d2e2504da010891c63430c2288f','no','no'),('13978','_transient_timeout_mm_spam_317aba3f7d94dd8dffcf0916b6b78934','1442663556','no'),('13979','_transient_mm_spam_317aba3f7d94dd8dffcf0916b6b78934','no','no'),('13980','_transient_timeout_mm_spam_d1091abdea86895fa49a9ec9abd258ce','1442663559','no'),('13981','_transient_mm_spam_d1091abdea86895fa49a9ec9abd258ce','no','no'),('13982','_transient_timeout_mm_spam_cdb7ca5db92321ad4e064ce9425c4ce2','1442663600','no'),('13983','_transient_mm_spam_cdb7ca5db92321ad4e064ce9425c4ce2','no','no'),('13984','_transient_timeout_mm_spam_6441285c178173c5f74e07958958f1e7','1442663704','no'),('13985','_transient_mm_spam_6441285c178173c5f74e07958958f1e7','no','no'),('13986','_transient_timeout_mm_spam_84323a1b13a853910bad0f7d1704b36c','1442663840','no'),('13987','_transient_mm_spam_84323a1b13a853910bad0f7d1704b36c','no','no'),('13988','_transient_timeout_mm_spam_11ca64418feaac25fc84635d600f3010','1442663852','no'),('13989','_transient_mm_spam_11ca64418feaac25fc84635d600f3010','no','no'),('13990','_transient_timeout_mm_spam_a3aeefc0734ae5aafc30ab8025d52cfd','1442663914','no'),('13991','_transient_mm_spam_a3aeefc0734ae5aafc30ab8025d52cfd','no','no'),('13992','_transient_timeout_mm_spam_7442acd7e5f4b28a177d62f95c2b32fa','1442664004','no'),('13993','_transient_mm_spam_7442acd7e5f4b28a177d62f95c2b32fa','no','no'),('13994','_transient_timeout_mm_spam_7ef244e78387ccb1fe3aca178d260619','1442664019','no'),('13995','_transient_mm_spam_7ef244e78387ccb1fe3aca178d260619','no','no'),('13996','_transient_timeout_mm_spam_08bbe98a0e82370d3442335a54a32548','1442664103','no'),('13997','_transient_mm_spam_08bbe98a0e82370d3442335a54a32548','no','no'),('13998','_transient_timeout_mm_spam_17281a5b2be8415bd6cd87e735477aba','1442664183','no'),('13999','_transient_mm_spam_17281a5b2be8415bd6cd87e735477aba','no','no'),('14000','_transient_timeout_mm_spam_1e81437ddcf31e2a5466b1ee4de2e87b','1442664310','no'),('14001','_transient_mm_spam_1e81437ddcf31e2a5466b1ee4de2e87b','no','no'),('14002','_transient_timeout_mm_spam_f599ba545c991cc0fe239d5ebbb89dd8','1442664388','no'),('14003','_transient_mm_spam_f599ba545c991cc0fe239d5ebbb89dd8','no','no'),('14004','_transient_timeout_mm_spam_6fa332eed0b26bae5d3825440ba706e4','1442664494','no'),('14005','_transient_mm_spam_6fa332eed0b26bae5d3825440ba706e4','no','no'),('14006','_transient_timeout_mm_spam_5c424b6b396fef84db35efe861cadcc5','1442664616','no'),('14007','_transient_mm_spam_5c424b6b396fef84db35efe861cadcc5','no','no'),('14008','_transient_timeout_mm_spam_60c882c5e375564a6950558c744bce75','1442664748','no'),('14009','_transient_mm_spam_60c882c5e375564a6950558c744bce75','no','no'),('14010','_transient_timeout_mm_spam_b2c3fd5b6bc36560049e1b6529b98abf','1442664910','no'),('14011','_transient_mm_spam_b2c3fd5b6bc36560049e1b6529b98abf','no','no'),('14013','_transient_timeout_mm_spam_a0b8646aeee40bc580626b3263c84b54','1442665036','no'),('14014','_transient_mm_spam_a0b8646aeee40bc580626b3263c84b54','no','no'),('14015','_transient_timeout_mm_spam_1d1438c5d342e2179c04e5f35ffe3daf','1442665177','no'),('14016','_transient_mm_spam_1d1438c5d342e2179c04e5f35ffe3daf','no','no'),('14017','_transient_timeout_mm_spam_8188ac1dd1e4fa5a04991ffeae6359de','1442665223','no'),('14018','_transient_mm_spam_8188ac1dd1e4fa5a04991ffeae6359de','no','no'),('14019','_transient_timeout_mm_spam_b618cbcbf9276f0e97d50f6a419153ca','1442665259','no'),('14020','_transient_mm_spam_b618cbcbf9276f0e97d50f6a419153ca','no','no'),('14021','_transient_timeout_mm_spam_8ed5a533a1766eb4256a8f766dbf8e77','1442665267','no'),('14022','_transient_mm_spam_8ed5a533a1766eb4256a8f766dbf8e77','no','no'),('14023','_transient_timeout_mm_spam_bc6b70f4bdc632217317fc1ca4afa912','1442665373','no'),('14024','_transient_mm_spam_bc6b70f4bdc632217317fc1ca4afa912','no','no'),('14025','_transient_timeout_mm_spam_7371b12ba3812ecf376b8be709dba9be','1442665390','no'),('14026','_transient_mm_spam_7371b12ba3812ecf376b8be709dba9be','no','no'),('14028','_transient_timeout_mm_spam_3a76d1a245c8babebba22651b2096d30','1442665438','no'),('14029','_transient_mm_spam_3a76d1a245c8babebba22651b2096d30','no','no'),('14030','_transient_timeout_mm_spam_af191773dd1a47e06e33a2e9dc4aec1c','1442665621','no'),('14031','_transient_mm_spam_af191773dd1a47e06e33a2e9dc4aec1c','no','no'),('14032','_transient_timeout_mm_spam_a5661c3ad78e312d4af539b654b5ccd6','1442665665','no'),('14033','_transient_mm_spam_a5661c3ad78e312d4af539b654b5ccd6','no','no'),('14034','_transient_timeout_mm_spam_0c6e3530d9e0b0bea4242e25c41fe057','1442665670','no'),('14035','_transient_mm_spam_0c6e3530d9e0b0bea4242e25c41fe057','no','no'),('14036','_transient_timeout_mm_spam_57ab7ea53db275abea1cf5d144865e31','1442665793','no'),('14037','_transient_mm_spam_57ab7ea53db275abea1cf5d144865e31','no','no'),('14038','_transient_timeout_mm_spam_33ec3d0500945e37d2d36efccb797d53','1442665876','no'),('14039','_transient_mm_spam_33ec3d0500945e37d2d36efccb797d53','no','no'),('14040','_transient_timeout_mm_spam_092f9ccab3f9775c045f6b70efc37bcd','1442665983','no'),('14041','_transient_mm_spam_092f9ccab3f9775c045f6b70efc37bcd','no','no'),('14042','_transient_timeout_mm_spam_4059fee5b062833a6149b7d1e606792c','1442666003','no'),('14043','_transient_mm_spam_4059fee5b062833a6149b7d1e606792c','no','no'),('14044','_transient_timeout_mm_spam_21efe9e3d8b657055a153c765b9f7012','1442666097','no'),('14045','_transient_mm_spam_21efe9e3d8b657055a153c765b9f7012','no','no'),('14046','_transient_timeout_mm_spam_9776b0f6d6948083d0e160517df6c672','1442666170','no'),('14047','_transient_mm_spam_9776b0f6d6948083d0e160517df6c672','no','no'),('14048','_transient_timeout_mm_spam_6667c0b6a80491e73b20a931dabaf88b','1442666214','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14049','_transient_mm_spam_6667c0b6a80491e73b20a931dabaf88b','no','no'),('14050','_transient_timeout_mm_spam_6e3b176e569449e0ab256658f6e01918','1442666230','no'),('14051','_transient_mm_spam_6e3b176e569449e0ab256658f6e01918','no','no'),('14052','_transient_timeout_mm_spam_cb66c163467ffefd1235ce46e60115e2','1442666282','no'),('14053','_transient_mm_spam_cb66c163467ffefd1235ce46e60115e2','no','no'),('14054','_transient_timeout_mm_spam_b8045a4fe67bf03cc54e7152588b3477','1442666390','no'),('14055','_transient_mm_spam_b8045a4fe67bf03cc54e7152588b3477','no','no'),('14056','_transient_timeout_mm_spam_12deac946a7627e9ca27d2c3ad9beb2f','1442666404','no'),('14057','_transient_mm_spam_12deac946a7627e9ca27d2c3ad9beb2f','no','no'),('14058','_transient_timeout_mm_spam_448b119cb92d0303e2bcf5cc6b72f62f','1442666407','no'),('14059','_transient_mm_spam_448b119cb92d0303e2bcf5cc6b72f62f','no','no'),('14060','_transient_timeout_mm_spam_602610bfb3a1f38d2a80a3b40e4226a4','1442666411','no'),('14061','_transient_mm_spam_602610bfb3a1f38d2a80a3b40e4226a4','no','no'),('14062','_transient_timeout_mm_spam_35c62aa2640fc4d6b9f23360f958022d','1442666588','no'),('14063','_transient_mm_spam_35c62aa2640fc4d6b9f23360f958022d','no','no'),('14064','_transient_timeout_mm_spam_22efb7cdc7e3f0293dfc1e8420960de6','1442666644','no'),('14065','_transient_mm_spam_22efb7cdc7e3f0293dfc1e8420960de6','no','no'),('14066','_transient_timeout_mm_spam_3d8ebccd1e477c6c52428ac5902a462b','1442666663','no'),('14067','_transient_mm_spam_3d8ebccd1e477c6c52428ac5902a462b','no','no'),('14068','_transient_timeout_mm_spam_69fd2f6a5b56cdaaac4cc24fc3323370','1442666681','no'),('14069','_transient_mm_spam_69fd2f6a5b56cdaaac4cc24fc3323370','no','no'),('14070','_transient_timeout_mm_spam_c8d59e71439f27f21b609e1fcf08bde5','1442666746','no'),('14071','_transient_mm_spam_c8d59e71439f27f21b609e1fcf08bde5','no','no'),('14072','_transient_timeout_mm_spam_b56c57b4797c4cfaec0f6ac8e508f4e2','1442666784','no'),('14073','_transient_mm_spam_b56c57b4797c4cfaec0f6ac8e508f4e2','no','no'),('14074','_transient_timeout_mm_spam_704e2244622cf4d6270e793a931d0dde','1442666872','no'),('14075','_transient_mm_spam_704e2244622cf4d6270e793a931d0dde','no','no'),('14076','_transient_timeout_mm_spam_f33a0a0803d6860ffaa42f59c99f7c67','1442666903','no'),('14077','_transient_mm_spam_f33a0a0803d6860ffaa42f59c99f7c67','no','no'),('14078','_transient_timeout_mm_spam_fc36b77e407b2e1fe8b3f3a3f59bd17a','1442667087','no'),('14079','_transient_mm_spam_fc36b77e407b2e1fe8b3f3a3f59bd17a','no','no'),('14080','_transient_timeout_mm_spam_4de4aa712d018f4c138ac13e53bd2fd3','1442667153','no'),('14081','_transient_mm_spam_4de4aa712d018f4c138ac13e53bd2fd3','no','no'),('14082','_transient_timeout_mm_spam_155c04678af493ff0ae4314f30b388b0','1442667330','no'),('14083','_transient_mm_spam_155c04678af493ff0ae4314f30b388b0','no','no'),('14084','_transient_timeout_mm_spam_d9fa91d2da1eea16c0bc53da6dd8fdce','1442667344','no'),('14085','_transient_mm_spam_d9fa91d2da1eea16c0bc53da6dd8fdce','no','no'),('14086','_transient_timeout_mm_spam_ff5d640b013b8f83d85918f003eaac1e','1442667534','no'),('14087','_transient_mm_spam_ff5d640b013b8f83d85918f003eaac1e','no','no'),('14088','_transient_timeout_mm_spam_fa29905c1a9bf3d5f102278230cf2257','1442667559','no'),('14089','_transient_mm_spam_fa29905c1a9bf3d5f102278230cf2257','no','no'),('14090','_transient_timeout_mm_spam_1b99707e4efb42375aca39be0aea102b','1442667727','no'),('14091','_transient_mm_spam_1b99707e4efb42375aca39be0aea102b','no','no'),('14092','_transient_timeout_mm_spam_23a6bcf31c7cc6fab744fe262d67c170','1442667852','no'),('14093','_transient_mm_spam_23a6bcf31c7cc6fab744fe262d67c170','no','no'),('14094','_transient_timeout_mm_spam_8176a5c9006cd3b7037889917355fa92','1442667880','no'),('14095','_transient_mm_spam_8176a5c9006cd3b7037889917355fa92','no','no'),('14096','_transient_timeout_mm_spam_c5ab26be7a23492c1cea570b0dffa403','1442667912','no'),('14097','_transient_mm_spam_c5ab26be7a23492c1cea570b0dffa403','no','no'),('14098','_transient_timeout_mm_spam_66cf869541aeaab8508d29a9387ddb55','1442668095','no'),('14099','_transient_mm_spam_66cf869541aeaab8508d29a9387ddb55','no','no'),('14102','_transient_timeout_mm_spam_32e8039c942f0b54e85f496e4263e1f8','1442668222','no'),('14103','_transient_mm_spam_32e8039c942f0b54e85f496e4263e1f8','no','no'),('14105','_transient_timeout_mm_spam_2ffbf2c1ef0740ba0844e7da16d89cc3','1442668569','no'),('14106','_transient_mm_spam_2ffbf2c1ef0740ba0844e7da16d89cc3','no','no'),('14107','_transient_timeout_mm_spam_70c2d6537fa8b70097d722d2ef57aa6d','1442668619','no'),('14108','_transient_mm_spam_70c2d6537fa8b70097d722d2ef57aa6d','no','no'),('14109','_transient_timeout_mm_spam_d28d926f9875fc714e4febc71a6091f7','1442668709','no'),('14110','_transient_mm_spam_d28d926f9875fc714e4febc71a6091f7','no','no'),('14111','_transient_timeout_mm_spam_bba89a222fe2242b8cc496e21a62b067','1442668787','no'),('14112','_transient_mm_spam_bba89a222fe2242b8cc496e21a62b067','no','no'),('14113','_transient_timeout_mm_spam_d7bb9a8e971c40455884044ab05740d7','1442668840','no'),('14114','_transient_mm_spam_d7bb9a8e971c40455884044ab05740d7','no','no'),('14115','_transient_timeout_mm_spam_d12f753496a1a88a4ce09c9e3f6dab89','1442669088','no'),('14116','_transient_mm_spam_d12f753496a1a88a4ce09c9e3f6dab89','no','no'),('14117','_transient_timeout_mm_spam_41fc73c94b4fe56508aa424c93ae677f','1442669118','no'),('14118','_transient_mm_spam_41fc73c94b4fe56508aa424c93ae677f','no','no'),('14119','_transient_timeout_mm_spam_1c0a5f4f37ab6542a43765658148181c','1442669335','no'),('14120','_transient_mm_spam_1c0a5f4f37ab6542a43765658148181c','no','no'),('14121','_transient_timeout_mm_spam_5a4f40dfe053aa7a35d9fd5ccd6b67dd','1442669338','no'),('14122','_transient_mm_spam_5a4f40dfe053aa7a35d9fd5ccd6b67dd','no','no'),('14123','_transient_timeout_mm_spam_93c7db18c17146f0ceae3bb41d0cc5d4','1442669388','no'),('14124','_transient_mm_spam_93c7db18c17146f0ceae3bb41d0cc5d4','no','no'),('14127','_transient_timeout_mm_spam_fcfe7719e6349b2bace3e66f41ded12b','1442669601','no'),('14128','_transient_mm_spam_fcfe7719e6349b2bace3e66f41ded12b','no','no'),('14129','_transient_timeout_mm_spam_e334980a96bfd9de3b14a0465a7e4d3a','1442669665','no'),('14130','_transient_mm_spam_e334980a96bfd9de3b14a0465a7e4d3a','no','no'),('14131','_transient_timeout_mm_spam_d604d776c104119258cae95439d17c51','1442669815','no'),('14132','_transient_mm_spam_d604d776c104119258cae95439d17c51','no','no'),('14133','_transient_timeout_mm_spam_7c3935d5cc1943a487aa1c707cd8e1a6','1442669845','no'),('14134','_transient_mm_spam_7c3935d5cc1943a487aa1c707cd8e1a6','no','no'),('14135','_transient_timeout_mm_spam_ca127ac1cd9aa2f48ad0ecf3fd527197','1442669899','no'),('14136','_transient_mm_spam_ca127ac1cd9aa2f48ad0ecf3fd527197','no','no'),('14137','_transient_timeout_mm_spam_7d1f1040ffc22cbe2c9366a8d876560e','1442670021','no'),('14138','_transient_mm_spam_7d1f1040ffc22cbe2c9366a8d876560e','no','no'),('14139','_transient_timeout_mm_spam_8f2af235dec45750f390d92d043716e6','1442670296','no'),('14140','_transient_mm_spam_8f2af235dec45750f390d92d043716e6','no','no'),('14141','_transient_timeout_mm_spam_12d9157a0552c77d2eca03cf69b6683a','1442670359','no'),('14142','_transient_mm_spam_12d9157a0552c77d2eca03cf69b6683a','no','no'),('14143','_transient_timeout_mm_spam_a31a0af2fafadf5c5ace71c7000103b3','1442670410','no'),('14144','_transient_mm_spam_a31a0af2fafadf5c5ace71c7000103b3','no','no'),('14145','_transient_timeout_mm_spam_9a41c4652be4979d3f64acbf80c4a086','1442670564','no'),('14146','_transient_mm_spam_9a41c4652be4979d3f64acbf80c4a086','no','no'),('14147','_transient_timeout_mm_spam_e917ddc7b0917f8b428bae4511a8dfa4','1442670567','no'),('14148','_transient_mm_spam_e917ddc7b0917f8b428bae4511a8dfa4','no','no'),('14149','_transient_timeout_mm_spam_acd151651d1989822c1efb9f496536a2','1442670575','no'),('14150','_transient_mm_spam_acd151651d1989822c1efb9f496536a2','no','no'),('14151','_transient_timeout_mm_spam_dde980794520ba557303eace6d7981cb','1442670727','no'),('14152','_transient_mm_spam_dde980794520ba557303eace6d7981cb','no','no'),('14153','_transient_timeout_mm_spam_73741939d4b02bf56385c9377bdffde8','1442670963','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14154','_transient_mm_spam_73741939d4b02bf56385c9377bdffde8','no','no'),('14155','_transient_timeout_mm_spam_f11b42baed2682ab91059f2f5ed40a49','1442670980','no'),('14156','_transient_mm_spam_f11b42baed2682ab91059f2f5ed40a49','no','no'),('14157','_transient_timeout_mm_spam_c22eda0e8129a42713151cec71e6032e','1442671099','no'),('14158','_transient_mm_spam_c22eda0e8129a42713151cec71e6032e','no','no'),('14159','_transient_timeout_mm_spam_596cd80a5035983d1eaa4ac7de60fcd3','1442671178','no'),('14160','_transient_mm_spam_596cd80a5035983d1eaa4ac7de60fcd3','no','no'),('14161','_transient_timeout_mm_spam_ccdca7a8ca8f2bd41b2b827d05c3c8fb','1442671265','no'),('14162','_transient_mm_spam_ccdca7a8ca8f2bd41b2b827d05c3c8fb','no','no'),('14163','_transient_timeout_mm_spam_d3f985312c4b7646eb17016c21375979','1442671285','no'),('14164','_transient_mm_spam_d3f985312c4b7646eb17016c21375979','no','no'),('14165','_transient_timeout_mm_spam_689d7b9c01b04f82ed4c0a080762144d','1442671334','no'),('14166','_transient_mm_spam_689d7b9c01b04f82ed4c0a080762144d','no','no'),('14167','_transient_timeout_mm_spam_ae8f9b0efab18c0be56375d8e59440c8','1442671367','no'),('14168','_transient_mm_spam_ae8f9b0efab18c0be56375d8e59440c8','no','no'),('14169','_transient_timeout_mm_spam_d6baf2a560317cc92129f5460e306de4','1442671391','no'),('14170','_transient_mm_spam_d6baf2a560317cc92129f5460e306de4','no','no'),('14171','_transient_timeout_mm_spam_38591ea6058b4152af6a42a7e21e92c8','1442671421','no'),('14172','_transient_mm_spam_38591ea6058b4152af6a42a7e21e92c8','no','no'),('14173','_transient_timeout_mm_spam_ade9a356a79c127bf4a0f16279bccfc6','1442671649','no'),('14174','_transient_mm_spam_ade9a356a79c127bf4a0f16279bccfc6','no','no'),('14175','_transient_timeout_mm_spam_52793d1876e91d6eb3718c064cc9b46b','1442671691','no'),('14176','_transient_mm_spam_52793d1876e91d6eb3718c064cc9b46b','no','no'),('14177','_transient_timeout_mm_spam_60fc312a7b138e08a81de8a3520e8018','1442671761','no'),('14178','_transient_mm_spam_60fc312a7b138e08a81de8a3520e8018','no','no'),('14179','_transient_timeout_mm_spam_1b20fc015a3c2fc1556f2be7c23d22d4','1442671802','no'),('14180','_transient_mm_spam_1b20fc015a3c2fc1556f2be7c23d22d4','no','no'),('14181','_transient_timeout_mm_spam_30195fb111ed1f172d07d40e9bf00a75','1442672134','no'),('14182','_transient_mm_spam_30195fb111ed1f172d07d40e9bf00a75','no','no'),('14184','_transient_timeout_mm_spam_f4cfa3ff3f412aedd78bd6f22e66b52e','1442672332','no'),('14185','_transient_mm_spam_f4cfa3ff3f412aedd78bd6f22e66b52e','no','no'),('14186','_transient_timeout_mm_spam_1462835367f472fef3e5d8f1d618dc5c','1442672376','no'),('14187','_transient_mm_spam_1462835367f472fef3e5d8f1d618dc5c','no','no'),('14188','_transient_timeout_mm_spam_730c11281e6531042c9ca794fa184c47','1442672400','no'),('14189','_transient_mm_spam_730c11281e6531042c9ca794fa184c47','no','no'),('14190','_transient_timeout_mm_spam_d30a70e554833970230b76c6aaba18c7','1442672512','no'),('14191','_transient_mm_spam_d30a70e554833970230b76c6aaba18c7','no','no'),('14192','_transient_timeout_mm_spam_ece9a1ae1b8f2581033e47ba4d0a4ecd','1442672573','no'),('14193','_transient_mm_spam_ece9a1ae1b8f2581033e47ba4d0a4ecd','no','no'),('14195','_transient_timeout_mm_spam_2227a4fe705016b2e6af8053fcc516bd','1442672711','no'),('14196','_transient_mm_spam_2227a4fe705016b2e6af8053fcc516bd','no','no'),('14197','_transient_timeout_mm_spam_b9cb0c6e90e6ac748b8a5d9f1065912c','1442672852','no'),('14198','_transient_mm_spam_b9cb0c6e90e6ac748b8a5d9f1065912c','no','no'),('14199','_transient_timeout_mm_spam_14ec710dd6a95af83ccc3b5a8ba2aec7','1442672856','no'),('14200','_transient_mm_spam_14ec710dd6a95af83ccc3b5a8ba2aec7','no','no'),('14201','_transient_timeout_mm_spam_f9051aca3b6e1b6b1f8b36ed448f136b','1442673131','no'),('14202','_transient_mm_spam_f9051aca3b6e1b6b1f8b36ed448f136b','no','no'),('14233','_transient_timeout_mm_spam_e030fe21731fed76af1d15a0e7d7d0c7','1442673405','no'),('14234','_transient_mm_spam_e030fe21731fed76af1d15a0e7d7d0c7','no','no'),('14235','_transient_timeout_mm_spam_ef6964559f6882b804a9c6a28179abef','1442673917','no'),('14236','_transient_mm_spam_ef6964559f6882b804a9c6a28179abef','no','no'),('14237','_transient_timeout_mm_spam_1d568356002e66d55b2ff7fb2f2911d5','1442674081','no'),('14238','_transient_mm_spam_1d568356002e66d55b2ff7fb2f2911d5','no','no'),('14239','_transient_timeout_mm_spam_bbda2e5a02fd0715f9fc7d4561089b57','1442674203','no'),('14240','_transient_mm_spam_bbda2e5a02fd0715f9fc7d4561089b57','no','no'),('14241','_transient_timeout_mm_spam_84613b3ba2dacb78afb033b3a9c58713','1442674216','no'),('14242','_transient_mm_spam_84613b3ba2dacb78afb033b3a9c58713','no','no'),('14243','_transient_timeout_mm_spam_c9d76808a8e544bfe9e8841f53ef013b','1442674575','no'),('14244','_transient_mm_spam_c9d76808a8e544bfe9e8841f53ef013b','no','no'),('14245','_transient_timeout_mm_spam_b0a508a376f5cc6833732e4ba383d9d6','1442674664','no'),('14246','_transient_mm_spam_b0a508a376f5cc6833732e4ba383d9d6','no','no'),('14247','_transient_timeout_mm_spam_09ae4bc7890c9f41d08e3e18f51a0c41','1442674932','no'),('14248','_transient_mm_spam_09ae4bc7890c9f41d08e3e18f51a0c41','no','no'),('14249','_transient_timeout_mm_spam_17feed01e43f7415788b16beb5164393','1442675029','no'),('14250','_transient_mm_spam_17feed01e43f7415788b16beb5164393','no','no'),('14251','_transient_timeout_mm_spam_5478a4870df4fce339ec128ebb511d5d','1442675202','no'),('14252','_transient_mm_spam_5478a4870df4fce339ec128ebb511d5d','no','no'),('14255','_transient_timeout_mm_spam_588158dabf2bed46db433ee7c92cfd7f','1442675506','no'),('14256','_transient_mm_spam_588158dabf2bed46db433ee7c92cfd7f','no','no'),('14257','_transient_timeout_mm_spam_b188d45bd17c7767e860d6417e416aad','1442675544','no'),('14258','_transient_mm_spam_b188d45bd17c7767e860d6417e416aad','no','no'),('14259','_transient_timeout_mm_spam_83e9bba78eeda10a5b0783889dd5ebe3','1442675626','no'),('14260','_transient_mm_spam_83e9bba78eeda10a5b0783889dd5ebe3','no','no'),('14262','_transient_timeout_mm_spam_fef8ae8c763df86e6753c9662baa8ad8','1442675784','no'),('14263','_transient_mm_spam_fef8ae8c763df86e6753c9662baa8ad8','no','no'),('14264','_transient_timeout_mm_spam_c38552471432f6e4a8ccff3fae2204a6','1442675960','no'),('14265','_transient_mm_spam_c38552471432f6e4a8ccff3fae2204a6','no','no'),('14266','_transient_timeout_mm_spam_3d2668399e61ac8a762dd126b91fe377','1442676037','no'),('14267','_transient_mm_spam_3d2668399e61ac8a762dd126b91fe377','no','no'),('14268','_transient_timeout_mm_spam_3e2564cc7c962aa3af93eed9a565faa8','1442676125','no'),('14269','_transient_mm_spam_3e2564cc7c962aa3af93eed9a565faa8','no','no'),('14271','_transient_timeout_mm_spam_6616d1508b53c699d090239fa76daf21','1442676318','no'),('14272','_transient_mm_spam_6616d1508b53c699d090239fa76daf21','no','no'),('14273','_transient_timeout_mm_spam_a0fb2e96720248d2bfb3f2c4ebedd672','1442676368','no'),('14274','_transient_mm_spam_a0fb2e96720248d2bfb3f2c4ebedd672','no','no'),('14275','_transient_timeout_mm_spam_eb71dc2690d68854ef942274a45d2d65','1442676372','no'),('14276','_transient_mm_spam_eb71dc2690d68854ef942274a45d2d65','no','no'),('14277','_transient_timeout_mm_spam_f422c731792b5c9a0a112b0e18d9d718','1442676530','no'),('14278','_transient_mm_spam_f422c731792b5c9a0a112b0e18d9d718','no','no'),('14279','_transient_timeout_mm_spam_0d2f6a8116166986514732f4382a94e1','1442676570','no'),('14280','_transient_mm_spam_0d2f6a8116166986514732f4382a94e1','no','no'),('14281','_transient_timeout_mm_spam_aa11825ec648ef303cd22d76d3597928','1442676572','no'),('14282','_transient_mm_spam_aa11825ec648ef303cd22d76d3597928','no','no'),('14283','_transient_timeout_mm_spam_321572fff071d9e9dd378ccc7c0f6e58','1442676615','no'),('14284','_transient_mm_spam_321572fff071d9e9dd378ccc7c0f6e58','no','no'),('14285','_transient_timeout_mm_spam_f2af8941a9a66150a2f541275dac923e','1442676648','no'),('14286','_transient_mm_spam_f2af8941a9a66150a2f541275dac923e','no','no'),('14287','_transient_timeout_mm_spam_85dde211cdad17f12705ed7fac6a73e5','1442676682','no'),('14288','_transient_mm_spam_85dde211cdad17f12705ed7fac6a73e5','no','no'),('14289','_transient_timeout_mm_spam_1ea0a1dc194574250ca9d0804d678ac7','1442676978','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14290','_transient_mm_spam_1ea0a1dc194574250ca9d0804d678ac7','no','no'),('14291','_transient_timeout_mm_spam_0eed93144b5d8ef7b8e53986ad4e1e4d','1442677048','no'),('14292','_transient_mm_spam_0eed93144b5d8ef7b8e53986ad4e1e4d','no','no'),('14293','_transient_timeout_mm_spam_e8d0d7adf74323e7abcd2473786a5066','1442677167','no'),('14294','_transient_mm_spam_e8d0d7adf74323e7abcd2473786a5066','no','no'),('14295','_transient_timeout_mm_spam_7c50464987bb6c14f0b4edcb16b23d1f','1442677305','no'),('14296','_transient_mm_spam_7c50464987bb6c14f0b4edcb16b23d1f','no','no'),('14297','_transient_timeout_mm_spam_34e4a5262f18ce273e7fc2731913557d','1442677524','no'),('14298','_transient_mm_spam_34e4a5262f18ce273e7fc2731913557d','no','no'),('14299','_transient_timeout_mm_spam_abf9d9aaaeb605c55289d2a0ede9bf0b','1442677977','no'),('14300','_transient_mm_spam_abf9d9aaaeb605c55289d2a0ede9bf0b','no','no'),('14301','_transient_timeout_mm_spam_ba3b9591865a1a04402ef63d3f8f2e10','1442678054','no'),('14302','_transient_mm_spam_ba3b9591865a1a04402ef63d3f8f2e10','no','no'),('14305','_transient_timeout_mm_spam_77173bb44c35967a86193857904fe6ca','1442678228','no'),('14306','_transient_mm_spam_77173bb44c35967a86193857904fe6ca','no','no'),('14309','_transient_timeout_mm_spam_779835046d66ebb83e9c53761d8d0a06','1442678268','no'),('14310','_transient_mm_spam_779835046d66ebb83e9c53761d8d0a06','no','no'),('14311','_transient_timeout_mm_spam_861c84acc24d25c4a4ec27e596baa975','1442678450','no'),('14312','_transient_mm_spam_861c84acc24d25c4a4ec27e596baa975','no','no'),('14313','_transient_timeout_mm_spam_af7eb2a62557386a468aa4bfa088374c','1442678642','no'),('14314','_transient_mm_spam_af7eb2a62557386a468aa4bfa088374c','no','no'),('14315','_transient_timeout_mm_spam_b65451614464583a98b11da4e1bfe554','1442678723','no'),('14316','_transient_mm_spam_b65451614464583a98b11da4e1bfe554','no','no'),('14317','_transient_timeout_mm_spam_75a2dc272e933f3d91de8f63801b22a0','1442678805','no'),('14318','_transient_mm_spam_75a2dc272e933f3d91de8f63801b22a0','no','no'),('14319','_transient_timeout_mm_spam_99e593b506e0c9f98323bc38d7649c23','1442678819','no'),('14320','_transient_mm_spam_99e593b506e0c9f98323bc38d7649c23','no','no'),('14321','_transient_timeout_mm_spam_bb9573196bbb6ead2c4b3ec283cb2f09','1442678896','no'),('14322','_transient_mm_spam_bb9573196bbb6ead2c4b3ec283cb2f09','no','no'),('14323','_transient_timeout_mm_spam_1fafdd3f031fb6ebc36b6f7d5961f223','1442679079','no'),('14324','_transient_mm_spam_1fafdd3f031fb6ebc36b6f7d5961f223','no','no'),('14325','_transient_timeout_mm_spam_2b05aaf29ccb24b93877928ee2675dc9','1442679123','no'),('14326','_transient_mm_spam_2b05aaf29ccb24b93877928ee2675dc9','no','no'),('14327','_transient_timeout_mm_spam_8eb5c5cbce0647b93c709745ef6b8da2','1442679179','no'),('14328','_transient_mm_spam_8eb5c5cbce0647b93c709745ef6b8da2','no','no'),('14329','_transient_timeout_mm_spam_aefeef279cf8c4b0744433570758da01','1442679217','no'),('14330','_transient_mm_spam_aefeef279cf8c4b0744433570758da01','no','no'),('14331','_transient_timeout_mm_spam_82408c4c0747b6a968f5437625487402','1442679290','no'),('14332','_transient_mm_spam_82408c4c0747b6a968f5437625487402','no','no'),('14334','_transient_timeout_mm_spam_1f229893f494291555a6a1613848165b','1442679445','no'),('14335','_transient_mm_spam_1f229893f494291555a6a1613848165b','no','no'),('14336','_transient_timeout_mm_spam_cb009270a047c5e53bb09f718b90a36c','1442679471','no'),('14337','_transient_mm_spam_cb009270a047c5e53bb09f718b90a36c','no','no'),('14338','_transient_timeout_mm_spam_9cf279c29feeaeacbf038a046f70c901','1442679530','no'),('14339','_transient_mm_spam_9cf279c29feeaeacbf038a046f70c901','no','no'),('14340','_transient_timeout_mm_spam_6d542c28ae2378417e1932d8d34bf1cc','1442679631','no'),('14341','_transient_mm_spam_6d542c28ae2378417e1932d8d34bf1cc','no','no'),('14342','_transient_timeout_mm_spam_bfbff077c13317d1c44c822d3ad3f659','1442679676','no'),('14343','_transient_mm_spam_bfbff077c13317d1c44c822d3ad3f659','no','no'),('14344','_transient_timeout_mm_spam_488e87d3eeb95d361b7f8018de16ae41','1442679745','no'),('14345','_transient_mm_spam_488e87d3eeb95d361b7f8018de16ae41','no','no'),('14347','_transient_timeout_mm_spam_ae4c22be66a373a226116082679bd46a','1442679855','no'),('14348','_transient_mm_spam_ae4c22be66a373a226116082679bd46a','no','no'),('14349','_transient_timeout_mm_spam_883d78d190e0cff8b8dcc43865dd03fc','1442679856','no'),('14350','_transient_mm_spam_883d78d190e0cff8b8dcc43865dd03fc','no','no'),('14351','_transient_timeout_mm_spam_3f0caa8253e925c53d9fe058af38b209','1442679892','no'),('14352','_transient_mm_spam_3f0caa8253e925c53d9fe058af38b209','no','no'),('14353','_transient_timeout_mm_spam_6ab735675045e2e39dd27dafdc090d59','1442679902','no'),('14354','_transient_mm_spam_6ab735675045e2e39dd27dafdc090d59','no','no'),('14355','_transient_timeout_mm_spam_61a123ca5fbe2fd41ee2d654dc9db43c','1442680012','no'),('14356','_transient_mm_spam_61a123ca5fbe2fd41ee2d654dc9db43c','no','no'),('14357','_transient_timeout_mm_spam_bcfac438a0214c23c15654f1e669b45b','1442680135','no'),('14358','_transient_mm_spam_bcfac438a0214c23c15654f1e669b45b','no','no'),('14359','_transient_timeout_mm_spam_b961db428c89ab96a20fa2608fc0e82b','1442680232','no'),('14360','_transient_mm_spam_b961db428c89ab96a20fa2608fc0e82b','no','no'),('14361','_transient_timeout_mm_spam_344c36673f8dfef2f975aa537957b47f','1442680344','no'),('14362','_transient_mm_spam_344c36673f8dfef2f975aa537957b47f','no','no'),('14363','_transient_timeout_mm_spam_262ad5f8869ae0993282b1905bb3b69d','1442680359','no'),('14364','_transient_mm_spam_262ad5f8869ae0993282b1905bb3b69d','no','no'),('14365','_transient_timeout_mm_spam_57d3b84a610eb7e46cffb32609a66747','1442680570','no'),('14366','_transient_mm_spam_57d3b84a610eb7e46cffb32609a66747','no','no'),('14367','_transient_timeout_mm_spam_50ed4ce23d1f09953eb3d7686bd07805','1442680736','no'),('14368','_transient_mm_spam_50ed4ce23d1f09953eb3d7686bd07805','no','no'),('14369','_transient_timeout_mm_spam_c7fd4a675f921d712205236bf24fdbbb','1442680770','no'),('14370','_transient_mm_spam_c7fd4a675f921d712205236bf24fdbbb','no','no'),('14371','_transient_timeout_mm_spam_72b39681e00cce0bab5c59f63d286720','1442680882','no'),('14372','_transient_mm_spam_72b39681e00cce0bab5c59f63d286720','no','no'),('14373','_transient_timeout_mm_spam_ac6211c38c9b1d56de20b81dfb54a82a','1442680948','no'),('14374','_transient_mm_spam_ac6211c38c9b1d56de20b81dfb54a82a','no','no'),('14375','_transient_timeout_mm_spam_51e70699b7de5d26f9699c491e7fe225','1442681145','no'),('14376','_transient_mm_spam_51e70699b7de5d26f9699c491e7fe225','no','no'),('14377','_transient_timeout_mm_spam_95f03b41c3a294cdc0482fbc5289b491','1442681151','no'),('14378','_transient_mm_spam_95f03b41c3a294cdc0482fbc5289b491','no','no'),('14379','_transient_timeout_mm_spam_eae6477a66a0bce4d9117a95c79ade6d','1442681206','no'),('14380','_transient_mm_spam_eae6477a66a0bce4d9117a95c79ade6d','no','no'),('14381','_transient_timeout_mm_spam_3f3a88f67e8074a833d52ba51aa11e9f','1442681299','no'),('14382','_transient_mm_spam_3f3a88f67e8074a833d52ba51aa11e9f','no','no'),('14383','_transient_timeout_mm_spam_d3ac9f77a92c34c8b5cbca79b0b5822b','1442681313','no'),('14384','_transient_mm_spam_d3ac9f77a92c34c8b5cbca79b0b5822b','no','no'),('14385','_transient_timeout_mm_spam_2e01ec6c32288de66f3728c8d6964a92','1442681398','no'),('14386','_transient_mm_spam_2e01ec6c32288de66f3728c8d6964a92','no','no'),('14387','_transient_timeout_mm_spam_b0fb9ae1ca4a00391915446a2bc0861b','1442681432','no'),('14388','_transient_mm_spam_b0fb9ae1ca4a00391915446a2bc0861b','no','no'),('14389','_transient_timeout_mm_spam_1923c097f4f5efee80761a1c29231697','1442681483','no'),('14390','_transient_mm_spam_1923c097f4f5efee80761a1c29231697','no','no'),('14391','_transient_timeout_mm_spam_2248c04bed6918d8bfedf02e1d9a4ed7','1442681687','no'),('14392','_transient_mm_spam_2248c04bed6918d8bfedf02e1d9a4ed7','no','no'),('14393','_transient_timeout_mm_spam_d8e7584626cdde37a73a2800be59ecf1','1442681823','no'),('14394','_transient_mm_spam_d8e7584626cdde37a73a2800be59ecf1','no','no'),('14395','_transient_timeout_mm_spam_d7d984555a6be06150acd2fbe223df23','1442681862','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14396','_transient_mm_spam_d7d984555a6be06150acd2fbe223df23','no','no'),('14397','_transient_timeout_mm_spam_554b0c21cccd5f1cc6c7a1d39922481b','1442681920','no'),('14398','_transient_mm_spam_554b0c21cccd5f1cc6c7a1d39922481b','no','no'),('14399','_transient_timeout_mm_spam_9c0053a1fd893141ccb24f60749c3911','1442681969','no'),('14400','_transient_mm_spam_9c0053a1fd893141ccb24f60749c3911','no','no'),('14401','_transient_timeout_mm_spam_6b0f6526d602b3b9a01e2db0ca8dca31','1442682049','no'),('14402','_transient_mm_spam_6b0f6526d602b3b9a01e2db0ca8dca31','no','no'),('14403','_transient_timeout_mm_spam_6bb9adfd594701d48080eeda553323e5','1442682112','no'),('14404','_transient_mm_spam_6bb9adfd594701d48080eeda553323e5','no','no'),('14405','_transient_timeout_mm_spam_04c478cdf61727e37f8403f392ee1981','1442682118','no'),('14406','_transient_mm_spam_04c478cdf61727e37f8403f392ee1981','no','no'),('14407','_transient_timeout_mm_spam_4ff723ed454b0111b7968220efb727af','1442682233','no'),('14408','_transient_mm_spam_4ff723ed454b0111b7968220efb727af','no','no'),('14409','_transient_timeout_mm_spam_fdc065654fb2ba2e93ddcdd6f6db4a0d','1442682415','no'),('14410','_transient_mm_spam_fdc065654fb2ba2e93ddcdd6f6db4a0d','no','no'),('14411','_transient_timeout_mm_spam_88537495b4b4c538a9794d947ac42c7d','1442682477','no'),('14412','_transient_mm_spam_88537495b4b4c538a9794d947ac42c7d','no','no'),('14413','_transient_timeout_mm_spam_7814d122d0998619dae265b726f9a031','1442682543','no'),('14414','_transient_mm_spam_7814d122d0998619dae265b726f9a031','no','no'),('14415','_transient_timeout_mm_spam_7e0767cedabeb9092862291265ca1b77','1442682594','no'),('14416','_transient_mm_spam_7e0767cedabeb9092862291265ca1b77','no','no'),('14417','_transient_timeout_mm_spam_6b6d998b34f9b696faaf02b9bfcf7636','1442682804','no'),('14418','_transient_mm_spam_6b6d998b34f9b696faaf02b9bfcf7636','no','no'),('14419','_transient_timeout_mm_spam_84e2c21c38bf6df7bb82d798a8efabfc','1442682905','no'),('14420','_transient_mm_spam_84e2c21c38bf6df7bb82d798a8efabfc','no','no'),('14421','_transient_timeout_mm_spam_7223909f39c18b930883654293a6ebd8','1442682933','no'),('14422','_transient_mm_spam_7223909f39c18b930883654293a6ebd8','no','no'),('14424','_transient_timeout_mm_spam_74ec8b1e6f332ca45f88de8bab9e202b','1442683126','no'),('14425','_transient_mm_spam_74ec8b1e6f332ca45f88de8bab9e202b','no','no'),('14426','_transient_timeout_mm_spam_32052ea4eb5f2fc307867395882e6e24','1442683278','no'),('14427','_transient_mm_spam_32052ea4eb5f2fc307867395882e6e24','no','no'),('14428','_transient_timeout_mm_spam_0d1304a9e25b26b7215da9034c2396e1','1442683560','no'),('14429','_transient_mm_spam_0d1304a9e25b26b7215da9034c2396e1','no','no'),('14430','_transient_timeout_mm_spam_9e641e5155e49e9fadf9b394fc65ccad','1442683596','no'),('14431','_transient_mm_spam_9e641e5155e49e9fadf9b394fc65ccad','no','no'),('14432','_transient_timeout_mm_spam_2088c27542665a3029b00eeffa690b2a','1442683660','no'),('14433','_transient_mm_spam_2088c27542665a3029b00eeffa690b2a','no','no'),('14434','_transient_timeout_mm_spam_572871a93c202372060a1caeda729d3a','1442683779','no'),('14435','_transient_mm_spam_572871a93c202372060a1caeda729d3a','no','no'),('14436','_transient_timeout_mm_spam_2dc2b8d26ca67b0e386590782ae83697','1442683853','no'),('14437','_transient_mm_spam_2dc2b8d26ca67b0e386590782ae83697','no','no'),('14438','_transient_timeout_mm_spam_a8b736e1ea3cd6bbc0a3a693f1dd6a58','1442683922','no'),('14439','_transient_mm_spam_a8b736e1ea3cd6bbc0a3a693f1dd6a58','no','no'),('14440','_transient_timeout_mm_spam_1ca8beb6d7cb07a6e6a8ae7953a252aa','1442683922','no'),('14441','_transient_mm_spam_1ca8beb6d7cb07a6e6a8ae7953a252aa','no','no'),('14442','_transient_timeout_mm_spam_93f4f1fcb049029d1c1e6d9da2bb6877','1442684100','no'),('14443','_transient_mm_spam_93f4f1fcb049029d1c1e6d9da2bb6877','no','no'),('14444','_transient_timeout_mm_spam_a7c8fdac6744f2d27b06a117b568d7ee','1442684329','no'),('14445','_transient_mm_spam_a7c8fdac6744f2d27b06a117b568d7ee','no','no'),('14446','_transient_timeout_mm_spam_521e1c4ff3840c12c8c250fb724a4650','1442684339','no'),('14447','_transient_mm_spam_521e1c4ff3840c12c8c250fb724a4650','no','no'),('14448','_transient_timeout_mm_spam_a1843052bffacf0f8560cd7ed8e4b93f','1442684460','no'),('14449','_transient_mm_spam_a1843052bffacf0f8560cd7ed8e4b93f','no','no'),('14450','_transient_timeout_mm_spam_896f6adf0f011e90cada237c6bc9ec2d','1442684515','no'),('14451','_transient_mm_spam_896f6adf0f011e90cada237c6bc9ec2d','no','no'),('14452','_transient_timeout_mm_spam_203c09f8f73940515bb7452c65a168a9','1442684529','no'),('14453','_transient_mm_spam_203c09f8f73940515bb7452c65a168a9','no','no'),('14454','_transient_timeout_mm_spam_f5df242707caa9bc4ff9bd171bfd1a0f','1442684538','no'),('14455','_transient_mm_spam_f5df242707caa9bc4ff9bd171bfd1a0f','no','no'),('14456','_transient_timeout_mm_spam_2eae83c6d7636857bd163c2d923ee664','1442684673','no'),('14457','_transient_mm_spam_2eae83c6d7636857bd163c2d923ee664','no','no'),('14458','_transient_timeout_mm_spam_71da7d11e26d9ead826ce678e2262754','1442684700','no'),('14459','_transient_mm_spam_71da7d11e26d9ead826ce678e2262754','no','no'),('14460','_transient_timeout_mm_spam_7914b5ffb25d6bce072e03bb1cb6cd44','1442684726','no'),('14461','_transient_mm_spam_7914b5ffb25d6bce072e03bb1cb6cd44','no','no'),('14462','_transient_timeout_mm_spam_293aef2df9464dec9e9e6d67fc3efc45','1442684884','no'),('14463','_transient_mm_spam_293aef2df9464dec9e9e6d67fc3efc45','no','no'),('14464','_transient_timeout_mm_spam_e1258731b4dfb8976bf3c4e4d2d1d558','1442684912','no'),('14465','_transient_mm_spam_e1258731b4dfb8976bf3c4e4d2d1d558','no','no'),('14466','_transient_timeout_mm_spam_d3fe85b9f08cb04c1ce9db2e179bb66b','1442685003','no'),('14467','_transient_mm_spam_d3fe85b9f08cb04c1ce9db2e179bb66b','no','no'),('14468','_transient_timeout_mm_spam_21e589788da8fee2d9b64236bdcfad2e','1442685046','no'),('14469','_transient_mm_spam_21e589788da8fee2d9b64236bdcfad2e','no','no'),('14470','_transient_timeout_mm_spam_d9b26aeb390567b468d67dfde7debc09','1442685110','no'),('14471','_transient_mm_spam_d9b26aeb390567b468d67dfde7debc09','no','no'),('14472','_transient_timeout_mm_spam_568ce8f3454288b7dbb5b18370117d3f','1442685331','no'),('14473','_transient_mm_spam_568ce8f3454288b7dbb5b18370117d3f','no','no'),('14474','_transient_timeout_mm_spam_eb5a77c7c074d927c773af0cd91bd567','1442685337','no'),('14475','_transient_mm_spam_eb5a77c7c074d927c773af0cd91bd567','no','no'),('14476','_transient_timeout_mm_spam_8025957bce71e4de7a139a285ffb62a8','1442685395','no'),('14477','_transient_mm_spam_8025957bce71e4de7a139a285ffb62a8','no','no'),('14478','_transient_timeout_mm_spam_19cbb4faabbe8d7c0264e075ab381095','1442685445','no'),('14479','_transient_mm_spam_19cbb4faabbe8d7c0264e075ab381095','no','no'),('14480','_transient_timeout_mm_spam_3b06008ed6b41e32fa29f7c8417ce904','1442685461','no'),('14481','_transient_mm_spam_3b06008ed6b41e32fa29f7c8417ce904','no','no'),('14482','_transient_timeout_mm_spam_579de62b9d03ac7beb4597f807ec18b7','1442685551','no'),('14483','_transient_mm_spam_579de62b9d03ac7beb4597f807ec18b7','no','no'),('14484','_transient_timeout_mm_spam_72a809826dfa24ba9ea7b55afd13c59a','1442685608','no'),('14485','_transient_mm_spam_72a809826dfa24ba9ea7b55afd13c59a','no','no'),('14486','_transient_timeout_mm_spam_c5fe17ff5ea7c52432b608d7a451af71','1442685637','no'),('14487','_transient_mm_spam_c5fe17ff5ea7c52432b608d7a451af71','no','no'),('14488','_transient_timeout_mm_spam_b16c5028f2b93b27e58b0e1bec137cc7','1442685746','no'),('14489','_transient_mm_spam_b16c5028f2b93b27e58b0e1bec137cc7','no','no'),('14490','_transient_timeout_mm_spam_da544d8f392d0567736b805c32869ed1','1442685897','no'),('14491','_transient_mm_spam_da544d8f392d0567736b805c32869ed1','no','no'),('14492','_transient_timeout_mm_spam_55a556772551ff10e7f8acd627452f33','1442686060','no'),('14493','_transient_mm_spam_55a556772551ff10e7f8acd627452f33','no','no'),('14494','_transient_timeout_mm_spam_1fd4a1fcd1e3880df06166ae6097155e','1442686066','no'),('14495','_transient_mm_spam_1fd4a1fcd1e3880df06166ae6097155e','no','no'),('14496','_transient_timeout_mm_spam_bffcaab75e6fd0b95e601a50fd51f6bd','1442686076','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14497','_transient_mm_spam_bffcaab75e6fd0b95e601a50fd51f6bd','no','no'),('14498','_transient_timeout_mm_spam_f0921606d6e0811f84592952ec77125a','1442686118','no'),('14499','_transient_mm_spam_f0921606d6e0811f84592952ec77125a','no','no'),('14501','_transient_timeout_mm_spam_be93e79681f2339b5edaf62b4fd27566','1442686251','no'),('14502','_transient_mm_spam_be93e79681f2339b5edaf62b4fd27566','no','no'),('14503','_transient_timeout_mm_spam_e2ab231108cd1cda16ff2eb15c19c454','1442686288','no'),('14504','_transient_mm_spam_e2ab231108cd1cda16ff2eb15c19c454','no','no'),('14505','_transient_timeout_mm_spam_82e4e45a20bce10d37ccb1f67d17ce88','1442686289','no'),('14506','_transient_mm_spam_82e4e45a20bce10d37ccb1f67d17ce88','no','no'),('14507','_transient_timeout_mm_spam_48603b50f215ed0e6b460aa99e215979','1442686477','no'),('14508','_transient_mm_spam_48603b50f215ed0e6b460aa99e215979','no','no'),('14510','_transient_timeout_mm_spam_27ca1d35cab974b02559340cce5a03bc','1442686516','no'),('14511','_transient_mm_spam_27ca1d35cab974b02559340cce5a03bc','no','no'),('14513','_transient_timeout_mm_spam_e493a217a3b0fb7e5f2176682e4a7341','1442686750','no'),('14514','_transient_mm_spam_e493a217a3b0fb7e5f2176682e4a7341','no','no'),('14515','_transient_timeout_mm_spam_58d9299812ac9b443a2d2af2cbc1e4b7','1442686801','no'),('14516','_transient_mm_spam_58d9299812ac9b443a2d2af2cbc1e4b7','no','no'),('14517','_transient_timeout_mm_spam_d7d9058c4c3eeb5f5c601297a38109c8','1442686908','no'),('14518','_transient_mm_spam_d7d9058c4c3eeb5f5c601297a38109c8','no','no'),('14519','_transient_timeout_mm_spam_333609973ed11f15245f9c2d0976878d','1442686950','no'),('14520','_transient_mm_spam_333609973ed11f15245f9c2d0976878d','no','no'),('14522','_transient_timeout_mm_spam_0f97db7a8e468280f1c7187cc0d9d9a5','1442687186','no'),('14523','_transient_mm_spam_0f97db7a8e468280f1c7187cc0d9d9a5','no','no'),('14524','_transient_timeout_mm_spam_7aedf25ea3e722f6dc8467f3fedbb781','1442687300','no'),('14525','_transient_mm_spam_7aedf25ea3e722f6dc8467f3fedbb781','no','no'),('14526','_transient_timeout_mm_spam_d41a78e1da8fe9eec9bca51eb034e41e','1442687474','no'),('14527','_transient_mm_spam_d41a78e1da8fe9eec9bca51eb034e41e','no','no'),('14528','_transient_timeout_mm_spam_875004799ca3c596e93d425e509339c7','1442687552','no'),('14529','_transient_mm_spam_875004799ca3c596e93d425e509339c7','no','no'),('14530','_transient_timeout_mm_spam_c4f91e7467175cb345ec64177607b44f','1442687563','no'),('14531','_transient_mm_spam_c4f91e7467175cb345ec64177607b44f','no','no'),('14532','_transient_timeout_mm_spam_ff76a850cd36d6822f0be933ac6cb94c','1442687582','no'),('14533','_transient_mm_spam_ff76a850cd36d6822f0be933ac6cb94c','no','no'),('14534','_transient_timeout_mm_spam_bb7cf4dd0e0c6be40cd919edc181cfec','1442687634','no'),('14535','_transient_mm_spam_bb7cf4dd0e0c6be40cd919edc181cfec','no','no'),('14536','_transient_timeout_mm_spam_9d60de514b51ef9f42ec5d6421b48024','1442687905','no'),('14537','_transient_mm_spam_9d60de514b51ef9f42ec5d6421b48024','no','no'),('14538','_transient_timeout_mm_spam_cea6be88e347142a27dae6ae6d9eabae','1442687958','no'),('14539','_transient_mm_spam_cea6be88e347142a27dae6ae6d9eabae','no','no'),('14540','_transient_timeout_mm_spam_bf5817b8bdc23cffb5697a1a3ac49b0b','1442688045','no'),('14541','_transient_mm_spam_bf5817b8bdc23cffb5697a1a3ac49b0b','no','no'),('14542','_transient_timeout_mm_spam_3865ee14b4e74e044054f48ec34965ba','1442688218','no'),('14543','_transient_mm_spam_3865ee14b4e74e044054f48ec34965ba','no','no'),('14544','_transient_timeout_mm_spam_60f8c7c3980c10a61992b1c700882e8c','1442688332','no'),('14545','_transient_mm_spam_60f8c7c3980c10a61992b1c700882e8c','no','no'),('14546','_transient_timeout_mm_spam_6c05390f081f0c7747c6bff9120e6c95','1442688432','no'),('14547','_transient_mm_spam_6c05390f081f0c7747c6bff9120e6c95','no','no'),('14548','_transient_timeout_mm_spam_87aa7261b5c33b6767caaaef8905e1e8','1442688433','no'),('14549','_transient_mm_spam_87aa7261b5c33b6767caaaef8905e1e8','no','no'),('14550','_transient_timeout_mm_spam_067f148a075755d3f966ab18cf6bbe72','1442688450','no'),('14551','_transient_mm_spam_067f148a075755d3f966ab18cf6bbe72','no','no'),('14552','_transient_timeout_mm_spam_9f29ae95a0dc0f897861af6178d41528','1442688501','no'),('14553','_transient_mm_spam_9f29ae95a0dc0f897861af6178d41528','no','no'),('14554','_transient_timeout_mm_spam_63c3a9b39aca355ca9fbd89d0c317df7','1442688538','no'),('14555','_transient_mm_spam_63c3a9b39aca355ca9fbd89d0c317df7','no','no'),('14556','_transient_timeout_mm_spam_a159f9dbe1da708ce68aeb17388bc8fa','1442688694','no'),('14557','_transient_mm_spam_a159f9dbe1da708ce68aeb17388bc8fa','no','no'),('14558','_transient_timeout_mm_spam_24d198fe85000d6020c250b08dbe6bf1','1442688739','no'),('14559','_transient_mm_spam_24d198fe85000d6020c250b08dbe6bf1','no','no'),('14560','_transient_timeout_mm_spam_50be490beac164c6840d28c8666506d4','1442688950','no'),('14561','_transient_mm_spam_50be490beac164c6840d28c8666506d4','no','no'),('14562','_transient_timeout_mm_spam_8e541fd9ac1f06d158e695088786a69c','1442688981','no'),('14563','_transient_mm_spam_8e541fd9ac1f06d158e695088786a69c','no','no'),('14564','_transient_timeout_mm_spam_06680d4a0f3e2f676d143e88593a180d','1442688997','no'),('14565','_transient_mm_spam_06680d4a0f3e2f676d143e88593a180d','no','no'),('14566','_transient_timeout_mm_spam_613912a98d7733b96ad62f849634215b','1442689043','no'),('14567','_transient_mm_spam_613912a98d7733b96ad62f849634215b','no','no'),('14568','_transient_timeout_mm_spam_9ddfb2286c078b8052d6dc15e9e974e3','1442689159','no'),('14569','_transient_mm_spam_9ddfb2286c078b8052d6dc15e9e974e3','no','no'),('14570','_transient_timeout_mm_spam_ffea8ddda2d411f492d13864c8be573f','1442689192','no'),('14571','_transient_mm_spam_ffea8ddda2d411f492d13864c8be573f','no','no'),('14572','_transient_timeout_mm_spam_37bcaebdc10f293f3e509ea09c9c6b97','1442689275','no'),('14573','_transient_mm_spam_37bcaebdc10f293f3e509ea09c9c6b97','no','no'),('14574','_transient_timeout_mm_spam_01f0287b0694ba6f2485781f4e3bbfed','1442689317','no'),('14575','_transient_mm_spam_01f0287b0694ba6f2485781f4e3bbfed','no','no'),('14576','_transient_timeout_mm_spam_5aa89c91f440299845de26b2e5c0027c','1442689474','no'),('14577','_transient_mm_spam_5aa89c91f440299845de26b2e5c0027c','no','no'),('14578','_transient_timeout_mm_spam_169346fa6401adb46ee27b317370f341','1442689508','no'),('14579','_transient_mm_spam_169346fa6401adb46ee27b317370f341','no','no'),('14580','_transient_timeout_mm_spam_a1322ee920e5684af48e3ed797fc5212','1442689549','no'),('14581','_transient_mm_spam_a1322ee920e5684af48e3ed797fc5212','no','no'),('14582','_transient_timeout_mm_spam_bd0107f2d82605cdb90122fc601413bc','1442689558','no'),('14583','_transient_mm_spam_bd0107f2d82605cdb90122fc601413bc','no','no'),('14584','_transient_timeout_mm_spam_08dac1f1428af522ed58628abe42b495','1442689666','no'),('14585','_transient_mm_spam_08dac1f1428af522ed58628abe42b495','no','no'),('14586','_transient_timeout_mm_spam_0d188f961d8ec2945e182730a6c20c8a','1442689885','no'),('14587','_transient_mm_spam_0d188f961d8ec2945e182730a6c20c8a','no','no'),('14588','_transient_timeout_mm_spam_c7f7605d7fe20f7554cb6773618475fe','1442689885','no'),('14589','_transient_mm_spam_c7f7605d7fe20f7554cb6773618475fe','no','no'),('14590','_transient_timeout_mm_spam_3950b011242cdfae8f50f07fb59600da','1442689914','no'),('14591','_transient_mm_spam_3950b011242cdfae8f50f07fb59600da','no','no'),('14594','_transient_timeout_mm_spam_9c2523998097af15f88f598ad8112b50','1442690150','no'),('14595','_transient_mm_spam_9c2523998097af15f88f598ad8112b50','no','no'),('14597','_transient_timeout_mm_spam_19e6560292106e3d4ae6f0656aa7d005','1442690184','no'),('14598','_transient_mm_spam_19e6560292106e3d4ae6f0656aa7d005','no','no'),('14599','_transient_timeout_mm_spam_524fb9c348631f2b15d6ed12bad7a4cf','1442690198','no'),('14600','_transient_mm_spam_524fb9c348631f2b15d6ed12bad7a4cf','no','no'),('14601','_transient_timeout_mm_spam_04838b56ed38ba6df8a2647ba43c8135','1442690217','no'),('14602','_transient_mm_spam_04838b56ed38ba6df8a2647ba43c8135','no','no'),('14603','_transient_timeout_mm_spam_a45fca17a93af780141a1c3f52c6e701','1442690462','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14604','_transient_mm_spam_a45fca17a93af780141a1c3f52c6e701','no','no'),('14605','_transient_timeout_mm_spam_ff05dd6f3dfe2e2707655bf28e31a25e','1442690468','no'),('14606','_transient_mm_spam_ff05dd6f3dfe2e2707655bf28e31a25e','no','no'),('14607','_transient_timeout_mm_spam_7cce61561663d3b55ed2738ec58f3302','1442690472','no'),('14608','_transient_mm_spam_7cce61561663d3b55ed2738ec58f3302','no','no'),('14609','_transient_timeout_mm_spam_86624296e158c414050099a2a61b7254','1442690633','no'),('14610','_transient_mm_spam_86624296e158c414050099a2a61b7254','no','no'),('14611','_transient_timeout_mm_spam_e5135bf2df6b1ab185f58656fa9cc4ab','1442690702','no'),('14612','_transient_mm_spam_e5135bf2df6b1ab185f58656fa9cc4ab','no','no'),('14613','_transient_timeout_mm_spam_a67a8114308393772548ba84a490e067','1442690735','no'),('14614','_transient_mm_spam_a67a8114308393772548ba84a490e067','no','no'),('14615','_transient_timeout_mm_spam_86a3034a92a43ccbf37090b7ae3b7611','1442690766','no'),('14616','_transient_mm_spam_86a3034a92a43ccbf37090b7ae3b7611','no','no'),('14617','_transient_timeout_mm_spam_142c3c9ddc824c3b8df1ba6bba72b11e','1442691007','no'),('14618','_transient_mm_spam_142c3c9ddc824c3b8df1ba6bba72b11e','no','no'),('14619','_transient_timeout_mm_spam_06d578bc4e7302ae46a80edca913a28e','1442691061','no'),('14620','_transient_mm_spam_06d578bc4e7302ae46a80edca913a28e','no','no'),('14621','_transient_timeout_mm_spam_ac1524c692c286626e89d07bd9cc8599','1442691257','no'),('14622','_transient_mm_spam_ac1524c692c286626e89d07bd9cc8599','no','no'),('14623','_transient_timeout_mm_spam_6cd0ea5a6d0660a22d8912240c183a1e','1442691331','no'),('14624','_transient_mm_spam_6cd0ea5a6d0660a22d8912240c183a1e','no','no'),('14625','_transient_timeout_mm_spam_9b283a3792ca922b30001827f983842d','1442691438','no'),('14626','_transient_mm_spam_9b283a3792ca922b30001827f983842d','no','no'),('14627','_transient_timeout_mm_spam_4c99521522c434588a230793654ce589','1442691621','no'),('14628','_transient_mm_spam_4c99521522c434588a230793654ce589','no','no'),('14629','_transient_timeout_mm_spam_8607b7ac057f38f1b69e6585dc628676','1442691710','no'),('14630','_transient_mm_spam_8607b7ac057f38f1b69e6585dc628676','no','no'),('14631','_transient_timeout_mm_spam_f7089a383d5c2edd0925ac6f35049c29','1442691845','no'),('14632','_transient_mm_spam_f7089a383d5c2edd0925ac6f35049c29','no','no'),('14633','_transient_timeout_mm_spam_1d062a972e84f2efe1507da85ce69ee0','1442691848','no'),('14634','_transient_mm_spam_1d062a972e84f2efe1507da85ce69ee0','no','no'),('14635','_transient_timeout_mm_spam_662c904343cd2fa9b7b0325968081f03','1442691928','no'),('14636','_transient_mm_spam_662c904343cd2fa9b7b0325968081f03','no','no'),('14637','_transient_timeout_mm_spam_62bbab3dcd8802f50d68e03c851fefad','1442691936','no'),('14638','_transient_mm_spam_62bbab3dcd8802f50d68e03c851fefad','no','no'),('14639','_transient_timeout_mm_spam_5a07ed33de5636b0d636c2cdf60e2c37','1442692265','no'),('14640','_transient_mm_spam_5a07ed33de5636b0d636c2cdf60e2c37','no','no'),('14641','_transient_timeout_mm_spam_75c6ff528bf6dc2c39990c2c0d2b79f1','1442692328','no'),('14642','_transient_mm_spam_75c6ff528bf6dc2c39990c2c0d2b79f1','no','no'),('14643','_transient_timeout_mm_spam_9100ded628fe54d1af80ce696bedbd2d','1442692372','no'),('14644','_transient_mm_spam_9100ded628fe54d1af80ce696bedbd2d','no','no'),('14645','_transient_timeout_mm_spam_5d1f970721fbd0145a0204efe5a9b108','1442692491','no'),('14646','_transient_mm_spam_5d1f970721fbd0145a0204efe5a9b108','no','no'),('14647','_transient_timeout_mm_spam_e99be1a2f615cb92b49a7fe6189c277a','1442692580','no'),('14648','_transient_mm_spam_e99be1a2f615cb92b49a7fe6189c277a','no','no'),('14649','_transient_timeout_mm_spam_7c80ae59737d665516b8524f326a7187','1442692680','no'),('14650','_transient_mm_spam_7c80ae59737d665516b8524f326a7187','no','no'),('14651','_transient_timeout_mm_spam_8eec041a627e961d769acaa32528a1c1','1442692814','no'),('14652','_transient_mm_spam_8eec041a627e961d769acaa32528a1c1','no','no'),('14653','_transient_timeout_mm_spam_0242f15d62112fef3a122ae7b0df5952','1442692858','no'),('14654','_transient_mm_spam_0242f15d62112fef3a122ae7b0df5952','no','no'),('14655','_transient_timeout_mm_spam_0bcd226b9a7a2f3c252e57908cb7bc7f','1442692890','no'),('14656','_transient_mm_spam_0bcd226b9a7a2f3c252e57908cb7bc7f','no','no'),('14657','_transient_timeout_mm_spam_2792402b20391e8b01acfcf92d9456ab','1442692945','no'),('14658','_transient_mm_spam_2792402b20391e8b01acfcf92d9456ab','no','no'),('14659','_transient_timeout_mm_spam_85651cbdde6f2184be9eaaaca9bc422e','1442692964','no'),('14660','_transient_mm_spam_85651cbdde6f2184be9eaaaca9bc422e','no','no'),('14661','_transient_timeout_mm_spam_f8e4a98a19dd89f295415e95176f93cc','1442693003','no'),('14662','_transient_mm_spam_f8e4a98a19dd89f295415e95176f93cc','no','no'),('14663','_transient_timeout_mm_spam_23273ba80f9e8dcec62fbed952baeab6','1442693052','no'),('14664','_transient_mm_spam_23273ba80f9e8dcec62fbed952baeab6','no','no'),('14665','_transient_timeout_mm_spam_3bca24a57c309735b69e0b3b5b193fa5','1442693156','no'),('14666','_transient_mm_spam_3bca24a57c309735b69e0b3b5b193fa5','no','no'),('14667','_transient_timeout_mm_spam_62b70442d7c381d1b01ba08fee71204b','1442693241','no'),('14668','_transient_mm_spam_62b70442d7c381d1b01ba08fee71204b','no','no'),('14669','_transient_timeout_mm_spam_560a0adb0a347830eddc1cf3eac2e362','1442693261','no'),('14670','_transient_mm_spam_560a0adb0a347830eddc1cf3eac2e362','no','no'),('14671','_transient_timeout_mm_spam_ea61d203d535e2a7d1d9e267fa5cd7ae','1442693279','no'),('14672','_transient_mm_spam_ea61d203d535e2a7d1d9e267fa5cd7ae','no','no'),('14673','_transient_timeout_mm_spam_2bcfb93945880638cf80ed81300cc8f8','1442693310','no'),('14674','_transient_mm_spam_2bcfb93945880638cf80ed81300cc8f8','no','no'),('14675','_transient_timeout_mm_spam_0155a47891bb6d0e131576f1bf514755','1442693459','no'),('14676','_transient_mm_spam_0155a47891bb6d0e131576f1bf514755','no','no'),('14677','_transient_timeout_mm_spam_96121c770d2fbbd72dac91b2507bf773','1442693523','no'),('14678','_transient_mm_spam_96121c770d2fbbd72dac91b2507bf773','no','no'),('14679','_transient_timeout_mm_spam_07658e979a2e23ea7bc3bcfb36c5f6ae','1442693670','no'),('14680','_transient_mm_spam_07658e979a2e23ea7bc3bcfb36c5f6ae','no','no'),('14682','_transient_timeout_mm_spam_c17fe8d86b1ab46e3df2d7ef995009ab','1442693899','no'),('14683','_transient_mm_spam_c17fe8d86b1ab46e3df2d7ef995009ab','no','no'),('14684','_transient_timeout_mm_spam_d8c532ba4d555c98be119f4482189ad4','1442693946','no'),('14685','_transient_mm_spam_d8c532ba4d555c98be119f4482189ad4','no','no'),('14686','_transient_timeout_mm_spam_bec6fb3507f6286c9237000a6b503c76','1442694445','no'),('14687','_transient_mm_spam_bec6fb3507f6286c9237000a6b503c76','no','no'),('14688','_transient_timeout_mm_spam_4714c25101f35bd054b71c7c9a133938','1442694475','no'),('14689','_transient_mm_spam_4714c25101f35bd054b71c7c9a133938','no','no'),('14690','_transient_timeout_mm_spam_8de79404675c3ef64e33aa7c412bd99f','1442694490','no'),('14691','_transient_mm_spam_8de79404675c3ef64e33aa7c412bd99f','no','no'),('14692','_transient_timeout_mm_spam_3f74ca0f2c7e694808a7ae1689ef71b2','1442694562','no'),('14693','_transient_mm_spam_3f74ca0f2c7e694808a7ae1689ef71b2','no','no'),('14694','_transient_timeout_mm_spam_9d0e558be63f8ae8017e11ff850fb438','1442694836','no'),('14695','_transient_mm_spam_9d0e558be63f8ae8017e11ff850fb438','no','no'),('14696','_transient_timeout_mm_spam_3b9404901a94f1dfc9c2d614279f1b20','1442695033','no'),('14697','_transient_mm_spam_3b9404901a94f1dfc9c2d614279f1b20','no','no'),('14698','_transient_timeout_mm_spam_14d3de7c542d9aefd100c99b3cbfe29e','1442695123','no'),('14699','_transient_mm_spam_14d3de7c542d9aefd100c99b3cbfe29e','no','no'),('14700','_transient_timeout_mm_spam_0b903b2fbed81ca90bf2a54bbb655f75','1442695136','no'),('14701','_transient_mm_spam_0b903b2fbed81ca90bf2a54bbb655f75','no','no'),('14702','_transient_timeout_mm_spam_79a1c34c957de1c1cf02b268ace1a921','1442695136','no'),('14703','_transient_mm_spam_79a1c34c957de1c1cf02b268ace1a921','no','no'),('14704','_transient_timeout_mm_spam_8a3dd45b6a0b4a0b40b9c5d8a5dff40a','1442695244','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14705','_transient_mm_spam_8a3dd45b6a0b4a0b40b9c5d8a5dff40a','no','no'),('14706','_transient_timeout_mm_spam_b4fa40f2fe082806dc4852b0264733df','1442695461','no'),('14707','_transient_mm_spam_b4fa40f2fe082806dc4852b0264733df','no','no'),('14708','_transient_timeout_mm_spam_22ec0b904caf06acbc1f8cac5e105b98','1442695542','no'),('14709','_transient_mm_spam_22ec0b904caf06acbc1f8cac5e105b98','no','no'),('14710','_transient_timeout_mm_spam_b791f31268322a7b7ec935e63e6e6a2f','1442695670','no'),('14711','_transient_mm_spam_b791f31268322a7b7ec935e63e6e6a2f','no','no'),('14712','_transient_timeout_mm_spam_e4d5ed50e6e1e558557698b3e2b6fe67','1442695840','no'),('14713','_transient_mm_spam_e4d5ed50e6e1e558557698b3e2b6fe67','no','no'),('14714','_transient_timeout_mm_spam_5ba7db4d7e2d218d241a57e459322672','1442695892','no'),('14715','_transient_mm_spam_5ba7db4d7e2d218d241a57e459322672','no','no'),('14716','_transient_timeout_mm_spam_cdba987e78576742a3778cb33b82c031','1442696061','no'),('14717','_transient_mm_spam_cdba987e78576742a3778cb33b82c031','no','no'),('14718','_transient_timeout_mm_spam_4b6277bb971b7487350c62160954e4c8','1442696163','no'),('14719','_transient_mm_spam_4b6277bb971b7487350c62160954e4c8','no','no'),('14720','_transient_timeout_mm_spam_6fa84441915387f8e11b421a6dd20603','1442696292','no'),('14721','_transient_mm_spam_6fa84441915387f8e11b421a6dd20603','no','no'),('14722','_transient_timeout_mm_spam_8df0ab69cf4eb72a6d792e57aba051af','1442696432','no'),('14723','_transient_mm_spam_8df0ab69cf4eb72a6d792e57aba051af','no','no'),('14724','_transient_timeout_mm_spam_0df97fa1ad95031f2bf0850a34e6b918','1442696495','no'),('14725','_transient_mm_spam_0df97fa1ad95031f2bf0850a34e6b918','no','no'),('14726','_transient_timeout_mm_spam_846e3f2bde27fdc86755058036548e40','1442696751','no'),('14727','_transient_mm_spam_846e3f2bde27fdc86755058036548e40','no','no'),('14728','_transient_timeout_mm_spam_68e057c0827e81546a121061bc48a644','1442696821','no'),('14729','_transient_mm_spam_68e057c0827e81546a121061bc48a644','no','no'),('14730','_transient_timeout_mm_spam_3462e547a69db8a5e1a5eb5b42c073f6','1442697091','no'),('14731','_transient_mm_spam_3462e547a69db8a5e1a5eb5b42c073f6','no','no'),('14732','_transient_timeout_mm_spam_18e5ddc624c961851f2d14b481ca7b1c','1442697098','no'),('14733','_transient_mm_spam_18e5ddc624c961851f2d14b481ca7b1c','no','no'),('14734','_transient_timeout_mm_spam_b561e56baf3d6981fc15d25d468cc3f5','1442697128','no'),('14735','_transient_mm_spam_b561e56baf3d6981fc15d25d468cc3f5','no','no'),('14736','_transient_timeout_mm_spam_de0effca9cf84d84519c7a1fa67c8656','1442697170','no'),('14737','_transient_mm_spam_de0effca9cf84d84519c7a1fa67c8656','no','no'),('14738','_transient_timeout_mm_spam_32969ff5b0f7e06e7bb323774ba0f264','1442697358','no'),('14739','_transient_mm_spam_32969ff5b0f7e06e7bb323774ba0f264','no','no'),('14741','_transient_timeout_mm_spam_410eff6217fd26511aca4bd5fa16ef55','1442697383','no'),('14742','_transient_mm_spam_410eff6217fd26511aca4bd5fa16ef55','no','no'),('14743','_transient_timeout_mm_spam_80521ae75337d7e8d0d78d7777a09ef2','1442697629','no'),('14744','_transient_mm_spam_80521ae75337d7e8d0d78d7777a09ef2','no','no'),('14745','_transient_timeout_mm_spam_fcd35e76bcde0ffa27734557cd288feb','1442697957','no'),('14746','_transient_mm_spam_fcd35e76bcde0ffa27734557cd288feb','no','no'),('14747','_transient_timeout_mm_spam_2c8fc9df6d7700073e2f769cdedbf75f','1442697984','no'),('14748','_transient_mm_spam_2c8fc9df6d7700073e2f769cdedbf75f','no','no'),('14749','_transient_timeout_mm_spam_961d47679dd1e7cc542840463ee04ed8','1442698212','no'),('14750','_transient_mm_spam_961d47679dd1e7cc542840463ee04ed8','no','no'),('14751','_transient_timeout_mm_spam_d17f56486316a86dd77ca5373e8a4bbd','1442698371','no'),('14752','_transient_mm_spam_d17f56486316a86dd77ca5373e8a4bbd','no','no'),('14753','_transient_timeout_mm_spam_4d99b10223e8e6d74abe09ddc9003141','1442698545','no'),('14754','_transient_mm_spam_4d99b10223e8e6d74abe09ddc9003141','no','no'),('14755','_transient_timeout_mm_spam_67030c0b179312650f2bef9193dbd896','1442698556','no'),('14756','_transient_mm_spam_67030c0b179312650f2bef9193dbd896','no','no'),('14757','_transient_timeout_mm_spam_86aa859d175c9978d75d1d78624823b2','1442698585','no'),('14758','_transient_mm_spam_86aa859d175c9978d75d1d78624823b2','no','no'),('14759','_transient_timeout_mm_spam_9debacd4be78120f6fe172db18c40bb3','1442698856','no'),('14760','_transient_mm_spam_9debacd4be78120f6fe172db18c40bb3','no','no'),('14761','_transient_timeout_mm_spam_54297330a50d24579f969e131be81549','1442698896','no'),('14762','_transient_mm_spam_54297330a50d24579f969e131be81549','no','no'),('14763','_transient_timeout_mm_spam_d377b67665be2e76048fe2f272cbf547','1442699206','no'),('14764','_transient_mm_spam_d377b67665be2e76048fe2f272cbf547','no','no'),('14765','_transient_timeout_mm_spam_3d41c23c9ed85af01e444824122023df','1442699284','no'),('14766','_transient_mm_spam_3d41c23c9ed85af01e444824122023df','no','no'),('14767','_transient_timeout_mm_spam_188123a6e59172a8626b5853c5bbab2a','1442699498','no'),('14768','_transient_mm_spam_188123a6e59172a8626b5853c5bbab2a','no','no'),('14769','_transient_timeout_mm_spam_039eb3cc04a6e6c8d2669e593faf9e29','1442699826','no'),('14770','_transient_mm_spam_039eb3cc04a6e6c8d2669e593faf9e29','no','no'),('14771','_transient_timeout_mm_spam_61b832b9d5de5ac4b85601d3f4b4d46b','1442699832','no'),('14772','_transient_mm_spam_61b832b9d5de5ac4b85601d3f4b4d46b','no','no'),('14773','_transient_timeout_mm_spam_5a705d2c1842dba34dc9e3f0d351ac0b','1442700094','no'),('14774','_transient_mm_spam_5a705d2c1842dba34dc9e3f0d351ac0b','no','no'),('14775','_transient_timeout_mm_spam_b40d6bcb6b356cf8ae0c73dd8481733a','1442700134','no'),('14776','_transient_mm_spam_b40d6bcb6b356cf8ae0c73dd8481733a','no','no'),('14777','_transient_timeout_mm_spam_f3404ea485720c598cce03094a21efd4','1442700186','no'),('14778','_transient_mm_spam_f3404ea485720c598cce03094a21efd4','no','no'),('14779','_transient_timeout_mm_spam_97baaa31bfc7b72988a1e925d784b385','1442700572','no'),('14780','_transient_mm_spam_97baaa31bfc7b72988a1e925d784b385','no','no'),('14781','_transient_timeout_mm_spam_fa2403a2080d83dc69c7c2c7d463f48f','1442700625','no'),('14782','_transient_mm_spam_fa2403a2080d83dc69c7c2c7d463f48f','no','no'),('14784','_transient_timeout_mm_spam_6fb6d2537f348928e8e0649f8dda6964','1442701308','no'),('14785','_transient_mm_spam_6fb6d2537f348928e8e0649f8dda6964','no','no'),('14790','_transient_timeout_mm_spam_56c3bc665c17bd0e41c796e384c152d5','1442701396','no'),('14791','_transient_mm_spam_56c3bc665c17bd0e41c796e384c152d5','no','no'),('14793','_transient_timeout_mm_spam_2b40ed4bdf8d038cbc42b2211b92eb6d','1442701789','no'),('14794','_transient_mm_spam_2b40ed4bdf8d038cbc42b2211b92eb6d','no','no'),('14795','_transient_timeout_mm_spam_2e58d317dcf4440aee8781c55b86e925','1442702021','no'),('14796','_transient_mm_spam_2e58d317dcf4440aee8781c55b86e925','no','no'),('14797','_transient_timeout_mm_spam_1dad8e523aec2059e5cd713c63dbf417','1442702454','no'),('14798','_transient_mm_spam_1dad8e523aec2059e5cd713c63dbf417','no','no'),('14799','_transient_timeout_mm_spam_31e57990978b591aa12c29e72c7caaa2','1442702624','no'),('14800','_transient_mm_spam_31e57990978b591aa12c29e72c7caaa2','no','no'),('14801','_transient_timeout_mm_spam_36a10a66ea4f35c63b82d66548e14088','1442702627','no'),('14802','_transient_mm_spam_36a10a66ea4f35c63b82d66548e14088','no','no'),('14803','_transient_timeout_mm_spam_e67a44c50bad250c5e30e4c9a1ca3f79','1442702697','no'),('14804','_transient_mm_spam_e67a44c50bad250c5e30e4c9a1ca3f79','no','no'),('14805','_transient_timeout_mm_spam_885d23f8e716fb9b55fcf50447250396','1442702938','no'),('14806','_transient_mm_spam_885d23f8e716fb9b55fcf50447250396','no','no'),('14807','_transient_timeout_mm_spam_a03a268887868e21d3df1466342879ca','1442702973','no'),('14808','_transient_mm_spam_a03a268887868e21d3df1466342879ca','no','no'),('14809','_transient_timeout_mm_spam_c003b3173836459b06efa5ad0ed5a3d6','1442703071','no'),('14810','_transient_mm_spam_c003b3173836459b06efa5ad0ed5a3d6','no','no'),('14811','_transient_timeout_mm_spam_1cd7bd4d9b164d2356a88cbcf72356e9','1442703222','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14812','_transient_mm_spam_1cd7bd4d9b164d2356a88cbcf72356e9','no','no'),('14813','_transient_timeout_mm_spam_31f5d5f48dd9ca3283966d8875884f6d','1442703919','no'),('14814','_transient_mm_spam_31f5d5f48dd9ca3283966d8875884f6d','no','no'),('14815','_transient_timeout_mm_spam_def5571cf7ec1dd8ffaa9a25e33c8807','1442703988','no'),('14816','_transient_mm_spam_def5571cf7ec1dd8ffaa9a25e33c8807','no','no'),('14817','_transient_timeout_mm_spam_40d5f289197ec3609d9f1c9849d6800d','1442704113','no'),('14818','_transient_mm_spam_40d5f289197ec3609d9f1c9849d6800d','no','no'),('14820','_transient_timeout_mm_spam_0110ef0878d2d63d71b4898515951c08','1442704633','no'),('14821','_transient_mm_spam_0110ef0878d2d63d71b4898515951c08','no','no'),('14822','_transient_timeout_mm_spam_0556b43c0d50762a66c6ca8ea0f14f87','1442704706','no'),('14823','_transient_mm_spam_0556b43c0d50762a66c6ca8ea0f14f87','no','no'),('14824','_transient_timeout_mm_spam_0fa21ff65af1407db1aedcb025eefab8','1442704731','no'),('14825','_transient_mm_spam_0fa21ff65af1407db1aedcb025eefab8','no','no'),('14826','_transient_timeout_mm_spam_347f51ac40ea8f093655adeadcdf2913','1442705351','no'),('14827','_transient_mm_spam_347f51ac40ea8f093655adeadcdf2913','no','no'),('14828','_transient_timeout_mm_spam_86b1f733a078afda8ed37242dd88d9c1','1442705406','no'),('14829','_transient_mm_spam_86b1f733a078afda8ed37242dd88d9c1','no','no'),('14830','_transient_timeout_mm_spam_46a56a0719655423bd702d6e469ee17e','1442705485','no'),('14831','_transient_mm_spam_46a56a0719655423bd702d6e469ee17e','no','no'),('14834','_transient_timeout_mm_spam_f7295296b29a2d89ef5399ac9c977c5d','1442705719','no'),('14835','_transient_mm_spam_f7295296b29a2d89ef5399ac9c977c5d','no','no'),('14836','_transient_timeout_mm_spam_ac6f676ce38191fb204aee71b1f7e342','1442705747','no'),('14837','_transient_mm_spam_ac6f676ce38191fb204aee71b1f7e342','no','no'),('14838','_transient_timeout_mm_spam_6e31feab495541e0e11776d0ba0260d5','1442705765','no'),('14839','_transient_mm_spam_6e31feab495541e0e11776d0ba0260d5','no','no'),('14840','_transient_timeout_mm_spam_ca7bdaa24b1ee97435c6b3c68facb0f6','1442705845','no'),('14841','_transient_mm_spam_ca7bdaa24b1ee97435c6b3c68facb0f6','no','no'),('14842','_transient_timeout_mm_spam_fee558f11a7d92a56498e4cfe3bc3d8e','1442706084','no'),('14843','_transient_mm_spam_fee558f11a7d92a56498e4cfe3bc3d8e','no','no'),('14844','_transient_timeout_mm_spam_eaeaff24e7c77916660a2d0b26ad47b7','1442706447','no'),('14845','_transient_mm_spam_eaeaff24e7c77916660a2d0b26ad47b7','no','no'),('14846','_transient_timeout_mm_spam_b40a63981c2d7e90e713f41cae9a89b8','1442706669','no'),('14847','_transient_mm_spam_b40a63981c2d7e90e713f41cae9a89b8','no','no'),('14848','_transient_timeout_mm_spam_998181a4717acb8c6e1b82062b636c5f','1442706773','no'),('14849','_transient_mm_spam_998181a4717acb8c6e1b82062b636c5f','no','no'),('14850','_transient_timeout_mm_spam_9cca090316679e0991aaffdff94cf517','1442706814','no'),('14851','_transient_mm_spam_9cca090316679e0991aaffdff94cf517','no','no'),('14852','_transient_timeout_mm_spam_906b4ceb5a7b64ab0b0fab59dc3d389c','1442706841','no'),('14853','_transient_mm_spam_906b4ceb5a7b64ab0b0fab59dc3d389c','no','no'),('14854','_transient_timeout_mm_spam_1b10c2d6a753b135334cc45607152a7f','1442707075','no'),('14855','_transient_mm_spam_1b10c2d6a753b135334cc45607152a7f','no','no'),('14856','_transient_timeout_mm_spam_cafa75237cf390ceda31c737f5abad92','1442707145','no'),('14857','_transient_mm_spam_cafa75237cf390ceda31c737f5abad92','no','no'),('14859','_transient_timeout_mm_spam_8f251607484f4536758d5b79e92c0538','1442707353','no'),('14860','_transient_mm_spam_8f251607484f4536758d5b79e92c0538','no','no'),('14861','_transient_timeout_mm_spam_bcd062becc27275ca4604780dafca2a1','1442707412','no'),('14862','_transient_mm_spam_bcd062becc27275ca4604780dafca2a1','no','no'),('14863','_transient_timeout_mm_spam_0474298171a626b3283a215ba92f7ee3','1442707496','no'),('14864','_transient_mm_spam_0474298171a626b3283a215ba92f7ee3','no','no'),('14865','_transient_timeout_mm_spam_fd51c2bb7e62d718c0edf3cfae33c031','1442707703','no'),('14866','_transient_mm_spam_fd51c2bb7e62d718c0edf3cfae33c031','no','no'),('14867','_transient_timeout_mm_spam_81de0f138238350e226c4be486ea81fc','1442707711','no'),('14868','_transient_mm_spam_81de0f138238350e226c4be486ea81fc','no','no'),('14869','_transient_timeout_mm_spam_2d22546d9f5fc24e23b738663c1cd443','1442707833','no'),('14870','_transient_mm_spam_2d22546d9f5fc24e23b738663c1cd443','no','no'),('14871','_transient_timeout_mm_spam_f31a690f473e15da2a3624777ca83894','1442707858','no'),('14872','_transient_mm_spam_f31a690f473e15da2a3624777ca83894','no','no'),('14873','_transient_timeout_mm_spam_fced5ec4e826dc18e12fb990067ddb1c','1442708094','no'),('14874','_transient_mm_spam_fced5ec4e826dc18e12fb990067ddb1c','no','no'),('14876','_transient_timeout_mm_spam_4b8b6467b9072aee453a4603248f539c','1442708456','no'),('14877','_transient_mm_spam_4b8b6467b9072aee453a4603248f539c','no','no'),('14878','_transient_timeout_mm_spam_456bd9362c5843214d807d8fe62001a8','1442708808','no'),('14879','_transient_mm_spam_456bd9362c5843214d807d8fe62001a8','no','no'),('14880','_transient_timeout_mm_spam_1588050dbfb0c612b20df1141e45d445','1442708817','no'),('14881','_transient_mm_spam_1588050dbfb0c612b20df1141e45d445','no','no'),('14882','_transient_timeout_mm_spam_f8c70652ddefa3abe1f60f5fc196be90','1442708877','no'),('14883','_transient_mm_spam_f8c70652ddefa3abe1f60f5fc196be90','no','no'),('14884','_transient_timeout_mm_spam_62679f43897119cbc7268bc50795e2cc','1442709340','no'),('14885','_transient_mm_spam_62679f43897119cbc7268bc50795e2cc','no','no'),('14886','_transient_timeout_mm_spam_99bcedc84a182833b7055d27f01f805f','1442709342','no'),('14887','_transient_mm_spam_99bcedc84a182833b7055d27f01f805f','no','no'),('14888','_transient_timeout_mm_spam_153794bee4c6cd9f1b44647222f1f3ab','1442709602','no'),('14889','_transient_mm_spam_153794bee4c6cd9f1b44647222f1f3ab','no','no'),('14890','_transient_timeout_mm_spam_1142c6261f6169bb88906526907c73dd','1442709894','no'),('14891','_transient_mm_spam_1142c6261f6169bb88906526907c73dd','no','no'),('14892','_transient_timeout_mm_spam_a1ab2b500bac87edbea35dde0c626e94','1442710063','no'),('14893','_transient_mm_spam_a1ab2b500bac87edbea35dde0c626e94','no','no'),('14894','_transient_timeout_mm_spam_171d27ad106ed1d186422bd704c96581','1442711477','no'),('14895','_transient_mm_spam_171d27ad106ed1d186422bd704c96581','no','no'),('14896','_transient_timeout_mm_spam_a3037dfe7b182e2bed43973f937e136d','1442711663','no'),('14897','_transient_mm_spam_a3037dfe7b182e2bed43973f937e136d','no','no'),('14899','_transient_timeout_mm_spam_de66e2df5ff60ac1bea06065887a3c6d','1442711972','no'),('14900','_transient_mm_spam_de66e2df5ff60ac1bea06065887a3c6d','no','no'),('14903','_transient_timeout_mm_spam_53df39079cae34753d3ab3b033c69361','1442712926','no'),('14904','_transient_mm_spam_53df39079cae34753d3ab3b033c69361','no','no'),('14905','_transient_timeout_mm_spam_abf89d51b30b9ccd088c72e2bcf16ce9','1442712983','no'),('14906','_transient_mm_spam_abf89d51b30b9ccd088c72e2bcf16ce9','no','no'),('14907','_transient_timeout_mm_spam_6e1c6f5b522edf6abaed249732158251','1442713278','no'),('14908','_transient_mm_spam_6e1c6f5b522edf6abaed249732158251','no','no'),('14909','_transient_timeout_mm_spam_59f8922cb024928eb310e14a7f4dc88e','1442713289','no'),('14910','_transient_mm_spam_59f8922cb024928eb310e14a7f4dc88e','no','no'),('14911','_transient_timeout_mm_spam_356b9a205fbe7c76784ba685c31f0d5a','1442713354','no'),('14912','_transient_mm_spam_356b9a205fbe7c76784ba685c31f0d5a','no','no'),('14913','_transient_timeout_mm_spam_e36ae1b5715a4f3e2b56d0a62c02a41a','1442713440','no'),('14914','_transient_mm_spam_e36ae1b5715a4f3e2b56d0a62c02a41a','no','no'),('14915','_transient_timeout_mm_spam_46a2591b6e86776ad3fb4488147cf139','1442714009','no'),('14916','_transient_mm_spam_46a2591b6e86776ad3fb4488147cf139','no','no'),('14917','_transient_timeout_mm_spam_6f1107cd8cff08c1d42055f26e60e185','1442714456','no'),('14918','_transient_mm_spam_6f1107cd8cff08c1d42055f26e60e185','no','no'),('14919','_transient_timeout_mm_spam_549a5632a33651932dd7487daab0d03c','1442715069','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14920','_transient_mm_spam_549a5632a33651932dd7487daab0d03c','no','no'),('14921','_transient_timeout_mm_spam_bd9b24e50a471141bf37b718151105bf','1442715288','no'),('14922','_transient_mm_spam_bd9b24e50a471141bf37b718151105bf','no','no'),('14924','_transient_timeout_mm_spam_d0bf5fe96a548d22bdb2a70c1385cc23','1442715641','no'),('14925','_transient_mm_spam_d0bf5fe96a548d22bdb2a70c1385cc23','no','no'),('14926','_transient_timeout_mm_spam_4d531b18fd3db29e059c29bc6155aa71','1442715649','no'),('14927','_transient_mm_spam_4d531b18fd3db29e059c29bc6155aa71','no','no'),('14928','_transient_timeout_mm_spam_31d7bae09b95af63d338166119742ba6','1442715747','no'),('14929','_transient_mm_spam_31d7bae09b95af63d338166119742ba6','no','no'),('14930','_transient_timeout_mm_spam_8ad180486b59e5f518aa6c6607e96ca1','1442716385','no'),('14931','_transient_mm_spam_8ad180486b59e5f518aa6c6607e96ca1','no','no'),('14932','_transient_timeout_mm_spam_86514aaaca2e258970173c752f92144c','1442716741','no'),('14933','_transient_mm_spam_86514aaaca2e258970173c752f92144c','no','no'),('14934','_transient_timeout_mm_spam_1ffba4e3d48fb61e677996371ddee89d','1442716775','no'),('14935','_transient_mm_spam_1ffba4e3d48fb61e677996371ddee89d','no','no'),('14936','_transient_timeout_mm_spam_c69f0b444e33c7cd098b1f5a229bcec8','1442717087','no'),('14937','_transient_mm_spam_c69f0b444e33c7cd098b1f5a229bcec8','no','no'),('14938','_transient_timeout_mm_spam_35d6706600902d7093cd06cd757d007c','1442717192','no'),('14939','_transient_mm_spam_35d6706600902d7093cd06cd757d007c','no','no'),('14940','_transient_timeout_mm_spam_ac151d8302b6d393dc0c3bdbb6321f46','1442717638','no'),('14941','_transient_mm_spam_ac151d8302b6d393dc0c3bdbb6321f46','no','no'),('14942','_transient_timeout_mm_spam_6a103fbc7d77649970e65f1e5486c0b4','1442717666','no'),('14943','_transient_mm_spam_6a103fbc7d77649970e65f1e5486c0b4','no','no'),('14944','_transient_timeout_mm_spam_6ce0db0b9c34171a621fc2317e9937e0','1442717886','no'),('14945','_transient_mm_spam_6ce0db0b9c34171a621fc2317e9937e0','no','no'),('14946','_transient_timeout_mm_spam_a05532eecff78dd4db6ec6c63be3ee3e','1442718145','no'),('14947','_transient_mm_spam_a05532eecff78dd4db6ec6c63be3ee3e','no','no'),('14948','_transient_timeout_mm_spam_394a8c84ed08e599f998ae7fffbd5bfe','1442718350','no'),('14949','_transient_mm_spam_394a8c84ed08e599f998ae7fffbd5bfe','no','no'),('14950','_transient_timeout_mm_spam_ea630d7ef2d3936ff43d68bdfc0e89cd','1442718682','no'),('14951','_transient_mm_spam_ea630d7ef2d3936ff43d68bdfc0e89cd','no','no'),('14952','_transient_timeout_mm_spam_f12a6f44679a717ffad40d5a21288eac','1442718832','no'),('14953','_transient_mm_spam_f12a6f44679a717ffad40d5a21288eac','no','no'),('14954','_transient_timeout_mm_spam_477a5e9a8662396056e2daaee81eb404','1442718852','no'),('14955','_transient_mm_spam_477a5e9a8662396056e2daaee81eb404','no','no'),('14957','_transient_timeout_mm_spam_7e5573e8661e555f59fb7bd5fb913273','1442719675','no'),('14958','_transient_mm_spam_7e5573e8661e555f59fb7bd5fb913273','no','no'),('14959','_transient_timeout_mm_spam_045bdfa71a30f6e5f442feeefb3a149c','1442719679','no'),('14960','_transient_mm_spam_045bdfa71a30f6e5f442feeefb3a149c','no','no'),('14961','_transient_timeout_mm_spam_c7b276478ce3fd41d8debc771472d100','1442719718','no'),('14962','_transient_mm_spam_c7b276478ce3fd41d8debc771472d100','no','no'),('14963','_transient_timeout_mm_spam_90bfcc36dce5ae09b8c0a493d1ead4c5','1442719962','no'),('14964','_transient_mm_spam_90bfcc36dce5ae09b8c0a493d1ead4c5','no','no'),('14965','_transient_timeout_mm_spam_63e64d529d4e9f1c7cacc373dc7156da','1442720199','no'),('14966','_transient_mm_spam_63e64d529d4e9f1c7cacc373dc7156da','no','no'),('14967','_transient_timeout_mm_spam_3bbdd5088d7648bd43e64ed979bc8788','1442720454','no'),('14968','_transient_mm_spam_3bbdd5088d7648bd43e64ed979bc8788','no','no'),('14969','_transient_timeout_mm_spam_2535a1d65307ee0426a88bd2664c2095','1442720529','no'),('14970','_transient_mm_spam_2535a1d65307ee0426a88bd2664c2095','no','no'),('14971','_transient_timeout_mm_spam_d35de00adffbfcf2583cbdd4d635ef1e','1442720554','no'),('14972','_transient_mm_spam_d35de00adffbfcf2583cbdd4d635ef1e','no','no'),('14973','_transient_timeout_mm_spam_255d3913fb5beddab236e17ac9058241','1442720562','no'),('14974','_transient_mm_spam_255d3913fb5beddab236e17ac9058241','no','no'),('14975','_transient_timeout_mm_spam_88dd20f42590fbe12a48edf2309939f1','1442720669','no'),('14976','_transient_mm_spam_88dd20f42590fbe12a48edf2309939f1','no','no'),('14977','_transient_timeout_mm_spam_b245c30c5553d9cc92cef131bd4f2c13','1442720901','no'),('14978','_transient_mm_spam_b245c30c5553d9cc92cef131bd4f2c13','no','no'),('14979','_transient_timeout_mm_spam_29bce1852155f8fbdd4a7f562f9d4bc4','1442720902','no'),('14980','_transient_mm_spam_29bce1852155f8fbdd4a7f562f9d4bc4','no','no'),('14981','_transient_timeout_mm_spam_7a5754db30b68db69d70e1604d4a242a','1442720987','no'),('14982','_transient_mm_spam_7a5754db30b68db69d70e1604d4a242a','no','no'),('14983','_transient_timeout_mm_spam_0ded65ccc99d7cfdd25d9a2bc00f9210','1442720996','no'),('14984','_transient_mm_spam_0ded65ccc99d7cfdd25d9a2bc00f9210','no','no'),('14985','_transient_timeout_mm_spam_559d95ae4b880faac8a484cc57e62a76','1442721122','no'),('14986','_transient_mm_spam_559d95ae4b880faac8a484cc57e62a76','no','no'),('14987','_transient_timeout_mm_spam_817fb4917d519fb4033c8d762a628ecf','1442721248','no'),('14988','_transient_mm_spam_817fb4917d519fb4033c8d762a628ecf','no','no'),('14991','_transient_timeout_mm_spam_af675c31d6733af4e6360a980c8da019','1442721343','no'),('14992','_transient_mm_spam_af675c31d6733af4e6360a980c8da019','no','no'),('14995','_transient_timeout_mm_spam_10757690bb25fe3470f80f470c807844','1442721408','no'),('14996','_transient_mm_spam_10757690bb25fe3470f80f470c807844','no','no'),('14997','_transient_timeout_mm_spam_afdfa18a28009625b15cbba296b681e6','1442721507','no'),('14998','_transient_mm_spam_afdfa18a28009625b15cbba296b681e6','no','no'),('14999','_transient_timeout_mm_spam_0bc5ba1218e6c260e9819c171cbfaa61','1442721510','no'),('15000','_transient_mm_spam_0bc5ba1218e6c260e9819c171cbfaa61','no','no'),('15001','_transient_timeout_mm_spam_4badcd7f3bc02478adf82da2d1d1e037','1442721528','no'),('15002','_transient_mm_spam_4badcd7f3bc02478adf82da2d1d1e037','no','no'),('15003','_transient_timeout_mm_spam_24295b2097d7ac7b5bd12bd35b4fdfd4','1442721734','no'),('15004','_transient_mm_spam_24295b2097d7ac7b5bd12bd35b4fdfd4','no','no'),('15005','_transient_timeout_mm_spam_dd1cf747d031fd67f8d38dff2d1d90a6','1442721734','no'),('15006','_transient_mm_spam_dd1cf747d031fd67f8d38dff2d1d90a6','no','no'),('15007','_transient_timeout_mm_spam_0711e496d0b0a1ec4fb192e9552c2edb','1442722021','no'),('15008','_transient_mm_spam_0711e496d0b0a1ec4fb192e9552c2edb','no','no'),('15009','_transient_timeout_mm_spam_2bcf556318b9d2b6468afab4b7ef02fd','1442722340','no'),('15010','_transient_mm_spam_2bcf556318b9d2b6468afab4b7ef02fd','no','no'),('15012','_transient_timeout_mm_spam_651efa35db8478cd9d70e16a1466221e','1442722989','no'),('15013','_transient_mm_spam_651efa35db8478cd9d70e16a1466221e','no','no'),('15015','_transient_timeout_mm_spam_030d42e79eb7ae12c398be7d79f644cb','1442723172','no'),('15016','_transient_mm_spam_030d42e79eb7ae12c398be7d79f644cb','no','no'),('15017','_transient_timeout_mm_spam_214d2cb60123f6c4e9e234ec82566a96','1442723272','no'),('15018','_transient_mm_spam_214d2cb60123f6c4e9e234ec82566a96','no','no'),('15019','_transient_timeout_mm_spam_1ae83cfb97a487d1382f7d59c7042901','1442723355','no'),('15020','_transient_mm_spam_1ae83cfb97a487d1382f7d59c7042901','no','no'),('15021','_transient_timeout_mm_spam_17b63ee5b2507db3132ab715fcd696b7','1442723433','no'),('15022','_transient_mm_spam_17b63ee5b2507db3132ab715fcd696b7','no','no'),('15023','_transient_timeout_mm_spam_611a514fdcff39c7dfa42872249c6115','1442723553','no'),('15024','_transient_mm_spam_611a514fdcff39c7dfa42872249c6115','no','no'),('15025','_transient_timeout_mm_spam_ee4e9e0036a4b6aab848c1932251506f','1442723911','no'),('15026','_transient_mm_spam_ee4e9e0036a4b6aab848c1932251506f','no','no'),('15027','_transient_timeout_mm_spam_9265b044db91d22b218efcc194db049e','1442723916','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15028','_transient_mm_spam_9265b044db91d22b218efcc194db049e','no','no'),('15029','_transient_timeout_mm_spam_4de365dca90225b38bd6469729b44287','1442724059','no'),('15030','_transient_mm_spam_4de365dca90225b38bd6469729b44287','no','no'),('15031','_transient_timeout_mm_spam_d598dab6ff33a6eb4afaf3571bf29360','1442724096','no'),('15032','_transient_mm_spam_d598dab6ff33a6eb4afaf3571bf29360','no','no'),('15033','_transient_timeout_mm_spam_ab078500946978229323e121af3b5005','1442724107','no'),('15034','_transient_mm_spam_ab078500946978229323e121af3b5005','no','no'),('15035','_transient_timeout_mm_spam_6f9c21ced5704096a74ad3c3c23ff366','1442724139','no'),('15036','_transient_mm_spam_6f9c21ced5704096a74ad3c3c23ff366','no','no'),('15037','_transient_timeout_mm_spam_233c8d70f5334315b7342bb1081b3c38','1442724367','no'),('15038','_transient_mm_spam_233c8d70f5334315b7342bb1081b3c38','no','no'),('15039','_transient_timeout_mm_spam_1ea72f6e8666665f403337c5549c855a','1442724421','no'),('15040','_transient_mm_spam_1ea72f6e8666665f403337c5549c855a','no','no'),('15041','_transient_timeout_mm_spam_aaad1f8d87c560ae8e5cc18a5ed8d06c','1442724520','no'),('15042','_transient_mm_spam_aaad1f8d87c560ae8e5cc18a5ed8d06c','no','no'),('15043','_transient_timeout_mm_spam_8b406d39d8c883b06ddf8ed388afd2d5','1442724566','no'),('15044','_transient_mm_spam_8b406d39d8c883b06ddf8ed388afd2d5','no','no'),('15045','_transient_timeout_mm_spam_e5fd830108eaec96d61bb3fecbfd1768','1442724631','no'),('15046','_transient_mm_spam_e5fd830108eaec96d61bb3fecbfd1768','no','no'),('15047','_transient_timeout_mm_spam_412f6355cd809cd686ec896682a8d002','1442724701','no'),('15048','_transient_mm_spam_412f6355cd809cd686ec896682a8d002','no','no'),('15049','_transient_timeout_mm_spam_2abad7b8fc1e2db00cc9414bfc877d0d','1442724780','no'),('15050','_transient_mm_spam_2abad7b8fc1e2db00cc9414bfc877d0d','no','no'),('15051','_transient_timeout_mm_spam_08f158a4e837eb5c7652706e4248e024','1442725061','no'),('15052','_transient_mm_spam_08f158a4e837eb5c7652706e4248e024','no','no'),('15053','_transient_timeout_mm_spam_1c2c28d31a2d411f45aa71a9281065bf','1442725126','no'),('15054','_transient_mm_spam_1c2c28d31a2d411f45aa71a9281065bf','no','no'),('15055','_transient_timeout_mm_spam_0fa16130ce79d9caf5039577eaf2a029','1442725428','no'),('15056','_transient_mm_spam_0fa16130ce79d9caf5039577eaf2a029','no','no'),('15057','_transient_timeout_mm_spam_05537c7d7f1a4b9f895f16cbd4bf9e39','1442725492','no'),('15058','_transient_mm_spam_05537c7d7f1a4b9f895f16cbd4bf9e39','no','no'),('15059','_transient_timeout_mm_spam_5c4b922e84ff836ffa1c956987aed42f','1442725558','no'),('15060','_transient_mm_spam_5c4b922e84ff836ffa1c956987aed42f','no','no'),('15061','_transient_timeout_mm_spam_cbd4bd3027bdeae25a574e3f9ccbc172','1442725698','no'),('15062','_transient_mm_spam_cbd4bd3027bdeae25a574e3f9ccbc172','no','no'),('15063','_transient_timeout_mm_spam_91c925f2240ae7e60b41c3f076b213cd','1442725794','no'),('15064','_transient_mm_spam_91c925f2240ae7e60b41c3f076b213cd','no','no'),('15065','_transient_timeout_mm_spam_63d8502dec4ec52118e87fab9148c824','1442725988','no'),('15066','_transient_mm_spam_63d8502dec4ec52118e87fab9148c824','no','no'),('15067','_transient_timeout_mm_spam_001559ad0e9bcccfff02ff8e610e969a','1442726099','no'),('15068','_transient_mm_spam_001559ad0e9bcccfff02ff8e610e969a','no','no'),('15070','_transient_timeout_mm_spam_94aa56b57515ce2ba2067a33ea683e46','1442726227','no'),('15071','_transient_mm_spam_94aa56b57515ce2ba2067a33ea683e46','no','no'),('15072','_transient_timeout_mm_spam_35bb1fca2de72f64c258e1698e0a36d1','1442726241','no'),('15073','_transient_mm_spam_35bb1fca2de72f64c258e1698e0a36d1','no','no'),('15074','_transient_timeout_mm_spam_c0b0b305cd3784753ba9617863467d9f','1442726372','no'),('15075','_transient_mm_spam_c0b0b305cd3784753ba9617863467d9f','no','no'),('15076','_transient_timeout_mm_spam_807e3b8cecf280f0d8d73c527da6adc9','1442726411','no'),('15077','_transient_mm_spam_807e3b8cecf280f0d8d73c527da6adc9','no','no'),('15078','_transient_timeout_mm_spam_7438832ef28c96571b7912f981a1f29f','1442726698','no'),('15079','_transient_mm_spam_7438832ef28c96571b7912f981a1f29f','no','no'),('15080','_transient_timeout_mm_spam_1b37043131ee3dfb9e1b3e800dfba8e5','1442726721','no'),('15081','_transient_mm_spam_1b37043131ee3dfb9e1b3e800dfba8e5','no','no'),('15082','_transient_timeout_mm_spam_3ba282d6822b2983fd38f1ef67d8c125','1442727111','no'),('15083','_transient_mm_spam_3ba282d6822b2983fd38f1ef67d8c125','no','no'),('15084','_transient_timeout_mm_spam_ae6b8f3e41f68e97d1b6e4e00b9f51e5','1442727131','no'),('15085','_transient_mm_spam_ae6b8f3e41f68e97d1b6e4e00b9f51e5','no','no'),('15086','_transient_timeout_mm_spam_6525fa4a92fa24e33a1377db3e7fad3c','1442727140','no'),('15087','_transient_mm_spam_6525fa4a92fa24e33a1377db3e7fad3c','no','no'),('15088','_transient_timeout_mm_spam_ea86de10d3a39b475f301d834692f44f','1442727210','no'),('15089','_transient_mm_spam_ea86de10d3a39b475f301d834692f44f','no','no'),('15090','_transient_timeout_mm_spam_5e0a0c3e534efda3ef0d2eb8e9ba6dba','1442727306','no'),('15091','_transient_mm_spam_5e0a0c3e534efda3ef0d2eb8e9ba6dba','no','no'),('15092','_transient_timeout_mm_spam_30068e62f7eb30d79d76039b1fb9237c','1442727441','no'),('15093','_transient_mm_spam_30068e62f7eb30d79d76039b1fb9237c','no','no'),('15094','_transient_timeout_mm_spam_4f294964541345d58f401dcd3899c081','1442727554','no'),('15095','_transient_mm_spam_4f294964541345d58f401dcd3899c081','no','no'),('15096','_transient_timeout_mm_spam_2620240a622003f866456425379a1821','1442727620','no'),('15097','_transient_mm_spam_2620240a622003f866456425379a1821','no','no'),('15098','_transient_timeout_mm_spam_4a4022445f0637eb24e87e90e23d3ae1','1442727623','no'),('15099','_transient_mm_spam_4a4022445f0637eb24e87e90e23d3ae1','no','no'),('15100','_transient_timeout_mm_spam_7fb930d85fe5fbef22e4cf4762883ffe','1442727733','no'),('15101','_transient_mm_spam_7fb930d85fe5fbef22e4cf4762883ffe','no','no'),('15102','_transient_timeout_mm_spam_655a5e2887a88b831d764ec84125e4f8','1442727782','no'),('15103','_transient_mm_spam_655a5e2887a88b831d764ec84125e4f8','no','no'),('15104','_transient_timeout_mm_spam_8e2792fd38ed6b27c545eaa9b2d3e4cf','1442727992','no'),('15105','_transient_mm_spam_8e2792fd38ed6b27c545eaa9b2d3e4cf','no','no'),('15106','_transient_timeout_mm_spam_4993b6d437e35e3a9dfc7430232ea771','1442728041','no'),('15107','_transient_mm_spam_4993b6d437e35e3a9dfc7430232ea771','no','no'),('15108','_transient_timeout_mm_spam_c69046ac1f5a5de4ddafaa9693808e90','1442728668','no'),('15109','_transient_mm_spam_c69046ac1f5a5de4ddafaa9693808e90','no','no'),('15110','_transient_timeout_mm_spam_28d023d2ad730a0c32575ae841de66ff','1442728886','no'),('15111','_transient_mm_spam_28d023d2ad730a0c32575ae841de66ff','no','no'),('15112','_transient_timeout_mm_spam_73a36db31991bfaf5916033c34f4c74f','1442728956','no'),('15113','_transient_mm_spam_73a36db31991bfaf5916033c34f4c74f','no','no'),('15114','_transient_timeout_mm_spam_8ee1f087c92a68b02774b8d03e8de57b','1442728999','no'),('15115','_transient_mm_spam_8ee1f087c92a68b02774b8d03e8de57b','no','no'),('15116','_transient_timeout_mm_spam_4b12a776101d900860d7538a58e25afd','1442729086','no'),('15117','_transient_mm_spam_4b12a776101d900860d7538a58e25afd','no','no'),('15119','_transient_timeout_mm_spam_8df593c0b0906919dd231c5e3ac440a4','1442729377','no'),('15120','_transient_mm_spam_8df593c0b0906919dd231c5e3ac440a4','no','no'),('15121','_transient_timeout_mm_spam_293cf7465495e501f84268b0d4fc6e6a','1442729393','no'),('15122','_transient_mm_spam_293cf7465495e501f84268b0d4fc6e6a','no','no'),('15124','_transient_timeout_mm_spam_2d57d70574544fedf9023086ff378bc5','1442729463','no'),('15125','_transient_mm_spam_2d57d70574544fedf9023086ff378bc5','no','no'),('15126','_transient_timeout_mm_spam_ed756f0aa3ede55e069b70c7a10cd878','1442729492','no'),('15127','_transient_mm_spam_ed756f0aa3ede55e069b70c7a10cd878','no','no'),('15128','_transient_timeout_mm_spam_92b047936bf0d7fef073fe027b06c1e4','1442729547','no'),('15129','_transient_mm_spam_92b047936bf0d7fef073fe027b06c1e4','no','no'),('15131','_transient_timeout_mm_spam_864a58eb251354c8a519ef20c89fb892','1442729834','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15132','_transient_mm_spam_864a58eb251354c8a519ef20c89fb892','no','no'),('15133','_transient_timeout_mm_spam_26534453613ac7e807255ae9f8ece7be','1442729855','no'),('15134','_transient_mm_spam_26534453613ac7e807255ae9f8ece7be','no','no'),('15135','_transient_timeout_mm_spam_f04e3849f82a9e32d3db019716ad8fe2','1442729872','no'),('15136','_transient_mm_spam_f04e3849f82a9e32d3db019716ad8fe2','no','no'),('15137','_transient_timeout_mm_spam_db95af1dfcd6862d1ef80859bb136d27','1442729902','no'),('15138','_transient_mm_spam_db95af1dfcd6862d1ef80859bb136d27','no','no'),('15139','_transient_timeout_mm_spam_8da762e0b7bd42e6d5fcc761fdcb3816','1442730138','no'),('15140','_transient_mm_spam_8da762e0b7bd42e6d5fcc761fdcb3816','no','no'),('15141','_transient_timeout_mm_spam_67bf856dd8cc3f8828e1d80e05b7336b','1442730147','no'),('15142','_transient_mm_spam_67bf856dd8cc3f8828e1d80e05b7336b','no','no'),('15143','_transient_timeout_mm_spam_b3abdfe9d74defa2ada2eea84be300aa','1442730204','no'),('15144','_transient_mm_spam_b3abdfe9d74defa2ada2eea84be300aa','no','no'),('15145','_transient_timeout_mm_spam_73ecb031ba204aefcc67941ad76a1eb4','1442730212','no'),('15146','_transient_mm_spam_73ecb031ba204aefcc67941ad76a1eb4','no','no'),('15147','_transient_timeout_mm_spam_873b014a8686f62d89dd187e004dc22f','1442730303','no'),('15148','_transient_mm_spam_873b014a8686f62d89dd187e004dc22f','no','no'),('15149','_transient_timeout_mm_spam_e71a48cb89d01bab56ed424f66e67fed','1442730354','no'),('15150','_transient_mm_spam_e71a48cb89d01bab56ed424f66e67fed','no','no'),('15151','_transient_timeout_mm_spam_ad8825ab2a3a77e79c509079ae501c1e','1442730360','no'),('15152','_transient_mm_spam_ad8825ab2a3a77e79c509079ae501c1e','no','no'),('15153','_transient_timeout_mm_spam_1855fa6399c2d4d61b5d2e08a2b5ca42','1442730528','no'),('15154','_transient_mm_spam_1855fa6399c2d4d61b5d2e08a2b5ca42','no','no'),('15155','_transient_timeout_mm_spam_624b023537ab1dd4a9358a142026f118','1442730559','no'),('15156','_transient_mm_spam_624b023537ab1dd4a9358a142026f118','no','no'),('15157','_transient_timeout_mm_spam_babc87fd964d4ee0ee46828f91ec4973','1442730681','no'),('15158','_transient_mm_spam_babc87fd964d4ee0ee46828f91ec4973','no','no'),('15159','_transient_timeout_mm_spam_dd6db65730234fc604c16c7dcb682f93','1442730842','no'),('15160','_transient_mm_spam_dd6db65730234fc604c16c7dcb682f93','no','no'),('15161','_transient_timeout_mm_spam_2a33930d13a9435a8c543c2cbb9dfa25','1442730843','no'),('15162','_transient_mm_spam_2a33930d13a9435a8c543c2cbb9dfa25','no','no'),('15163','_transient_timeout_mm_spam_c16567f13391a88a777e8abbd32bc1c7','1442730958','no'),('15164','_transient_mm_spam_c16567f13391a88a777e8abbd32bc1c7','no','no'),('15165','_transient_timeout_mm_spam_18231509da2596f9b932773cf652b159','1442730968','no'),('15166','_transient_mm_spam_18231509da2596f9b932773cf652b159','no','no'),('15167','_transient_timeout_mm_spam_9b204edd8133dec0b6cb07ea457cd8f4','1442731030','no'),('15168','_transient_mm_spam_9b204edd8133dec0b6cb07ea457cd8f4','no','no'),('15169','_transient_timeout_mm_spam_d981c7623cc7d50b79980112887de809','1442731042','no'),('15170','_transient_mm_spam_d981c7623cc7d50b79980112887de809','no','no'),('15171','_transient_timeout_mm_spam_b2b5015daa0e9ad61d779a80d11785ed','1442731102','no'),('15172','_transient_mm_spam_b2b5015daa0e9ad61d779a80d11785ed','no','no'),('15173','_transient_timeout_mm_spam_dc074ee1ec7e98d42448dd45ff5718cc','1442731742','no'),('15174','_transient_mm_spam_dc074ee1ec7e98d42448dd45ff5718cc','no','no'),('15175','_transient_timeout_mm_spam_067152731047ceaef1122735e19e25f1','1442731981','no'),('15176','_transient_mm_spam_067152731047ceaef1122735e19e25f1','no','no'),('15177','_transient_timeout_mm_spam_e38e2ccc835f3efe4ff52c1e3ee5d856','1442731995','no'),('15178','_transient_mm_spam_e38e2ccc835f3efe4ff52c1e3ee5d856','no','no'),('15179','_transient_timeout_mm_spam_770aa00f8380a380228c16c12711c59b','1442732118','no'),('15180','_transient_mm_spam_770aa00f8380a380228c16c12711c59b','no','no'),('15181','_transient_timeout_mm_spam_54d59f82a07981e0e8d00784ac3ed2da','1442732399','no'),('15182','_transient_mm_spam_54d59f82a07981e0e8d00784ac3ed2da','no','no'),('15183','_transient_timeout_mm_spam_6b962e3d123355db669eb6b2aabea788','1442732415','no'),('15184','_transient_mm_spam_6b962e3d123355db669eb6b2aabea788','no','no'),('15185','_transient_timeout_mm_spam_4eba945a0ead9f83eef0f965d3662fa9','1442732481','no'),('15186','_transient_mm_spam_4eba945a0ead9f83eef0f965d3662fa9','no','no'),('15187','_transient_timeout_mm_spam_048ed92552ea4f05cd24af3ade4c4818','1442732596','no'),('15188','_transient_mm_spam_048ed92552ea4f05cd24af3ade4c4818','no','no'),('15189','_transient_timeout_mm_spam_753282d2e0ecbd75f4692acfc5944fad','1442732830','no'),('15190','_transient_mm_spam_753282d2e0ecbd75f4692acfc5944fad','no','no'),('15191','_transient_timeout_mm_spam_715064add54f79592554121a1dfe1622','1442732864','no'),('15192','_transient_mm_spam_715064add54f79592554121a1dfe1622','no','no'),('15193','_transient_timeout_mm_spam_942bb001342a58c5a409a98cf61f8e30','1442732873','no'),('15194','_transient_mm_spam_942bb001342a58c5a409a98cf61f8e30','no','no'),('15195','_transient_timeout_mm_spam_1518b574bdf2281206b7049e3a460b5b','1442733083','no'),('15196','_transient_mm_spam_1518b574bdf2281206b7049e3a460b5b','no','no'),('15197','_transient_timeout_mm_spam_05b4258a33066f211403cf3de5818c13','1442733112','no'),('15198','_transient_mm_spam_05b4258a33066f211403cf3de5818c13','no','no'),('15199','_transient_timeout_mm_spam_61d1889f73f2c6480861b93903fa379f','1442733134','no'),('15200','_transient_mm_spam_61d1889f73f2c6480861b93903fa379f','no','no'),('15201','_transient_timeout_mm_spam_aab311209edab3d73ca3b8dc8d33e72a','1442733268','no'),('15202','_transient_mm_spam_aab311209edab3d73ca3b8dc8d33e72a','no','no'),('15203','_transient_timeout_mm_spam_8493960a59834431f16053b7a7b1fd19','1442733305','no'),('15204','_transient_mm_spam_8493960a59834431f16053b7a7b1fd19','no','no'),('15206','_transient_timeout_mm_spam_a2afb91eb66806bc70b510abd20e71c0','1442733430','no'),('15207','_transient_mm_spam_a2afb91eb66806bc70b510abd20e71c0','no','no'),('15208','_transient_timeout_mm_spam_06d8398e9115b1c752a4eebc2e812dc4','1442733449','no'),('15209','_transient_mm_spam_06d8398e9115b1c752a4eebc2e812dc4','no','no'),('15210','_transient_timeout_mm_spam_ec756428f2fad9c7113ee7c2dfc74674','1442733815','no'),('15211','_transient_mm_spam_ec756428f2fad9c7113ee7c2dfc74674','no','no'),('15212','_transient_timeout_mm_spam_d203574bbe899aac51b8f1f2c08f020d','1442733846','no'),('15213','_transient_mm_spam_d203574bbe899aac51b8f1f2c08f020d','no','no'),('15214','_transient_timeout_mm_spam_6609e3381731fe81890bfb48bc46de6a','1442733863','no'),('15215','_transient_mm_spam_6609e3381731fe81890bfb48bc46de6a','no','no'),('15216','_transient_timeout_mm_spam_229b267186fbf9c6798c7f5bf8ae0675','1442733901','no'),('15217','_transient_mm_spam_229b267186fbf9c6798c7f5bf8ae0675','no','no'),('15218','_transient_timeout_mm_spam_f453956187ae397904bbc6fafde74a20','1442734182','no'),('15219','_transient_mm_spam_f453956187ae397904bbc6fafde74a20','no','no'),('15220','_transient_timeout_mm_spam_72fe6481634c4d87cabbfe8de5527ea4','1442734199','no'),('15221','_transient_mm_spam_72fe6481634c4d87cabbfe8de5527ea4','no','no'),('15222','_transient_timeout_mm_spam_51b7e0de9163e3cccfd6286648ded0d6','1442734220','no'),('15223','_transient_mm_spam_51b7e0de9163e3cccfd6286648ded0d6','no','no'),('15224','_transient_timeout_mm_spam_aef704b4ef6ec87364d9dce132980321','1442734303','no'),('15225','_transient_mm_spam_aef704b4ef6ec87364d9dce132980321','no','no'),('15226','_transient_timeout_mm_spam_a2a232c70e45864c101a8c70fc6f89ec','1442734367','no'),('15227','_transient_mm_spam_a2a232c70e45864c101a8c70fc6f89ec','no','no'),('15228','_transient_timeout_mm_spam_4b84ca946917712c7cfb7990db757260','1442734423','no'),('15229','_transient_mm_spam_4b84ca946917712c7cfb7990db757260','no','no'),('15230','_transient_timeout_mm_spam_10ac3920d36abadb3e24f104954a867f','1442734579','no'),('15231','_transient_mm_spam_10ac3920d36abadb3e24f104954a867f','no','no'),('15232','_transient_timeout_mm_spam_b891c04c9a0db9054e4d1d0c03ab3964','1442734710','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15233','_transient_mm_spam_b891c04c9a0db9054e4d1d0c03ab3964','no','no'),('15234','_transient_timeout_mm_spam_1e89c1a40612f1113f0a514219207332','1442734738','no'),('15235','_transient_mm_spam_1e89c1a40612f1113f0a514219207332','no','no'),('15236','_transient_timeout_mm_spam_9ab3f189973f82197f2ccaff98f6e72b','1442734741','no'),('15237','_transient_mm_spam_9ab3f189973f82197f2ccaff98f6e72b','no','no'),('15238','_transient_timeout_mm_spam_1e977ca0ba5b14b03c5608fe5bc227e5','1442734882','no'),('15239','_transient_mm_spam_1e977ca0ba5b14b03c5608fe5bc227e5','no','no'),('15240','_transient_timeout_mm_spam_d6657e6a10f60b7fc32a5dd6b2a73fd0','1442734984','no'),('15241','_transient_mm_spam_d6657e6a10f60b7fc32a5dd6b2a73fd0','no','no'),('15242','_transient_timeout_mm_spam_9d3d06f2de4e3a20963f6ff632b53bce','1442735064','no'),('15243','_transient_mm_spam_9d3d06f2de4e3a20963f6ff632b53bce','no','no'),('15244','_transient_timeout_mm_spam_3914cdcab211d4981c319f7e2c44cf57','1442735065','no'),('15245','_transient_mm_spam_3914cdcab211d4981c319f7e2c44cf57','no','no'),('15246','_transient_timeout_mm_spam_a37f2bdc00ab5b3fd094f1640046c169','1442735090','no'),('15247','_transient_mm_spam_a37f2bdc00ab5b3fd094f1640046c169','no','no'),('15248','_transient_timeout_mm_spam_40bef430c815b567c7efbcffe37af948','1442735258','no'),('15249','_transient_mm_spam_40bef430c815b567c7efbcffe37af948','no','no'),('15250','_transient_timeout_mm_spam_bcc1b70690a9fd5fc5d01c62f6639c4c','1442735318','no'),('15251','_transient_mm_spam_bcc1b70690a9fd5fc5d01c62f6639c4c','no','no'),('15252','_transient_timeout_mm_spam_a24f30e0f741eee03575fe4cf9e8c355','1442735365','no'),('15253','_transient_mm_spam_a24f30e0f741eee03575fe4cf9e8c355','no','no'),('15254','_transient_timeout_mm_spam_d69bf2ef62a6067c5c6c7fae1fdd08db','1442735613','no'),('15255','_transient_mm_spam_d69bf2ef62a6067c5c6c7fae1fdd08db','no','no'),('15256','_transient_timeout_mm_spam_e47594a25a46ebf6aec752d55c776986','1442735843','no'),('15257','_transient_mm_spam_e47594a25a46ebf6aec752d55c776986','no','no'),('15258','_transient_timeout_mm_spam_65668401db5f47c8f7fad4646b54b6de','1442735977','no'),('15259','_transient_mm_spam_65668401db5f47c8f7fad4646b54b6de','no','no'),('15260','_transient_timeout_mm_spam_c7e3a1846475c24e225e77dc60224eed','1442736117','no'),('15261','_transient_mm_spam_c7e3a1846475c24e225e77dc60224eed','no','no'),('15262','_transient_timeout_mm_spam_da6bde87e44d0e2f48ca5d426e4895ff','1442736154','no'),('15263','_transient_mm_spam_da6bde87e44d0e2f48ca5d426e4895ff','no','no'),('15264','_transient_timeout_mm_spam_d5b887b8a62930f37d8b6e5db5a22776','1442736219','no'),('15265','_transient_mm_spam_d5b887b8a62930f37d8b6e5db5a22776','no','no'),('15266','_transient_timeout_mm_spam_4839212c17e9b501b4ebafea10cd6838','1442736396','no'),('15267','_transient_mm_spam_4839212c17e9b501b4ebafea10cd6838','no','no'),('15268','_transient_timeout_mm_spam_ac54f3efe6afa59f9198b4e98e4ec6b7','1442736425','no'),('15269','_transient_mm_spam_ac54f3efe6afa59f9198b4e98e4ec6b7','no','no'),('15270','_transient_timeout_mm_spam_f0d295f47a2c1e025e23f878eb596c72','1442736445','no'),('15271','_transient_mm_spam_f0d295f47a2c1e025e23f878eb596c72','no','no'),('15272','_transient_timeout_mm_spam_9d4264bca4df4639b20222034c70e803','1442736624','no'),('15273','_transient_mm_spam_9d4264bca4df4639b20222034c70e803','no','no'),('15274','_transient_timeout_mm_spam_636c0fa5015cec7b00193895b506ada3','1442736688','no'),('15275','_transient_mm_spam_636c0fa5015cec7b00193895b506ada3','no','no'),('15276','_transient_timeout_mm_spam_6dcbb0cbcc283af256075e607604112b','1442736713','no'),('15277','_transient_mm_spam_6dcbb0cbcc283af256075e607604112b','no','no'),('15278','_transient_timeout_mm_spam_5de5d192c0976bf6a380960f201acf9e','1442736739','no'),('15279','_transient_mm_spam_5de5d192c0976bf6a380960f201acf9e','no','no'),('15280','_transient_timeout_mm_spam_bc3b217b7cb0a3aa7645bbea37514c42','1442736829','no'),('15281','_transient_mm_spam_bc3b217b7cb0a3aa7645bbea37514c42','no','no'),('15282','_transient_timeout_mm_spam_cd1e699c161283ab89c3a2538f16421b','1442736852','no'),('15283','_transient_mm_spam_cd1e699c161283ab89c3a2538f16421b','no','no'),('15284','_transient_timeout_mm_spam_b15ef1189d6ce2df284dfa54b4579e43','1442736870','no'),('15285','_transient_mm_spam_b15ef1189d6ce2df284dfa54b4579e43','no','no'),('15287','_transient_timeout_mm_spam_63813a9281823b8e2969c00f980257b4','1442737018','no'),('15288','_transient_mm_spam_63813a9281823b8e2969c00f980257b4','no','no'),('15289','_transient_timeout_mm_spam_7f6c9b042d88c9080b761f1b9a513565','1442737049','no'),('15290','_transient_mm_spam_7f6c9b042d88c9080b761f1b9a513565','no','no'),('15291','_transient_timeout_mm_spam_222dfc54e269c9b3e4803cde4334f760','1442737119','no'),('15292','_transient_mm_spam_222dfc54e269c9b3e4803cde4334f760','no','no'),('15293','_transient_timeout_mm_spam_3671114060376229c8f8ce829b1dda71','1442737182','no'),('15294','_transient_mm_spam_3671114060376229c8f8ce829b1dda71','no','no'),('15295','_transient_timeout_mm_spam_c62a4cb1fc413b004b68da3de505cd21','1442737269','no'),('15296','_transient_mm_spam_c62a4cb1fc413b004b68da3de505cd21','no','no'),('15297','_transient_timeout_mm_spam_12ff0a701bc1bcaa902e74bb99336d56','1442737356','no'),('15298','_transient_mm_spam_12ff0a701bc1bcaa902e74bb99336d56','no','no'),('15300','_transient_timeout_mm_spam_865ee2bf90bc6b4a0bd28d6a296c60e5','1442737526','no'),('15301','_transient_mm_spam_865ee2bf90bc6b4a0bd28d6a296c60e5','no','no'),('15302','_transient_timeout_mm_spam_38f51d586dadc60ed1af70cb9f9b0cae','1442737572','no'),('15303','_transient_mm_spam_38f51d586dadc60ed1af70cb9f9b0cae','no','no'),('15304','_transient_timeout_mm_spam_315dc767cb4718fda6c44cc27280bcf9','1442737612','no'),('15305','_transient_mm_spam_315dc767cb4718fda6c44cc27280bcf9','no','no'),('15306','_transient_timeout_mm_spam_29a20cff291e0e2dabdd52dc344de793','1442737677','no'),('15307','_transient_mm_spam_29a20cff291e0e2dabdd52dc344de793','no','no'),('15308','_transient_timeout_mm_spam_f0b867e77f8354f3a986071b913485ae','1442737737','no'),('15309','_transient_mm_spam_f0b867e77f8354f3a986071b913485ae','no','no'),('15310','_transient_timeout_mm_spam_5a7060dfee1d906f91a6e501a03f4524','1442737790','no'),('15311','_transient_mm_spam_5a7060dfee1d906f91a6e501a03f4524','no','no'),('15312','_transient_timeout_mm_spam_b05799916e59901d432981ef605d869e','1442738015','no'),('15313','_transient_mm_spam_b05799916e59901d432981ef605d869e','no','no'),('15314','_transient_timeout_mm_spam_4e3c3a6a49cd278ed97e85c75b5b383b','1442738118','no'),('15315','_transient_mm_spam_4e3c3a6a49cd278ed97e85c75b5b383b','no','no'),('15316','_transient_timeout_mm_spam_8ff95f88524221256bf488bff696259b','1442738146','no'),('15317','_transient_mm_spam_8ff95f88524221256bf488bff696259b','no','no'),('15318','_transient_timeout_mm_spam_ef73acb8012ce47985adf1a1f227b087','1442738160','no'),('15319','_transient_mm_spam_ef73acb8012ce47985adf1a1f227b087','no','no'),('15320','_transient_timeout_mm_spam_a1d367e7e270aa22571f96ed703ba740','1442738174','no'),('15321','_transient_mm_spam_a1d367e7e270aa22571f96ed703ba740','no','no'),('15322','_transient_timeout_mm_spam_c2e40edcfb883ea869a1c24b182cdba6','1442738228','no'),('15323','_transient_mm_spam_c2e40edcfb883ea869a1c24b182cdba6','no','no'),('15324','_transient_timeout_mm_spam_56eba76c4aaf4a0b9f61197eb096ea40','1442738360','no'),('15325','_transient_mm_spam_56eba76c4aaf4a0b9f61197eb096ea40','no','no'),('15326','_transient_timeout_mm_spam_77afb8d4570b8ff6239dfaa443027e22','1442738485','no'),('15327','_transient_mm_spam_77afb8d4570b8ff6239dfaa443027e22','no','no'),('15328','_transient_timeout_mm_spam_ad094624284229bfa9390fced9eb8445','1442738515','no'),('15329','_transient_mm_spam_ad094624284229bfa9390fced9eb8445','no','no'),('15330','_transient_timeout_mm_spam_60defaacaa5d0b0ddb669a8be36bef01','1442738549','no'),('15331','_transient_mm_spam_60defaacaa5d0b0ddb669a8be36bef01','no','no'),('15332','_transient_timeout_mm_spam_b437f70af6a3f86a498129cfdaa934ab','1442738616','no'),('15333','_transient_mm_spam_b437f70af6a3f86a498129cfdaa934ab','no','no'),('15334','_transient_timeout_mm_spam_8766891d62ae95716730b1497ea8fcf3','1442738734','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15335','_transient_mm_spam_8766891d62ae95716730b1497ea8fcf3','no','no'),('15336','_transient_timeout_mm_spam_d487bb26dc5caa38e59dbb3662c85ccd','1442738776','no'),('15337','_transient_mm_spam_d487bb26dc5caa38e59dbb3662c85ccd','no','no'),('15338','_transient_timeout_mm_spam_f14edc3002cd38add7ecc24019ea8aec','1442738861','no'),('15339','_transient_mm_spam_f14edc3002cd38add7ecc24019ea8aec','no','no'),('15340','_transient_timeout_mm_spam_483c5a9000afe3fd2ed71bd26454fea7','1442738933','no'),('15341','_transient_mm_spam_483c5a9000afe3fd2ed71bd26454fea7','no','no'),('15342','_transient_timeout_mm_spam_3b2794f6294d2f45b03c7a9bb0d31c18','1442738964','no'),('15343','_transient_mm_spam_3b2794f6294d2f45b03c7a9bb0d31c18','no','no'),('15344','_transient_timeout_mm_spam_d84c6b66c783db487763b512e3cfde81','1442738997','no'),('15345','_transient_mm_spam_d84c6b66c783db487763b512e3cfde81','no','no'),('15346','_transient_timeout_mm_spam_de4fe14d40ccbf2b6dbd54a2e29da796','1442739032','no'),('15347','_transient_mm_spam_de4fe14d40ccbf2b6dbd54a2e29da796','no','no'),('15348','_transient_timeout_mm_spam_6dcde1ff21e6f61e81d68097bb3a1ff9','1442739061','no'),('15349','_transient_mm_spam_6dcde1ff21e6f61e81d68097bb3a1ff9','no','no'),('15350','_transient_timeout_mm_spam_1f16493ae136f478bb597edfc587aedf','1442739249','no'),('15351','_transient_mm_spam_1f16493ae136f478bb597edfc587aedf','no','no'),('15352','_transient_timeout_mm_spam_9c09cb55d54410180d8b29fc73471120','1442739262','no'),('15353','_transient_mm_spam_9c09cb55d54410180d8b29fc73471120','no','no'),('15354','_transient_timeout_mm_spam_0ea4923d8bccc39ad67ff34b93a0d778','1442739271','no'),('15355','_transient_mm_spam_0ea4923d8bccc39ad67ff34b93a0d778','no','no'),('15356','_transient_timeout_mm_spam_71831589090d5727ca2e5ee5acf27c46','1442739288','no'),('15357','_transient_mm_spam_71831589090d5727ca2e5ee5acf27c46','no','no'),('15358','_transient_timeout_mm_spam_0eab67442870f575e540c34da2891837','1442739363','no'),('15359','_transient_mm_spam_0eab67442870f575e540c34da2891837','no','no'),('15360','_transient_timeout_mm_spam_49a32a1f2180e2c7b940e9f00123912f','1442739569','no'),('15361','_transient_mm_spam_49a32a1f2180e2c7b940e9f00123912f','no','no'),('15362','_transient_timeout_mm_spam_93d96405c436be7fdbdc9847d8b7f7ef','1442739594','no'),('15363','_transient_mm_spam_93d96405c436be7fdbdc9847d8b7f7ef','no','no'),('15364','_transient_timeout_mm_spam_6a236c7f3a0a7856d8133935111470eb','1442739598','no'),('15365','_transient_mm_spam_6a236c7f3a0a7856d8133935111470eb','no','no'),('15366','_transient_timeout_mm_spam_eeb0eb6760373bb91733f0d2738b528b','1442739636','no'),('15367','_transient_mm_spam_eeb0eb6760373bb91733f0d2738b528b','no','no'),('15368','_transient_timeout_mm_spam_ed69643d33b828f786189843e322cf62','1442739719','no'),('15369','_transient_mm_spam_ed69643d33b828f786189843e322cf62','no','no'),('15370','_transient_timeout_mm_spam_142055ac6785cd1b0d85a2fff499e6ca','1442739766','no'),('15371','_transient_mm_spam_142055ac6785cd1b0d85a2fff499e6ca','no','no'),('15372','_transient_timeout_mm_spam_ea8ee6782e78ee83096a4b0f8f715bc8','1442739781','no'),('15373','_transient_mm_spam_ea8ee6782e78ee83096a4b0f8f715bc8','no','no'),('15374','_transient_timeout_mm_spam_3410491fd782b44858ba9ed9ad211560','1442739813','no'),('15375','_transient_mm_spam_3410491fd782b44858ba9ed9ad211560','no','no'),('15376','_transient_timeout_mm_spam_f5348938a312fc5207f383247280199b','1442739962','no'),('15377','_transient_mm_spam_f5348938a312fc5207f383247280199b','no','no'),('15378','_transient_timeout_mm_spam_48770bd90afa7c12be69e391da878457','1442739995','no'),('15379','_transient_mm_spam_48770bd90afa7c12be69e391da878457','no','no'),('15380','_transient_timeout_mm_spam_ec969c287c1627f868fd94923fccdb79','1442740011','no'),('15381','_transient_mm_spam_ec969c287c1627f868fd94923fccdb79','no','no'),('15382','_transient_timeout_mm_spam_de839f608d96454e8edd911ef3eeb196','1442740028','no'),('15383','_transient_mm_spam_de839f608d96454e8edd911ef3eeb196','no','no'),('15384','_transient_timeout_mm_spam_4b223fdcab67c36b62bfba0af82373a4','1442740162','no'),('15385','_transient_mm_spam_4b223fdcab67c36b62bfba0af82373a4','no','no'),('15386','_transient_timeout_mm_spam_cdf49a1ac458b2733e8e5ad117fa9483','1442740232','no'),('15387','_transient_mm_spam_cdf49a1ac458b2733e8e5ad117fa9483','no','no'),('15389','_transient_timeout_mm_spam_0a14a7624a74bcebb70d42ceaf27634b','1442740651','no'),('15390','_transient_mm_spam_0a14a7624a74bcebb70d42ceaf27634b','no','no'),('15391','_transient_timeout_mm_spam_da47274312a7fb106d9b15ed3be9205a','1442740663','no'),('15392','_transient_mm_spam_da47274312a7fb106d9b15ed3be9205a','no','no'),('15393','_transient_timeout_mm_spam_1d092ff1ae903ee7806d93233db92e14','1442740689','no'),('15394','_transient_mm_spam_1d092ff1ae903ee7806d93233db92e14','no','no'),('15395','_transient_timeout_mm_spam_d8388f61bd78760ab547593a6bfb30e2','1442740769','no'),('15396','_transient_mm_spam_d8388f61bd78760ab547593a6bfb30e2','no','no'),('15398','_transient_timeout_mm_spam_870034c19244dfe2c604934aae4aaa01','1442741016','no'),('15399','_transient_mm_spam_870034c19244dfe2c604934aae4aaa01','no','no'),('15400','_transient_timeout_mm_spam_bcff17e07d6dc7325de492b4f0898a71','1442741017','no'),('15401','_transient_mm_spam_bcff17e07d6dc7325de492b4f0898a71','no','no'),('15402','_transient_timeout_mm_spam_8847e628b5b88de8e6123175f670c288','1442741026','no'),('15403','_transient_mm_spam_8847e628b5b88de8e6123175f670c288','no','no'),('15404','_transient_timeout_mm_spam_8d06dae26f6b30629f30a062297a34f9','1442741215','no'),('15405','_transient_mm_spam_8d06dae26f6b30629f30a062297a34f9','no','no'),('15406','_transient_timeout_mm_spam_bec77f3ddde928b87dfd8b19efc5bc7e','1442741222','no'),('15407','_transient_mm_spam_bec77f3ddde928b87dfd8b19efc5bc7e','no','no'),('15408','_transient_timeout_mm_spam_44046a0a18df8b4115ca15742321c969','1442741291','no'),('15409','_transient_mm_spam_44046a0a18df8b4115ca15742321c969','no','no'),('15410','_transient_timeout_mm_spam_791b54b03b1dc63cd1577efa1b33a960','1442741356','no'),('15411','_transient_mm_spam_791b54b03b1dc63cd1577efa1b33a960','no','no'),('15412','_transient_timeout_mm_spam_edfbbd1254c94a7a38a5cd6fbce92eb1','1442741435','no'),('15413','_transient_mm_spam_edfbbd1254c94a7a38a5cd6fbce92eb1','no','no'),('15414','_transient_timeout_mm_spam_86cfa3dccf25cb8dfef279de22b3c31e','1442741484','no'),('15415','_transient_mm_spam_86cfa3dccf25cb8dfef279de22b3c31e','no','no'),('15416','_transient_timeout_mm_spam_4f540bd8a81ab6d9402c2adea179e63c','1442741592','no'),('15417','_transient_mm_spam_4f540bd8a81ab6d9402c2adea179e63c','no','no'),('15418','_transient_timeout_mm_spam_f6a3906ae05870663ca5ba7c292c4349','1442741856','no'),('15419','_transient_mm_spam_f6a3906ae05870663ca5ba7c292c4349','no','no'),('15420','_transient_timeout_mm_spam_869622b70c19f6b313c9545b4b40077b','1442742001','no'),('15421','_transient_mm_spam_869622b70c19f6b313c9545b4b40077b','no','no'),('15422','_transient_timeout_mm_spam_6fff15e6e3d3c6f7c83b9fe838cbcc08','1442742083','no'),('15423','_transient_mm_spam_6fff15e6e3d3c6f7c83b9fe838cbcc08','no','no'),('15424','_transient_timeout_mm_spam_cd68182988fd95cfca7bdc1a63ab2410','1442742162','no'),('15425','_transient_mm_spam_cd68182988fd95cfca7bdc1a63ab2410','no','no'),('15426','_transient_timeout_mm_spam_f505e8df3af505d3e6fa770be75c6b50','1442742172','no'),('15427','_transient_mm_spam_f505e8df3af505d3e6fa770be75c6b50','no','no'),('15428','_transient_timeout_mm_spam_245a9e513bb89f62338efe0815c8bed4','1442742411','no'),('15429','_transient_mm_spam_245a9e513bb89f62338efe0815c8bed4','no','no'),('15430','_transient_timeout_mm_spam_b1f649f83da50e431c0867d554aee6fc','1442742759','no'),('15431','_transient_mm_spam_b1f649f83da50e431c0867d554aee6fc','no','no'),('15432','_transient_timeout_mm_spam_dc61524cbdcf228505fe4166666da383','1442742834','no'),('15433','_transient_mm_spam_dc61524cbdcf228505fe4166666da383','no','no'),('15434','_transient_timeout_mm_spam_63bb0ace6425669f21337f902bb6cae1','1442742927','no'),('15435','_transient_mm_spam_63bb0ace6425669f21337f902bb6cae1','no','no'),('15436','_transient_timeout_mm_spam_545d9c363cd506d54490e83e3b851a09','1442742947','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15437','_transient_mm_spam_545d9c363cd506d54490e83e3b851a09','no','no'),('15438','_transient_timeout_mm_spam_ce7d13cc80e89135d30be7911474b8eb','1442742986','no'),('15439','_transient_mm_spam_ce7d13cc80e89135d30be7911474b8eb','no','no'),('15440','_transient_timeout_mm_spam_723d9ec7238209473b3beb777bed5908','1442743159','no'),('15441','_transient_mm_spam_723d9ec7238209473b3beb777bed5908','no','no'),('15442','_transient_timeout_mm_spam_f4c9c4cbb58e7c80bdd3b266663e35e1','1442743184','no'),('15443','_transient_mm_spam_f4c9c4cbb58e7c80bdd3b266663e35e1','no','no'),('15444','_transient_timeout_mm_spam_46da716bf813d81af9be52633852cc53','1442743214','no'),('15445','_transient_mm_spam_46da716bf813d81af9be52633852cc53','no','no'),('15446','_transient_timeout_mm_spam_975be625543085e135111af108841ab9','1442743269','no'),('15447','_transient_mm_spam_975be625543085e135111af108841ab9','no','no'),('15448','_transient_timeout_mm_spam_588f004f5d69318939f6899f6e97b511','1442743342','no'),('15449','_transient_mm_spam_588f004f5d69318939f6899f6e97b511','no','no'),('15450','_transient_timeout_mm_spam_7327bcb909592712f839b15573edc4d1','1442743382','no'),('15451','_transient_mm_spam_7327bcb909592712f839b15573edc4d1','no','no'),('15452','_transient_timeout_mm_spam_311b56d32f5fe087fe037313127683e3','1442743558','no'),('15453','_transient_mm_spam_311b56d32f5fe087fe037313127683e3','no','no'),('15454','_transient_timeout_mm_spam_e560c632b0937ba8ed97d5c6648e15ec','1442743559','no'),('15455','_transient_mm_spam_e560c632b0937ba8ed97d5c6648e15ec','no','no'),('15456','_transient_timeout_mm_spam_0a19dba78388ad5dcb433a3c59cd221f','1442743613','no'),('15457','_transient_mm_spam_0a19dba78388ad5dcb433a3c59cd221f','no','no'),('15458','_transient_timeout_mm_spam_4799c33f4c94422afa02dacbfbd90952','1442743787','no'),('15459','_transient_mm_spam_4799c33f4c94422afa02dacbfbd90952','no','no'),('15460','_transient_timeout_mm_spam_129eca86f1cb58d3116b5bcd9b1bdf6b','1442743862','no'),('15461','_transient_mm_spam_129eca86f1cb58d3116b5bcd9b1bdf6b','no','no'),('15462','_transient_timeout_mm_spam_4adfc19cf271701b495a6b714e7cf9d5','1442743907','no'),('15463','_transient_mm_spam_4adfc19cf271701b495a6b714e7cf9d5','no','no'),('15464','_transient_timeout_mm_spam_c2029cd2dabd7bb9d6b6f65f019f3b59','1442743950','no'),('15465','_transient_mm_spam_c2029cd2dabd7bb9d6b6f65f019f3b59','no','no'),('15467','_transient_timeout_mm_spam_0a5ea25678d023afed6aefe524e2e9fb','1442744316','no'),('15468','_transient_mm_spam_0a5ea25678d023afed6aefe524e2e9fb','no','no'),('15469','_transient_timeout_mm_spam_cdc6f27ba2d2ab40fd86dea62bd8d6cf','1442744337','no'),('15470','_transient_mm_spam_cdc6f27ba2d2ab40fd86dea62bd8d6cf','no','no'),('15471','_transient_timeout_mm_spam_6926ef9a0e5fa700027275c85554d831','1442744370','no'),('15472','_transient_mm_spam_6926ef9a0e5fa700027275c85554d831','no','no'),('15473','_transient_timeout_mm_spam_46d2418a32e87f70e12d128200f6da3b','1442744390','no'),('15474','_transient_mm_spam_46d2418a32e87f70e12d128200f6da3b','no','no'),('15478','_transient_timeout_mm_spam_21d20effa59b454bde51a36eb85f1360','1442744544','no'),('15479','_transient_mm_spam_21d20effa59b454bde51a36eb85f1360','no','no'),('15481','_transient_timeout_mm_spam_5024de537d5510a931b00a07631e07d4','1442744806','no'),('15482','_transient_mm_spam_5024de537d5510a931b00a07631e07d4','no','no'),('15483','_transient_timeout_mm_spam_29d6dfc8786f0d3a47e841b26659c998','1442744829','no'),('15484','_transient_mm_spam_29d6dfc8786f0d3a47e841b26659c998','no','no'),('15485','_transient_timeout_mm_spam_9054781bb2251a21e57f4b665d1b8d1d','1442744860','no'),('15486','_transient_mm_spam_9054781bb2251a21e57f4b665d1b8d1d','no','no'),('15487','_transient_timeout_mm_spam_b9f0574a0add127f41fd4b5af9d2349a','1442744904','no'),('15488','_transient_mm_spam_b9f0574a0add127f41fd4b5af9d2349a','no','no'),('15489','_transient_timeout_mm_spam_93955068cba4ecb85f723e04ad5ebf4b','1442744990','no'),('15490','_transient_mm_spam_93955068cba4ecb85f723e04ad5ebf4b','no','no'),('15491','_transient_timeout_mm_spam_b900f456e362d0630049bbbfaf6a3562','1442745017','no'),('15492','_transient_mm_spam_b900f456e362d0630049bbbfaf6a3562','no','no'),('15493','_transient_timeout_mm_spam_93ce75a5a85f87da56dbe31c9f6dac0e','1442745099','no'),('15494','_transient_mm_spam_93ce75a5a85f87da56dbe31c9f6dac0e','no','no'),('15495','_transient_timeout_mm_spam_768050ff68b18e8abe4e6328e9a2eef6','1442745141','no'),('15496','_transient_mm_spam_768050ff68b18e8abe4e6328e9a2eef6','no','no'),('15497','_transient_timeout_mm_spam_b75c037396658324a2b85a7a5f7db3d5','1442745174','no'),('15498','_transient_mm_spam_b75c037396658324a2b85a7a5f7db3d5','no','no'),('15499','_transient_timeout_mm_spam_05e3be557f658f6f86e4619182652890','1442745314','no'),('15500','_transient_mm_spam_05e3be557f658f6f86e4619182652890','no','no'),('15501','_transient_timeout_mm_spam_8d36930e6f1284b147e76e58f7e23c60','1442745444','no'),('15502','_transient_mm_spam_8d36930e6f1284b147e76e58f7e23c60','no','no'),('15503','_transient_timeout_mm_spam_64de1a9875c15468a679a27d2fa3f1eb','1442745464','no'),('15504','_transient_mm_spam_64de1a9875c15468a679a27d2fa3f1eb','no','no'),('15505','_transient_timeout_mm_spam_a63e87371fd71b890a6d5613de542492','1442745524','no'),('15506','_transient_mm_spam_a63e87371fd71b890a6d5613de542492','no','no'),('15507','_transient_timeout_mm_spam_309cd08fd5f6f93e373f764f94de144f','1442745645','no'),('15508','_transient_mm_spam_309cd08fd5f6f93e373f764f94de144f','no','no'),('15509','_transient_timeout_mm_spam_abd9329c36664f9fb5e9cf1a36192ac9','1442745677','no'),('15510','_transient_mm_spam_abd9329c36664f9fb5e9cf1a36192ac9','no','no'),('15511','_transient_timeout_mm_spam_e2a9ef646a09f4472ce892dc394a4a7c','1442745725','no'),('15512','_transient_mm_spam_e2a9ef646a09f4472ce892dc394a4a7c','no','no'),('15513','_transient_timeout_mm_spam_2d68c9a648c7a78ad5143ad694189ce5','1442745835','no'),('15514','_transient_mm_spam_2d68c9a648c7a78ad5143ad694189ce5','no','no'),('15515','_transient_timeout_mm_spam_67387003d95982d7a8df294ab4d20ffb','1442745844','no'),('15516','_transient_mm_spam_67387003d95982d7a8df294ab4d20ffb','no','no'),('15517','_transient_timeout_mm_spam_5c2651278216ef739a2b83607abbb36a','1442746084','no'),('15518','_transient_mm_spam_5c2651278216ef739a2b83607abbb36a','no','no'),('15519','_transient_timeout_mm_spam_c3460fb789586ed98cd0eca5f7611093','1442746209','no'),('15520','_transient_mm_spam_c3460fb789586ed98cd0eca5f7611093','no','no'),('15521','_transient_timeout_mm_spam_0dbf5a1e5aae4903284e419cfdecffba','1442746318','no'),('15522','_transient_mm_spam_0dbf5a1e5aae4903284e419cfdecffba','no','no'),('15523','_transient_timeout_mm_spam_772a9a3896ff72ab408d2d9866952f97','1442746361','no'),('15524','_transient_mm_spam_772a9a3896ff72ab408d2d9866952f97','no','no'),('15525','_transient_timeout_mm_spam_2ca8eaf667979c5d2e3484f96fc0c45e','1442746370','no'),('15526','_transient_mm_spam_2ca8eaf667979c5d2e3484f96fc0c45e','no','no'),('15527','_transient_timeout_mm_spam_33eb09c3a8a1bb83424d03ed3caa3cc6','1442746465','no'),('15528','_transient_mm_spam_33eb09c3a8a1bb83424d03ed3caa3cc6','no','no'),('15529','_transient_timeout_mm_spam_46a1d6021ff4789e44f509fd7bf4914e','1442746580','no'),('15530','_transient_mm_spam_46a1d6021ff4789e44f509fd7bf4914e','no','no'),('15531','_transient_timeout_mm_spam_f45db3c5b9269fabe512cf432cb1b628','1442746584','no'),('15532','_transient_mm_spam_f45db3c5b9269fabe512cf432cb1b628','no','no'),('15533','_transient_timeout_mm_spam_1af428d675be47b852e9d514e4e8b805','1442746679','no'),('15534','_transient_mm_spam_1af428d675be47b852e9d514e4e8b805','no','no'),('15535','_transient_timeout_mm_spam_fb1bfe44b372b3311cd8e2f213fb4971','1442746768','no'),('15536','_transient_mm_spam_fb1bfe44b372b3311cd8e2f213fb4971','no','no'),('15537','_transient_timeout_mm_spam_fd6452db415cf427481ce2c8d47958d0','1442746839','no'),('15538','_transient_mm_spam_fd6452db415cf427481ce2c8d47958d0','no','no'),('15539','_transient_timeout_mm_spam_8c8f2ed18b33e09422d0db762dac0134','1442746903','no'),('15540','_transient_mm_spam_8c8f2ed18b33e09422d0db762dac0134','no','no'),('15541','_transient_timeout_mm_spam_ca31128da33dd304066e2e8ff743d29e','1442747053','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15542','_transient_mm_spam_ca31128da33dd304066e2e8ff743d29e','no','no'),('15543','_transient_timeout_mm_spam_faf5d5c9f68444009ad67e425af62c3d','1442747179','no'),('15544','_transient_mm_spam_faf5d5c9f68444009ad67e425af62c3d','no','no'),('15545','_transient_timeout_mm_spam_ab70e1331b1f5a5215d60c189a886066','1442747226','no'),('15546','_transient_mm_spam_ab70e1331b1f5a5215d60c189a886066','no','no'),('15547','_transient_timeout_mm_spam_e451d73da3c4c8f23d0bf4defdb999ea','1442747311','no'),('15548','_transient_mm_spam_e451d73da3c4c8f23d0bf4defdb999ea','no','no'),('15549','_transient_timeout_mm_spam_7655987421314c8faa1a78df1781edbd','1442747497','no'),('15550','_transient_mm_spam_7655987421314c8faa1a78df1781edbd','no','no'),('15551','_transient_timeout_mm_spam_3e795d736932f0f4d6303c2f341d825d','1442747567','no'),('15552','_transient_mm_spam_3e795d736932f0f4d6303c2f341d825d','no','no'),('15553','_transient_timeout_mm_spam_839b21a4534abad84d8e009daed6d07c','1442747606','no'),('15554','_transient_mm_spam_839b21a4534abad84d8e009daed6d07c','no','no'),('15555','_transient_timeout_mm_spam_93bc1decf6bd1a1f61c12d3ed97839b2','1442747650','no'),('15556','_transient_mm_spam_93bc1decf6bd1a1f61c12d3ed97839b2','no','no'),('15557','_transient_timeout_mm_spam_4f015358b5fc79cc7e79552074d9274f','1442747760','no'),('15558','_transient_mm_spam_4f015358b5fc79cc7e79552074d9274f','no','no'),('15560','_transient_timeout_mm_spam_37b48f8d306d4dd364265cc0a8af5629','1442747924','no'),('15561','_transient_mm_spam_37b48f8d306d4dd364265cc0a8af5629','no','no'),('15562','_transient_timeout_mm_spam_4fb26154ca6d1cee3fb5790647fdb0dc','1442748030','no'),('15563','_transient_mm_spam_4fb26154ca6d1cee3fb5790647fdb0dc','no','no'),('15564','_transient_timeout_mm_spam_c25418c6c7c35b02dcc9b2ca0555636a','1442748052','no'),('15565','_transient_mm_spam_c25418c6c7c35b02dcc9b2ca0555636a','no','no'),('15567','_transient_timeout_mm_spam_e9d2ef36407c5c8aa36beaa2da0eed29','1442748241','no'),('15568','_transient_mm_spam_e9d2ef36407c5c8aa36beaa2da0eed29','no','no'),('15569','_transient_timeout_mm_spam_41c2fed66c7c30464769a68642748c6b','1442748368','no'),('15570','_transient_mm_spam_41c2fed66c7c30464769a68642748c6b','no','no'),('15571','_transient_timeout_mm_spam_a75fecc4e8a9dd7cb1a2b6ad327513b3','1442748455','no'),('15572','_transient_mm_spam_a75fecc4e8a9dd7cb1a2b6ad327513b3','no','no'),('15573','_transient_timeout_mm_spam_a7b71e7795c931ad8a2918b0c00944f3','1442748492','no'),('15574','_transient_mm_spam_a7b71e7795c931ad8a2918b0c00944f3','no','no'),('15575','_transient_timeout_mm_spam_7ea00d8e2c38aefba159d8332e549cc7','1442748566','no'),('15576','_transient_mm_spam_7ea00d8e2c38aefba159d8332e549cc7','no','no'),('15577','_transient_timeout_mm_spam_e2e49de0b437872b62bed16b5960c475','1442748659','no'),('15578','_transient_mm_spam_e2e49de0b437872b62bed16b5960c475','no','no'),('15579','_transient_timeout_mm_spam_952761b596cbe0027b12dcd63f4d5fa5','1442748745','no'),('15580','_transient_mm_spam_952761b596cbe0027b12dcd63f4d5fa5','no','no'),('15581','_transient_timeout_mm_spam_2ebf432868fc608e230389c98d2d9e51','1442748835','no'),('15582','_transient_mm_spam_2ebf432868fc608e230389c98d2d9e51','no','no'),('15583','_transient_timeout_mm_spam_f116450cc84dba774b5b574cdafc2889','1442748843','no'),('15584','_transient_mm_spam_f116450cc84dba774b5b574cdafc2889','no','no'),('15585','_transient_timeout_mm_spam_3f7aed68d7e9f1686faa11335e955fef','1442748904','no'),('15586','_transient_mm_spam_3f7aed68d7e9f1686faa11335e955fef','no','no'),('15587','_transient_timeout_mm_spam_1571c05506bf19e2288d1812355f954b','1442748938','no'),('15588','_transient_mm_spam_1571c05506bf19e2288d1812355f954b','no','no'),('15589','_transient_timeout_mm_spam_d877589d9cd5664ba5e4b8f5e50430ed','1442749098','no'),('15590','_transient_mm_spam_d877589d9cd5664ba5e4b8f5e50430ed','no','no'),('15591','_transient_timeout_mm_spam_4296ac00060536524a29ca3e766eb6c8','1442749112','no'),('15592','_transient_mm_spam_4296ac00060536524a29ca3e766eb6c8','no','no'),('15593','_transient_timeout_mm_spam_2bbc36a7fa6763289690dd42f541d5c5','1442749184','no'),('15594','_transient_mm_spam_2bbc36a7fa6763289690dd42f541d5c5','no','no'),('15595','_transient_timeout_mm_spam_4054ed32fb5bb889d796e99bd8538c98','1442749192','no'),('15596','_transient_mm_spam_4054ed32fb5bb889d796e99bd8538c98','no','no'),('15597','_transient_timeout_mm_spam_49c85e2707adc00bd97cb0a6b89a9a43','1442749244','no'),('15598','_transient_mm_spam_49c85e2707adc00bd97cb0a6b89a9a43','no','no'),('15599','_transient_timeout_mm_spam_8f92f19957fb200e2e4fd987465e2ebf','1442749309','no'),('15600','_transient_mm_spam_8f92f19957fb200e2e4fd987465e2ebf','no','no'),('15601','_transient_timeout_mm_spam_9fcce73cc4ee61236c60966d02b3db23','1442749592','no'),('15602','_transient_mm_spam_9fcce73cc4ee61236c60966d02b3db23','no','no'),('15603','_transient_timeout_mm_spam_0a33a20fb27b62a1dac708b1412a3220','1442749621','no'),('15604','_transient_mm_spam_0a33a20fb27b62a1dac708b1412a3220','no','no'),('15605','_transient_timeout_mm_spam_444aa3dbd54b552d4d8c244cd81580a4','1442749758','no'),('15606','_transient_mm_spam_444aa3dbd54b552d4d8c244cd81580a4','no','no'),('15607','_transient_timeout_mm_spam_3a8e6fd5652029d8c82872abd6b0ab36','1442749781','no'),('15608','_transient_mm_spam_3a8e6fd5652029d8c82872abd6b0ab36','no','no'),('15609','_transient_timeout_mm_spam_f999c4418fce57079886f824b0cdb050','1442749881','no'),('15610','_transient_mm_spam_f999c4418fce57079886f824b0cdb050','no','no'),('15611','_transient_timeout_mm_spam_4e9f73efdc086ca5ddd6c163366759a2','1442749942','no'),('15612','_transient_mm_spam_4e9f73efdc086ca5ddd6c163366759a2','no','no'),('15613','_transient_timeout_mm_spam_88321fc04379f944a8524e460c79c1d8','1442750040','no'),('15614','_transient_mm_spam_88321fc04379f944a8524e460c79c1d8','no','no'),('15615','_transient_timeout_mm_spam_1e519a85055e9207f6568a9e1b712bf9','1442750054','no'),('15616','_transient_mm_spam_1e519a85055e9207f6568a9e1b712bf9','no','no'),('15617','_transient_timeout_mm_spam_495a2a163607d83223ce754fe4971694','1442750054','no'),('15618','_transient_mm_spam_495a2a163607d83223ce754fe4971694','no','no'),('15619','_transient_timeout_mm_spam_dddf7d5f1e8b9910c5ed3a7c45a6e147','1442750146','no'),('15620','_transient_mm_spam_dddf7d5f1e8b9910c5ed3a7c45a6e147','no','no'),('15621','_transient_timeout_mm_spam_47b08e4161ae60bc3b425c858d5446b7','1442750176','no'),('15622','_transient_mm_spam_47b08e4161ae60bc3b425c858d5446b7','no','no'),('15623','_transient_timeout_mm_spam_aac9e154f8d2293de5b9e77042beb529','1442750501','no'),('15624','_transient_mm_spam_aac9e154f8d2293de5b9e77042beb529','no','no'),('15625','_transient_timeout_mm_spam_4eb1cc0ed5288c26b5b683a2afa6ab46','1442750510','no'),('15626','_transient_mm_spam_4eb1cc0ed5288c26b5b683a2afa6ab46','no','no'),('15627','_transient_timeout_mm_spam_aaa6e7073c0130e012917d5364ff7f51','1442750537','no'),('15628','_transient_mm_spam_aaa6e7073c0130e012917d5364ff7f51','no','no'),('15629','_transient_timeout_mm_spam_fcf88b3716813fad7fd737f4335aa025','1442750546','no'),('15630','_transient_mm_spam_fcf88b3716813fad7fd737f4335aa025','no','no'),('15631','_transient_timeout_mm_spam_1e514eec88efa8666b345cf27629549d','1442750736','no'),('15632','_transient_mm_spam_1e514eec88efa8666b345cf27629549d','no','no'),('15633','_transient_timeout_mm_spam_cbf8dee0f7cb74adbb4b74b11cf7a915','1442750784','no'),('15634','_transient_mm_spam_cbf8dee0f7cb74adbb4b74b11cf7a915','no','no'),('15635','_transient_timeout_mm_spam_8189fe5efb75ff5171911dbd2ec246be','1442750866','no'),('15636','_transient_mm_spam_8189fe5efb75ff5171911dbd2ec246be','no','no'),('15637','_transient_timeout_mm_spam_be47d3d2a715e7cc948747f4c4259cc0','1442750891','no'),('15638','_transient_mm_spam_be47d3d2a715e7cc948747f4c4259cc0','no','no'),('15639','_transient_timeout_mm_spam_34aeedb33bdd756eca1354f15b467099','1442750975','no'),('15640','_transient_mm_spam_34aeedb33bdd756eca1354f15b467099','no','no'),('15641','_transient_timeout_mm_spam_5f2a1cccf5317b8c859d7264d2fbd236','1442751029','no'),('15642','_transient_mm_spam_5f2a1cccf5317b8c859d7264d2fbd236','no','no'),('15643','_transient_timeout_mm_spam_11cf9a10fd51a9f1bc86c444ea125b8f','1442751101','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15644','_transient_mm_spam_11cf9a10fd51a9f1bc86c444ea125b8f','no','no'),('15645','_transient_timeout_mm_spam_f5022620b4049f9994ff58a0c11bd1b8','1442751124','no'),('15646','_transient_mm_spam_f5022620b4049f9994ff58a0c11bd1b8','no','no'),('15647','_transient_timeout_mm_spam_1d83d764f220647ace2bf69100b0fe8d','1442751272','no'),('15648','_transient_mm_spam_1d83d764f220647ace2bf69100b0fe8d','no','no'),('15649','_transient_timeout_mm_spam_cfade8fd7fac63be5c1d6abc2d42b004','1442751291','no'),('15650','_transient_mm_spam_cfade8fd7fac63be5c1d6abc2d42b004','no','no'),('15652','_transient_timeout_mm_spam_e956f7ab032c9707c8a8a15af893e1ce','1442751571','no'),('15653','_transient_mm_spam_e956f7ab032c9707c8a8a15af893e1ce','no','no'),('15654','_transient_timeout_mm_spam_686f69e498ec8b93951ea22f73f3a900','1442751596','no'),('15655','_transient_mm_spam_686f69e498ec8b93951ea22f73f3a900','no','no'),('15656','_transient_timeout_mm_spam_913faa15f47c679a1951c328a073bbef','1442751643','no'),('15657','_transient_mm_spam_913faa15f47c679a1951c328a073bbef','no','no'),('15658','_transient_timeout_mm_spam_8727a465a861356f01ec67b31b5de8cd','1442751742','no'),('15659','_transient_mm_spam_8727a465a861356f01ec67b31b5de8cd','no','no'),('15660','_transient_timeout_mm_spam_b769cba9e000aeada9ffbeef7c767945','1442751788','no'),('15661','_transient_mm_spam_b769cba9e000aeada9ffbeef7c767945','no','no'),('15662','_transient_timeout_mm_spam_70f9712914c7be7f7f09df449360560a','1442751792','no'),('15663','_transient_mm_spam_70f9712914c7be7f7f09df449360560a','no','no'),('15665','_transient_timeout_mm_spam_2dc6ef35d9826baa485c380844a97bcb','1442751811','no'),('15666','_transient_mm_spam_2dc6ef35d9826baa485c380844a97bcb','no','no'),('15667','_transient_timeout_mm_spam_6b3f5c968beb765ccd2453684d8977df','1442751859','no'),('15668','_transient_mm_spam_6b3f5c968beb765ccd2453684d8977df','no','no'),('15669','_transient_timeout_mm_spam_80b52254d9646237c9445d23599c8d6c','1442751977','no'),('15670','_transient_mm_spam_80b52254d9646237c9445d23599c8d6c','no','no'),('15671','_transient_timeout_mm_spam_ccda37835f31f631ed7dc91f1d558e70','1442752116','no'),('15672','_transient_mm_spam_ccda37835f31f631ed7dc91f1d558e70','no','no'),('15673','_transient_timeout_mm_spam_1f4ca927aee8f3c2bd865a0a28b8628e','1442752291','no'),('15674','_transient_mm_spam_1f4ca927aee8f3c2bd865a0a28b8628e','no','no'),('15675','_transient_timeout_mm_spam_2a097880d1a9b2ff076270614e7c51fa','1442752310','no'),('15676','_transient_mm_spam_2a097880d1a9b2ff076270614e7c51fa','no','no'),('15677','_transient_timeout_mm_spam_9ddb091a88c2ccafe8ea6f224353c935','1442752527','no'),('15678','_transient_mm_spam_9ddb091a88c2ccafe8ea6f224353c935','no','no'),('15679','_transient_timeout_mm_spam_1c5984e22313a8eed70fd83826db4c54','1442752570','no'),('15680','_transient_mm_spam_1c5984e22313a8eed70fd83826db4c54','no','no'),('15681','_transient_timeout_mm_spam_31ada1effe8b21aa52f8707f229bd086','1442752571','no'),('15682','_transient_mm_spam_31ada1effe8b21aa52f8707f229bd086','no','no'),('15683','_transient_timeout_mm_spam_d80885d68b4645f4cc65f69cd3a676cb','1442752822','no'),('15684','_transient_mm_spam_d80885d68b4645f4cc65f69cd3a676cb','no','no'),('15685','_transient_timeout_mm_spam_aa9c013b3d9cfe2fe596a54a8aa23e64','1442752977','no'),('15686','_transient_mm_spam_aa9c013b3d9cfe2fe596a54a8aa23e64','no','no'),('15687','_transient_timeout_mm_spam_f2b8f0c53b1cc4e817fab70f3ba9c62f','1442753033','no'),('15688','_transient_mm_spam_f2b8f0c53b1cc4e817fab70f3ba9c62f','no','no'),('15689','_transient_timeout_mm_spam_ab97fbd02093d5835d64e32590eabed8','1442753225','no'),('15690','_transient_mm_spam_ab97fbd02093d5835d64e32590eabed8','no','no'),('15691','_transient_timeout_mm_spam_704330b1d5509277d4b4160c1945a6da','1442753236','no'),('15692','_transient_mm_spam_704330b1d5509277d4b4160c1945a6da','no','no'),('15693','_transient_timeout_mm_spam_bbcb9fcd9da1fad298594c13eafc251d','1442753270','no'),('15694','_transient_mm_spam_bbcb9fcd9da1fad298594c13eafc251d','no','no'),('15695','_transient_timeout_mm_spam_bbac31e8e6008c247609b7bb57621087','1442753458','no'),('15696','_transient_mm_spam_bbac31e8e6008c247609b7bb57621087','no','no'),('15697','_transient_timeout_mm_spam_af79d793fa5a860b7a135110fe2fb3aa','1442753532','no'),('15698','_transient_mm_spam_af79d793fa5a860b7a135110fe2fb3aa','no','no'),('15699','_transient_timeout_mm_spam_7d926567b008e545753a5cee6d814a77','1442753543','no'),('15700','_transient_mm_spam_7d926567b008e545753a5cee6d814a77','no','no'),('15701','_transient_timeout_mm_spam_dbcb40432a3378f5fbad989f1f65d340','1442753616','no'),('15702','_transient_mm_spam_dbcb40432a3378f5fbad989f1f65d340','no','no'),('15703','_transient_timeout_mm_spam_dc0ffe565dd1f6bfea9de7e241b30abc','1442753681','no'),('15704','_transient_mm_spam_dc0ffe565dd1f6bfea9de7e241b30abc','no','no'),('15705','_transient_timeout_mm_spam_e8cfaa02ea159937ebe60921534f0ed4','1442753794','no'),('15706','_transient_mm_spam_e8cfaa02ea159937ebe60921534f0ed4','no','no'),('15707','_transient_timeout_mm_spam_e176206e0aebf1d63cdcc63499c54386','1442753829','no'),('15708','_transient_mm_spam_e176206e0aebf1d63cdcc63499c54386','no','no'),('15709','_transient_timeout_mm_spam_56c5e1aa31d1f9ac4a33cef552187ee5','1442753933','no'),('15710','_transient_mm_spam_56c5e1aa31d1f9ac4a33cef552187ee5','no','no'),('15711','_transient_timeout_mm_spam_d92af048b7af378cdb7bd67587df66c1','1442753994','no'),('15712','_transient_mm_spam_d92af048b7af378cdb7bd67587df66c1','no','no'),('15713','_transient_timeout_mm_spam_1218542ebb3240fcdf6312c53fc10e49','1442754035','no'),('15714','_transient_mm_spam_1218542ebb3240fcdf6312c53fc10e49','no','no'),('15715','_transient_timeout_mm_spam_211a781401675317235dfc1cba9a084b','1442754076','no'),('15716','_transient_mm_spam_211a781401675317235dfc1cba9a084b','no','no'),('15717','_transient_timeout_mm_spam_f1cb4bdea380f56bb00f84517a06ed04','1442754183','no'),('15718','_transient_mm_spam_f1cb4bdea380f56bb00f84517a06ed04','no','no'),('15719','_transient_timeout_mm_spam_3b7b3e61e92f153ba629f3e3ef02431d','1442754207','no'),('15720','_transient_mm_spam_3b7b3e61e92f153ba629f3e3ef02431d','no','no'),('15721','_transient_timeout_mm_spam_643188463a57aba1f5257fa456afb8f4','1442754453','no'),('15722','_transient_mm_spam_643188463a57aba1f5257fa456afb8f4','no','no'),('15723','_transient_timeout_mm_spam_b19cc33ecfbaebfae1cc30c49abaecc0','1442754483','no'),('15724','_transient_mm_spam_b19cc33ecfbaebfae1cc30c49abaecc0','no','no'),('15725','_transient_timeout_mm_spam_ec6180a6611b433e517129aef599950c','1442754515','no'),('15726','_transient_mm_spam_ec6180a6611b433e517129aef599950c','no','no'),('15727','_transient_timeout_mm_spam_c27ffc46981a099d5308c82bb4e5b8d1','1442754788','no'),('15728','_transient_mm_spam_c27ffc46981a099d5308c82bb4e5b8d1','no','no'),('15730','_transient_timeout_mm_spam_eb5d72bcc58fbc240460eb5c84dd549f','1442754972','no'),('15731','_transient_mm_spam_eb5d72bcc58fbc240460eb5c84dd549f','no','no'),('15732','_transient_timeout_mm_spam_943b9492b8968c99ea4cb92d500db836','1442754981','no'),('15733','_transient_mm_spam_943b9492b8968c99ea4cb92d500db836','no','no'),('15734','_transient_timeout_mm_spam_53f78b2f0bf67ae5499867f8a4b03fbf','1442755058','no'),('15735','_transient_mm_spam_53f78b2f0bf67ae5499867f8a4b03fbf','no','no'),('15736','_transient_timeout_mm_spam_8a6c809951b93ef41a9099f9f7b52764','1442755096','no'),('15737','_transient_mm_spam_8a6c809951b93ef41a9099f9f7b52764','no','no'),('15738','_transient_timeout_mm_spam_20d30b1e2d6c553462b69994426fac11','1442755214','no'),('15739','_transient_mm_spam_20d30b1e2d6c553462b69994426fac11','no','no'),('15740','_transient_timeout_mm_spam_2ab5ad64954f84b3105761161dacf38b','1442755271','no'),('15741','_transient_mm_spam_2ab5ad64954f84b3105761161dacf38b','no','no'),('15742','_transient_timeout_mm_spam_04ca5d2d2d7a7ff8db9e58e57f7c80bc','1442755407','no'),('15743','_transient_mm_spam_04ca5d2d2d7a7ff8db9e58e57f7c80bc','no','no'),('15744','_transient_timeout_mm_spam_27ae580f2cff94a6997a8c99cf8e7afc','1442755488','no'),('15745','_transient_mm_spam_27ae580f2cff94a6997a8c99cf8e7afc','no','no'),('15746','_transient_timeout_mm_spam_2a4b46b2f22b11a9d9261a09456c71e5','1442755645','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15747','_transient_mm_spam_2a4b46b2f22b11a9d9261a09456c71e5','no','no'),('15748','_transient_timeout_mm_spam_d0eb732e3653f10d2404bd00e3a41bef','1442755677','no'),('15749','_transient_mm_spam_d0eb732e3653f10d2404bd00e3a41bef','no','no'),('15750','_transient_timeout_mm_spam_291b5ddeed7a2a2d2c59910b15aea72a','1442755810','no'),('15751','_transient_mm_spam_291b5ddeed7a2a2d2c59910b15aea72a','no','no'),('15752','_transient_timeout_mm_spam_19013edc97dc720986ce750742c2910e','1442755901','no'),('15753','_transient_mm_spam_19013edc97dc720986ce750742c2910e','no','no'),('15754','_transient_timeout_mm_spam_e039e3466beedabdfd2868183a76b4f2','1442755913','no'),('15755','_transient_mm_spam_e039e3466beedabdfd2868183a76b4f2','no','no'),('15756','_transient_timeout_mm_spam_8e43c0dc8f88e223c16afb9b8c2b7c83','1442756128','no'),('15757','_transient_mm_spam_8e43c0dc8f88e223c16afb9b8c2b7c83','no','no'),('15758','_transient_timeout_mm_spam_ab6ed94be2a5c985721b136d408f4a9c','1442756139','no'),('15759','_transient_mm_spam_ab6ed94be2a5c985721b136d408f4a9c','no','no'),('15760','_transient_timeout_mm_spam_5607e073104d9f8eb876d996383a81fc','1442756140','no'),('15761','_transient_mm_spam_5607e073104d9f8eb876d996383a81fc','no','no'),('15762','_transient_timeout_mm_spam_e730ede115b3ff7293bb8fbc85508f4f','1442756336','no'),('15763','_transient_mm_spam_e730ede115b3ff7293bb8fbc85508f4f','no','no'),('15764','_transient_timeout_mm_spam_d5ac6e26d4caa8f2ce2c3ea7aa52f0be','1442756468','no'),('15765','_transient_mm_spam_d5ac6e26d4caa8f2ce2c3ea7aa52f0be','no','no'),('15766','_transient_timeout_mm_spam_9320b090ece3fe7e2b1a790ff91f679f','1442756513','no'),('15767','_transient_mm_spam_9320b090ece3fe7e2b1a790ff91f679f','no','no'),('15768','_transient_timeout_mm_spam_e67ed74fe128c56ef36509939af35bec','1442756546','no'),('15769','_transient_mm_spam_e67ed74fe128c56ef36509939af35bec','no','no'),('15770','_transient_timeout_mm_spam_a6aa9d47ddfbbee0a31474b8551bfb89','1442756586','no'),('15771','_transient_mm_spam_a6aa9d47ddfbbee0a31474b8551bfb89','no','no'),('15772','_transient_timeout_mm_spam_642605eb97baa55131aa883b34280c76','1442756763','no'),('15773','_transient_mm_spam_642605eb97baa55131aa883b34280c76','no','no'),('15774','_transient_timeout_mm_spam_b47fcd435127df80cd912255ad624cf6','1442756769','no'),('15775','_transient_mm_spam_b47fcd435127df80cd912255ad624cf6','no','no'),('15776','_transient_timeout_mm_spam_52cb1a2f71c6107b0b3d02c3c4f0ef7d','1442756844','no'),('15777','_transient_mm_spam_52cb1a2f71c6107b0b3d02c3c4f0ef7d','no','no'),('15778','_transient_timeout_mm_spam_3b0846b15686ecd20c21ecae9b1ab802','1442756900','no'),('15779','_transient_mm_spam_3b0846b15686ecd20c21ecae9b1ab802','no','no'),('15780','_transient_timeout_mm_spam_de7ef00075b72af1ad74c8e2a87324d4','1442756903','no'),('15781','_transient_mm_spam_de7ef00075b72af1ad74c8e2a87324d4','no','no'),('15782','_transient_timeout_mm_spam_a3a10dec7ccf2beefb6a8b57784020e6','1442756994','no'),('15783','_transient_mm_spam_a3a10dec7ccf2beefb6a8b57784020e6','no','no'),('15784','_transient_timeout_mm_spam_ef2fd749d8a62d4fdee7ac6b568340e1','1442757062','no'),('15785','_transient_mm_spam_ef2fd749d8a62d4fdee7ac6b568340e1','no','no'),('15786','_transient_timeout_mm_spam_8295d01bc3f28be70766fc993638d3c2','1442757180','no'),('15787','_transient_mm_spam_8295d01bc3f28be70766fc993638d3c2','no','no'),('15788','_transient_timeout_mm_spam_8f61ef7c01682300ef2831bf9725db79','1442757206','no'),('15789','_transient_mm_spam_8f61ef7c01682300ef2831bf9725db79','no','no'),('15790','_transient_timeout_mm_spam_268d6bc96bbec0594189e3a9253ebd02','1442757223','no'),('15791','_transient_mm_spam_268d6bc96bbec0594189e3a9253ebd02','no','no'),('15792','_transient_timeout_mm_spam_6fd87e2b249a96aa41f317943c1440b1','1442757334','no'),('15793','_transient_mm_spam_6fd87e2b249a96aa41f317943c1440b1','no','no'),('15794','_transient_timeout_mm_spam_7953dcd360cbbfef47f849c1dec4db8c','1442757371','no'),('15795','_transient_mm_spam_7953dcd360cbbfef47f849c1dec4db8c','no','no'),('15796','_transient_timeout_mm_spam_3a9c4e08bc5507aafa4a26b623b4190d','1442757443','no'),('15797','_transient_mm_spam_3a9c4e08bc5507aafa4a26b623b4190d','no','no'),('15798','_transient_timeout_mm_spam_ee1bcfda8a3009ee11cccb1c75bd95ec','1442757471','no'),('15799','_transient_mm_spam_ee1bcfda8a3009ee11cccb1c75bd95ec','no','no'),('15800','_transient_timeout_mm_spam_8c4c0d69cd0ac3d829e5502478a79136','1442757587','no'),('15801','_transient_mm_spam_8c4c0d69cd0ac3d829e5502478a79136','no','no'),('15802','_transient_timeout_mm_spam_dd62ce54da3a2545f1ad554ebcfd833f','1442757659','no'),('15803','_transient_mm_spam_dd62ce54da3a2545f1ad554ebcfd833f','no','no'),('15804','_transient_timeout_mm_spam_2e6186fea1569106f47f09c1ee636248','1442757750','no'),('15805','_transient_mm_spam_2e6186fea1569106f47f09c1ee636248','no','no'),('15806','_transient_timeout_mm_spam_e74cbeb785e36f0dc75854e0545fa93a','1442757821','no'),('15807','_transient_mm_spam_e74cbeb785e36f0dc75854e0545fa93a','no','no'),('15808','_transient_timeout_mm_spam_18f5c2ecdf3e183be79b09080b067621','1442758011','no'),('15809','_transient_mm_spam_18f5c2ecdf3e183be79b09080b067621','no','no'),('15810','_transient_timeout_mm_spam_4e8332a324bff3d2773f5391ca3b6cbe','1442758062','no'),('15811','_transient_mm_spam_4e8332a324bff3d2773f5391ca3b6cbe','no','no'),('15812','_transient_timeout_mm_spam_161175d16851d3865676c10f4c4e2461','1442758070','no'),('15813','_transient_mm_spam_161175d16851d3865676c10f4c4e2461','no','no'),('15814','_transient_timeout_mm_spam_9464e57a1aa31d1b0595e625ea98c7f5','1442758293','no'),('15815','_transient_mm_spam_9464e57a1aa31d1b0595e625ea98c7f5','no','no'),('15816','_transient_timeout_mm_spam_37d874caba91b9479e59297c957a5f20','1442758388','no'),('15817','_transient_mm_spam_37d874caba91b9479e59297c957a5f20','no','no'),('15818','_transient_timeout_mm_spam_5411dc45f9bcdb360cc4d2f233ddfe36','1442758533','no'),('15819','_transient_mm_spam_5411dc45f9bcdb360cc4d2f233ddfe36','no','no'),('15821','_transient_timeout_mm_spam_38ca7df34194c22067f23ab9012b740b','1442758596','no'),('15822','_transient_mm_spam_38ca7df34194c22067f23ab9012b740b','no','no'),('15823','_transient_timeout_mm_spam_20ed3a8c0c9c241c62fc41cd9d0440d4','1442758780','no'),('15824','_transient_mm_spam_20ed3a8c0c9c241c62fc41cd9d0440d4','no','no'),('15825','_transient_timeout_mm_spam_7939d9dd9f04f74455f2c5061655d397','1442758928','no'),('15826','_transient_mm_spam_7939d9dd9f04f74455f2c5061655d397','no','no'),('15827','_transient_timeout_mm_spam_062b1b8649415bfdf7a467a228456307','1442758931','no'),('15828','_transient_mm_spam_062b1b8649415bfdf7a467a228456307','no','no'),('15830','_transient_timeout_mm_spam_ac87c6a7db6babfe04e79ec171fd0a63','1442759101','no'),('15831','_transient_mm_spam_ac87c6a7db6babfe04e79ec171fd0a63','no','no'),('15832','_transient_timeout_mm_spam_0ddc7fc719e234dd3b28b1152b73ffdf','1442759148','no'),('15833','_transient_mm_spam_0ddc7fc719e234dd3b28b1152b73ffdf','no','no'),('15834','_transient_timeout_mm_spam_e85ee37a12c55a8d9c1dc898e9d40ec3','1442759172','no'),('15835','_transient_mm_spam_e85ee37a12c55a8d9c1dc898e9d40ec3','no','no'),('15836','_transient_timeout_mm_spam_2758c4fa4f79c4a568fd834b7700e6bd','1442759366','no'),('15837','_transient_mm_spam_2758c4fa4f79c4a568fd834b7700e6bd','no','no'),('15838','_transient_timeout_mm_spam_4176863cc01ed4ea98e6e8caff6bc08b','1442759423','no'),('15839','_transient_mm_spam_4176863cc01ed4ea98e6e8caff6bc08b','no','no'),('15840','_transient_timeout_mm_spam_564372760d75469f979ef76ce1562229','1442759431','no'),('15841','_transient_mm_spam_564372760d75469f979ef76ce1562229','no','no'),('15842','_transient_timeout_mm_spam_f2fc775dac31d2543e12b1bfc492e577','1442759561','no'),('15843','_transient_mm_spam_f2fc775dac31d2543e12b1bfc492e577','no','no'),('15844','_transient_timeout_mm_spam_50ae3b484f97f5301026ac574d276032','1442759632','no'),('15845','_transient_mm_spam_50ae3b484f97f5301026ac574d276032','no','no'),('15846','_transient_timeout_mm_spam_9b0c5deb120cdb01e02075e5c01e69d4','1442759750','no'),('15847','_transient_mm_spam_9b0c5deb120cdb01e02075e5c01e69d4','no','no'),('15848','_transient_timeout_mm_spam_3d64447f813e65030955a5653a706be9','1442759839','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15849','_transient_mm_spam_3d64447f813e65030955a5653a706be9','no','no'),('15850','_transient_timeout_mm_spam_8de3f01542a4fc8dc6fe391ae91ab826','1442759846','no'),('15851','_transient_mm_spam_8de3f01542a4fc8dc6fe391ae91ab826','no','no'),('15852','_transient_timeout_mm_spam_3c34fecb134ca80544efb8165ae54414','1442760000','no'),('15853','_transient_mm_spam_3c34fecb134ca80544efb8165ae54414','no','no'),('15854','_transient_timeout_mm_spam_66d61668dd26af694c99546472271c8d','1442760159','no'),('15855','_transient_mm_spam_66d61668dd26af694c99546472271c8d','no','no'),('15856','_transient_timeout_mm_spam_d2c2ee9aa7ca79a6e17201160327a185','1442760311','no'),('15857','_transient_mm_spam_d2c2ee9aa7ca79a6e17201160327a185','no','no'),('15858','_transient_timeout_mm_spam_b8b24751a3ce1286f8efa465aca3e74c','1442760402','no'),('15859','_transient_mm_spam_b8b24751a3ce1286f8efa465aca3e74c','no','no'),('15860','_transient_timeout_mm_spam_4268fbc996fb2db78cc0763a7150d26a','1442760459','no'),('15861','_transient_mm_spam_4268fbc996fb2db78cc0763a7150d26a','no','no'),('15862','_transient_timeout_mm_spam_99054bd7b7941d71d09e21218ebb58d1','1442760490','no'),('15863','_transient_mm_spam_99054bd7b7941d71d09e21218ebb58d1','no','no'),('15864','_transient_timeout_mm_spam_e3f2a4a7ca321bb117dd6fedac74697c','1442760596','no'),('15865','_transient_mm_spam_e3f2a4a7ca321bb117dd6fedac74697c','no','no'),('15866','_transient_timeout_mm_spam_287e63778e1bfecf1602fb524995743c','1442760656','no'),('15867','_transient_mm_spam_287e63778e1bfecf1602fb524995743c','no','no'),('15868','_transient_timeout_mm_spam_77c3630b2106fef03dce0a82740aa22f','1442760785','no'),('15869','_transient_mm_spam_77c3630b2106fef03dce0a82740aa22f','no','no'),('15870','_transient_timeout_mm_spam_bcdbf77d411ee90e9a5d82854dac8b50','1442760800','no'),('15871','_transient_mm_spam_bcdbf77d411ee90e9a5d82854dac8b50','no','no'),('15872','_transient_timeout_mm_spam_fe1e65b5e5a2d5204793c779ad008ebe','1442760814','no'),('15873','_transient_mm_spam_fe1e65b5e5a2d5204793c779ad008ebe','no','no'),('15874','_transient_timeout_mm_spam_91e358e9c6e486bedcc5fa14dbf453d5','1442760930','no'),('15875','_transient_mm_spam_91e358e9c6e486bedcc5fa14dbf453d5','no','no'),('15876','_transient_timeout_mm_spam_9f344c188e5467d49c9324a40449a8a3','1442760974','no'),('15877','_transient_mm_spam_9f344c188e5467d49c9324a40449a8a3','no','no'),('15878','_transient_timeout_mm_spam_563f488ad7ea2475c46c5a2dc47cb49a','1442760995','no'),('15879','_transient_mm_spam_563f488ad7ea2475c46c5a2dc47cb49a','no','no'),('15880','_transient_timeout_mm_spam_e45ad799d8380188900b047c015a43b2','1442761218','no'),('15881','_transient_mm_spam_e45ad799d8380188900b047c015a43b2','no','no'),('15882','_transient_timeout_mm_spam_5d54c139d942ad268f0ba225a2f33abe','1442761287','no'),('15883','_transient_mm_spam_5d54c139d942ad268f0ba225a2f33abe','no','no'),('15884','_transient_timeout_mm_spam_f9600633bfd44f9797442711b7e7fd46','1442761368','no'),('15885','_transient_mm_spam_f9600633bfd44f9797442711b7e7fd46','no','no'),('15886','_transient_timeout_mm_spam_ae2b5a4fc980968a77c0314b42bf6276','1442761396','no'),('15887','_transient_mm_spam_ae2b5a4fc980968a77c0314b42bf6276','no','no'),('15888','_transient_timeout_mm_spam_0baaf47ca5e2005a0f2e972b1fd7b0a4','1442761545','no'),('15889','_transient_mm_spam_0baaf47ca5e2005a0f2e972b1fd7b0a4','no','no'),('15890','_transient_timeout_mm_spam_51a1bf19b67f28768bd6a4d86647fd28','1442761563','no'),('15891','_transient_mm_spam_51a1bf19b67f28768bd6a4d86647fd28','no','no'),('15892','_transient_timeout_mm_spam_f5bf9cf4d5c2aeee6dc9bf70928836e9','1442761582','no'),('15893','_transient_mm_spam_f5bf9cf4d5c2aeee6dc9bf70928836e9','no','no'),('15894','_transient_timeout_mm_spam_66b848c3a2c76c417b6cc8b4c00a98c0','1442761650','no'),('15895','_transient_mm_spam_66b848c3a2c76c417b6cc8b4c00a98c0','no','no'),('15896','_transient_timeout_mm_spam_b44a19712076b662f750878fc723e959','1442761703','no'),('15897','_transient_mm_spam_b44a19712076b662f750878fc723e959','no','no'),('15898','_transient_timeout_mm_spam_a680cc99b57ccd1fb750698a380188b1','1442761846','no'),('15899','_transient_mm_spam_a680cc99b57ccd1fb750698a380188b1','no','no'),('15900','_transient_timeout_mm_spam_c8d294af77ea94a3d967ae88fe2f14f4','1442761850','no'),('15901','_transient_mm_spam_c8d294af77ea94a3d967ae88fe2f14f4','no','no'),('15902','_transient_timeout_mm_spam_3330fde3b4e6fa1f74b85caed95d236e','1442761858','no'),('15903','_transient_mm_spam_3330fde3b4e6fa1f74b85caed95d236e','no','no'),('15904','_transient_timeout_mm_spam_33dcfa2637f42df0675c3fbb6de36d7a','1442761944','no'),('15905','_transient_mm_spam_33dcfa2637f42df0675c3fbb6de36d7a','no','no'),('15906','_transient_timeout_mm_spam_a1475e835d3da15c6ced1f8c8c064747','1442762042','no'),('15907','_transient_mm_spam_a1475e835d3da15c6ced1f8c8c064747','no','no'),('15908','_transient_timeout_mm_spam_344b2df9d7d6fe443fcca5a8e402d957','1442762068','no'),('15909','_transient_mm_spam_344b2df9d7d6fe443fcca5a8e402d957','no','no'),('15910','_transient_timeout_mm_spam_fd3accc16b5444a1d729472458188367','1442762069','no'),('15911','_transient_mm_spam_fd3accc16b5444a1d729472458188367','no','no'),('15912','_transient_timeout_mm_spam_72c985e2ae8daf1499677d2a8ad29cb6','1442762104','no'),('15913','_transient_mm_spam_72c985e2ae8daf1499677d2a8ad29cb6','no','no'),('15915','_transient_timeout_mm_spam_9abed002ed063e2adb2d67b99ca0914f','1442762347','no'),('15916','_transient_mm_spam_9abed002ed063e2adb2d67b99ca0914f','no','no'),('15917','_transient_timeout_mm_spam_c91bff64ffcade5a17c536dcae05c2c9','1442762395','no'),('15918','_transient_mm_spam_c91bff64ffcade5a17c536dcae05c2c9','no','no'),('15919','_transient_timeout_mm_spam_81bacd21d9e86d4d083727ef8c53988a','1442762459','no'),('15920','_transient_mm_spam_81bacd21d9e86d4d083727ef8c53988a','no','no'),('15921','_transient_timeout_mm_spam_942605579457b65a296b4727f992c35e','1442762528','no'),('15922','_transient_mm_spam_942605579457b65a296b4727f992c35e','no','no'),('15923','_transient_timeout_mm_spam_d4942d254a0c3ffa8be6628ddf3c950f','1442762587','no'),('15924','_transient_mm_spam_d4942d254a0c3ffa8be6628ddf3c950f','no','no'),('15926','_transient_timeout_mm_spam_9393dd917e7585776ff48e7a8b7ff4ac','1442762712','no'),('15927','_transient_mm_spam_9393dd917e7585776ff48e7a8b7ff4ac','no','no'),('15928','_transient_timeout_mm_spam_ee880d8636d5e8db569c36da449578c0','1442762735','no'),('15929','_transient_mm_spam_ee880d8636d5e8db569c36da449578c0','no','no'),('15930','_transient_timeout_mm_spam_377159f31480640b0548772ad7cc5a3b','1442762750','no'),('15931','_transient_mm_spam_377159f31480640b0548772ad7cc5a3b','no','no'),('15932','_transient_timeout_mm_spam_90e5dd18fc4833a0888de6a48bd1b209','1442762775','no'),('15933','_transient_mm_spam_90e5dd18fc4833a0888de6a48bd1b209','no','no'),('15934','_transient_timeout_mm_spam_740f97ade1acffbf7248023e6f576e63','1442762947','no'),('15935','_transient_mm_spam_740f97ade1acffbf7248023e6f576e63','no','no'),('15936','_transient_timeout_mm_spam_b571942de7e244492fe632cba0c3cab8','1442762971','no'),('15937','_transient_mm_spam_b571942de7e244492fe632cba0c3cab8','no','no'),('15938','_transient_timeout_mm_spam_f140be77f8f61e8fe2ef70d379a95f3f','1442763028','no'),('15939','_transient_mm_spam_f140be77f8f61e8fe2ef70d379a95f3f','no','no'),('15940','_transient_timeout_mm_spam_1f5a856e617892a13aa50bfaef3407cc','1442763160','no'),('15941','_transient_mm_spam_1f5a856e617892a13aa50bfaef3407cc','no','no'),('15942','_transient_timeout_mm_spam_334b0d6cab093c128ce575d52e8e51f9','1442763192','no'),('15943','_transient_mm_spam_334b0d6cab093c128ce575d52e8e51f9','no','no'),('15944','_transient_timeout_mm_spam_c25f7ad0113c9de39dda1f18add65803','1442763305','no'),('15945','_transient_mm_spam_c25f7ad0113c9de39dda1f18add65803','no','no'),('15946','_transient_timeout_mm_spam_691d76e1a2e2274b0e6670259370b4d0','1442763377','no'),('15947','_transient_mm_spam_691d76e1a2e2274b0e6670259370b4d0','no','no'),('15948','_transient_timeout_mm_spam_a540196be174935a41e352e5316c5306','1442763413','no'),('15949','_transient_mm_spam_a540196be174935a41e352e5316c5306','no','no'),('15950','_transient_timeout_mm_spam_7018257d3fc52b7748ff4dedd7fbfaf1','1442763603','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15951','_transient_mm_spam_7018257d3fc52b7748ff4dedd7fbfaf1','no','no'),('15952','_transient_timeout_mm_spam_bb7db72cedb47c84624982a850126419','1442763685','no'),('15953','_transient_mm_spam_bb7db72cedb47c84624982a850126419','no','no'),('15954','_transient_timeout_mm_spam_26952edbd6c79e3e60a432b7994efcf4','1442763766','no'),('15955','_transient_mm_spam_26952edbd6c79e3e60a432b7994efcf4','no','no'),('15956','_transient_timeout_mm_spam_9661b059aef9adc728097d5251a7d63a','1442763854','no'),('15957','_transient_mm_spam_9661b059aef9adc728097d5251a7d63a','no','no'),('15958','_transient_timeout_mm_spam_e221ad2122ac458ff29800c85c2c7dbc','1442763859','no'),('15959','_transient_mm_spam_e221ad2122ac458ff29800c85c2c7dbc','no','no'),('15960','_transient_timeout_mm_spam_8302522631c84f493f37b1da06e8e28a','1442763893','no'),('15961','_transient_mm_spam_8302522631c84f493f37b1da06e8e28a','no','no'),('15962','_transient_timeout_mm_spam_44e918b950a016596fb501b38428241e','1442764021','no'),('15963','_transient_mm_spam_44e918b950a016596fb501b38428241e','no','no'),('15964','_transient_timeout_mm_spam_dd6e15f171d0479d72422f64249e6f72','1442764088','no'),('15965','_transient_mm_spam_dd6e15f171d0479d72422f64249e6f72','no','no'),('15966','_transient_timeout_mm_spam_0c3cc732df5cbb869dcf55f6b4fc1f6b','1442764151','no'),('15967','_transient_mm_spam_0c3cc732df5cbb869dcf55f6b4fc1f6b','no','no'),('15968','_transient_timeout_mm_spam_63b45e9f47a4baddef442cb6e920ec74','1442764206','no'),('15969','_transient_mm_spam_63b45e9f47a4baddef442cb6e920ec74','no','no'),('15970','_transient_timeout_mm_spam_0276437540ed68082351506a0c45dc87','1442764269','no'),('15971','_transient_mm_spam_0276437540ed68082351506a0c45dc87','no','no'),('15972','_transient_timeout_mm_spam_8e1f791278263e6990ca86011cc12a48','1442764300','no'),('15973','_transient_mm_spam_8e1f791278263e6990ca86011cc12a48','no','no'),('15974','_transient_timeout_mm_spam_4cc95042f820d01e5fd94f7225a63266','1442764357','no'),('15975','_transient_mm_spam_4cc95042f820d01e5fd94f7225a63266','no','no'),('15976','_transient_timeout_mm_spam_5cbb055b834494b04edb00abf3fb9b07','1442764383','no'),('15977','_transient_mm_spam_5cbb055b834494b04edb00abf3fb9b07','no','no'),('15978','_transient_timeout_mm_spam_4bb6011ca730f3223b6cc8ca710d90ba','1442764390','no'),('15979','_transient_mm_spam_4bb6011ca730f3223b6cc8ca710d90ba','no','no'),('15980','_transient_timeout_mm_spam_18a90570c437f7fad7edccfe6c0b7244','1442764419','no'),('15981','_transient_mm_spam_18a90570c437f7fad7edccfe6c0b7244','no','no'),('15984','_transient_timeout_mm_spam_20ff39c626557f42d367d5c999b3cf27','1442764534','no'),('15985','_transient_mm_spam_20ff39c626557f42d367d5c999b3cf27','no','no'),('15988','_transient_timeout_mm_spam_1110da1e9658e76e074037bffe801811','1442764588','no'),('15989','_transient_mm_spam_1110da1e9658e76e074037bffe801811','no','no'),('15990','_transient_timeout_mm_spam_207a708c9dec8327482a2fbd2e31521b','1442764614','no'),('15991','_transient_mm_spam_207a708c9dec8327482a2fbd2e31521b','no','no'),('15992','_transient_timeout_mm_spam_0a8dc2d1f50c91516bf718ea6aae1dc4','1442764691','no'),('15993','_transient_mm_spam_0a8dc2d1f50c91516bf718ea6aae1dc4','no','no'),('15994','_transient_timeout_mm_spam_e68935ce1fa06b03b8f0e64ed242f182','1442764708','no'),('15995','_transient_mm_spam_e68935ce1fa06b03b8f0e64ed242f182','no','no'),('15996','_transient_timeout_mm_spam_d23be3f24319985fb5d54dc63117b21c','1442764756','no'),('15997','_transient_mm_spam_d23be3f24319985fb5d54dc63117b21c','no','no'),('15998','_transient_timeout_mm_spam_5ca7eeef2c99cc0d7480da524b73230a','1442764846','no'),('15999','_transient_mm_spam_5ca7eeef2c99cc0d7480da524b73230a','no','no'),('16000','_transient_timeout_mm_spam_ac02f995630f9ff8515bffa10939d508','1442764931','no'),('16001','_transient_mm_spam_ac02f995630f9ff8515bffa10939d508','no','no'),('16002','_transient_timeout_mm_spam_1af589010942772eeafde905bd973b94','1442765010','no'),('16003','_transient_mm_spam_1af589010942772eeafde905bd973b94','no','no'),('16004','_transient_timeout_mm_spam_52458d412c6ba3abcf76e29cdd913c5d','1442765019','no'),('16005','_transient_mm_spam_52458d412c6ba3abcf76e29cdd913c5d','no','no'),('16006','_transient_timeout_mm_spam_29590dc3d8d11d4324e95e5e74a6e49e','1442765206','no'),('16007','_transient_mm_spam_29590dc3d8d11d4324e95e5e74a6e49e','no','no'),('16008','_transient_timeout_mm_spam_0341ebc2ebcdb226363485a5c62a0ea9','1442765306','no'),('16009','_transient_mm_spam_0341ebc2ebcdb226363485a5c62a0ea9','no','no'),('16010','_transient_timeout_mm_spam_66b1d39aa360493c388337e3c86821d9','1442765318','no'),('16011','_transient_mm_spam_66b1d39aa360493c388337e3c86821d9','no','no'),('16012','_transient_timeout_mm_spam_3ee2932ff849320a090d713fde663a8e','1442765401','no'),('16013','_transient_mm_spam_3ee2932ff849320a090d713fde663a8e','no','no'),('16014','_transient_timeout_mm_spam_d35101d3e39be762a7c9aca932d8d527','1442765463','no'),('16015','_transient_mm_spam_d35101d3e39be762a7c9aca932d8d527','no','no'),('16016','_transient_timeout_mm_spam_a7d1eb48d659e1226273c7dd73372659','1442765496','no'),('16017','_transient_mm_spam_a7d1eb48d659e1226273c7dd73372659','no','no'),('16018','_transient_timeout_mm_spam_be66342b6c9856cc74e920ff4f367d21','1442765506','no'),('16019','_transient_mm_spam_be66342b6c9856cc74e920ff4f367d21','no','no'),('16020','_transient_timeout_mm_spam_2de076074dcce60ad514684e6ad42f84','1442765516','no'),('16021','_transient_mm_spam_2de076074dcce60ad514684e6ad42f84','no','no'),('16022','_transient_timeout_mm_spam_60898a03ae8851380bf39f77feef2cfd','1442765592','no'),('16023','_transient_mm_spam_60898a03ae8851380bf39f77feef2cfd','no','no'),('16025','_transient_timeout_mm_spam_bee958063d2f7802dd88d2b27ff36a41','1442765819','no'),('16026','_transient_mm_spam_bee958063d2f7802dd88d2b27ff36a41','no','no'),('16027','_transient_timeout_mm_spam_37bbfc7304aa292eb7e048bf84873cbb','1442765882','no'),('16028','_transient_mm_spam_37bbfc7304aa292eb7e048bf84873cbb','no','no'),('16038','_transient_timeout_mm_spam_c98086915eb56f601968bc660de88886','1442777788','no'),('16039','_transient_mm_spam_c98086915eb56f601968bc660de88886','no','no'),('16085','_transient_timeout_mm_spam_53b6f0fc21575c3998b49a76ef5574d5','1442835554','no'),('16086','_transient_mm_spam_53b6f0fc21575c3998b49a76ef5574d5','no','no'),('16112','_transient_timeout_mm_spam_c77e476c4c737f09c12fc456b8499e45','1442865559','no'),('16113','_transient_mm_spam_c77e476c4c737f09c12fc456b8499e45','no','no'),('16116','_transient_timeout_mm_spam_217085d74bbaf8b1a762673b5564fa28','1442865622','no'),('16117','_transient_mm_spam_217085d74bbaf8b1a762673b5564fa28','no','no'),('16192','_transient_timeout_mm_spam_163d17f0274e07598773a60eb453c5fb','1442941832','no'),('16193','_transient_mm_spam_163d17f0274e07598773a60eb453c5fb','no','no'),('16356','_transient_timeout_mm_spam_1c966d4643c1fee32589a39cc72a9783','1443167592','no'),('16357','_transient_mm_spam_1c966d4643c1fee32589a39cc72a9783','no','no'),('16369','_transient_timeout_mm_spam_9ff8b27b1b4fe67d9d4ffb5a86d5f5bc','1443185040','no'),('16370','_transient_mm_spam_9ff8b27b1b4fe67d9d4ffb5a86d5f5bc','no','no'),('16419','_transient_timeout_mm_spam_b16f804d00d07b4a3e67d7db42eecadb','1443256698','no'),('16420','_transient_mm_spam_b16f804d00d07b4a3e67d7db42eecadb','no','no'),('16421','_transient_timeout_mm_spam_12445c1302a45f9e6a853b58abb7f3f8','1443257936','no'),('16422','_transient_mm_spam_12445c1302a45f9e6a853b58abb7f3f8','no','no'),('16429','_transient_timeout_mm_spam_e3a38f4e0ebfe3460b44d68d573809e6','1443264058','no'),('16430','_transient_mm_spam_e3a38f4e0ebfe3460b44d68d573809e6','no','no'),('16465','_transient_timeout_mm_spam_b64613c138503b609e6258b1f4f80ed7','1443286889','no'),('16466','_transient_mm_spam_b64613c138503b609e6258b1f4f80ed7','no','no'),('16501','_transient_timeout_mm_spam_fbdf3269abe90566b7893fb16f134ef3','1443324445','no'),('16502','_transient_mm_spam_fbdf3269abe90566b7893fb16f134ef3','no','no'),('16530','_transient_timeout_mm_spam_79f2cd9d543b58a09d030dadb4e9911a','1443347290','no'),('16531','_transient_mm_spam_79f2cd9d543b58a09d030dadb4e9911a','no','no'),('16555','_transient_timeout_mm_spam_12cf15c470f99329a8f22e5aa3ded669','1443383418','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('16556','_transient_mm_spam_12cf15c470f99329a8f22e5aa3ded669','no','no'),('16596','_transient_timeout_mm_spam_701d9c6d6eea90729a956657d7839410','1443433806','no'),('16597','_transient_mm_spam_701d9c6d6eea90729a956657d7839410','no','no'),('16603','_transient_timeout_mm_spam_69082066e42c257b4bc27fd6c15310d4','1443442027','no'),('16604','_transient_mm_spam_69082066e42c257b4bc27fd6c15310d4','yes','no'),('16606','_transient_timeout_mm_spam_b79660d415c433e0b0e80e6c56914f23','1443443465','no'),('16607','_transient_mm_spam_b79660d415c433e0b0e80e6c56914f23','no','no'),('16709','_transient_timeout_mm_spam_ac116848078e641ca8d7513d206a7f1f','1443559425','no'),('16710','_transient_mm_spam_ac116848078e641ca8d7513d206a7f1f','no','no'),('16723','_transient_timeout_mm_spam_f2d3abe92ab47c1baf92c8678ceaff50','1443569791','no'),('16724','_transient_mm_spam_f2d3abe92ab47c1baf92c8678ceaff50','no','no'),('16726','_transient_timeout_mm_spam_253011925c13835d5ab5105cdd012948','1443571420','no'),('16727','_transient_mm_spam_253011925c13835d5ab5105cdd012948','no','no'),('16729','_transient_timeout_mm_spam_2ff0dd8a906686b719ac2e58c3ccecb3','1443573150','no'),('16730','_transient_mm_spam_2ff0dd8a906686b719ac2e58c3ccecb3','no','no'),('16731','_transient_timeout_mm_spam_1a524d93f123077eba70c74b9faf353f','1443574860','no'),('16732','_transient_mm_spam_1a524d93f123077eba70c74b9faf353f','no','no'),('16734','_transient_timeout_mm_spam_1a03c7d49594ea272154b38fa3a689f1','1443576471','no'),('16735','_transient_mm_spam_1a03c7d49594ea272154b38fa3a689f1','no','no'),('16736','_transient_timeout_mm_spam_b3a0a23dd40a618e9bd929fa773b13a1','1443578200','no'),('16737','_transient_mm_spam_b3a0a23dd40a618e9bd929fa773b13a1','no','no'),('16742','_transient_timeout_mm_spam_4426f87e3080d8798997ce7dd548e0af','1443583538','no'),('16743','_transient_mm_spam_4426f87e3080d8798997ce7dd548e0af','no','no'),('16745','_transient_timeout_mm_spam_632d273815d34d46ce8a584bbb9320dc','1443585396','no'),('16746','_transient_mm_spam_632d273815d34d46ce8a584bbb9320dc','no','no'),('16752','_transient_timeout_mm_spam_e04a2e2c88911889cdcf0803d988dcda','1443587141','no'),('16753','_transient_mm_spam_e04a2e2c88911889cdcf0803d988dcda','no','no'),('16767','_transient_timeout_mm_spam_6466f9ff6000c91f4558b277928ba2a1','1443595658','no'),('16768','_transient_mm_spam_6466f9ff6000c91f4558b277928ba2a1','no','no'),('16772','_transient_timeout_mm_spam_f1e4f5d5837968deff4316e132c826e4','1443599309','no'),('16773','_transient_mm_spam_f1e4f5d5837968deff4316e132c826e4','no','no'),('16798','_transient_timeout_mm_spam_a21f07d0b1937c47cb923d7b0aa79c88','1443610528','no'),('16799','_transient_mm_spam_a21f07d0b1937c47cb923d7b0aa79c88','no','no'),('16802','_transient_timeout_mm_spam_ed516b7b48195069d2f25cedfe6a23fe','1443614602','no'),('16803','_transient_mm_spam_ed516b7b48195069d2f25cedfe6a23fe','no','no'),('16805','_transient_timeout_mm_spam_8fdccc9dea6e721bdb25ceb4ba7894f5','1443617425','no'),('16806','_transient_mm_spam_8fdccc9dea6e721bdb25ceb4ba7894f5','no','no'),('16809','_transient_timeout_mm_spam_d7fc5bd6cd81eecfba451888a25bb77c','1443622857','no'),('16810','_transient_mm_spam_d7fc5bd6cd81eecfba451888a25bb77c','no','no'),('16811','_transient_timeout_mm_spam_46d0fe9d299b86d2e0f8d85d0f427888','1443623087','no'),('16812','_transient_mm_spam_46d0fe9d299b86d2e0f8d85d0f427888','no','no'),('16813','_transient_timeout_mm_spam_631b6aad5eb9a9d5538ce5df9f8e3b27','1443623142','no'),('16814','_transient_mm_spam_631b6aad5eb9a9d5538ce5df9f8e3b27','no','no'),('16816','_transient_timeout_mm_spam_842df8151e9a815821c28966db0fdcff','1443628016','no'),('16817','_transient_mm_spam_842df8151e9a815821c28966db0fdcff','no','no'),('16825','_transient_timeout_mm_spam_a1cb75f620accb866bff15a2bdc3e5a8','1443630784','no'),('16826','_transient_mm_spam_a1cb75f620accb866bff15a2bdc3e5a8','no','no'),('16834','_transient_timeout_mm_spam_a005f8831615ea9c1946f55ddcf9ab18','1443644924','no'),('16835','_transient_mm_spam_a005f8831615ea9c1946f55ddcf9ab18','no','no'),('16836','_transient_timeout_mm_spam_934fc710e0c130105f8a350d19329155','1443646684','no'),('16837','_transient_mm_spam_934fc710e0c130105f8a350d19329155','no','no'),('16841','_transient_timeout_mm_spam_708a97ebd03f581f01b11be8a96e5e7d','1443649444','no'),('16842','_transient_mm_spam_708a97ebd03f581f01b11be8a96e5e7d','no','no'),('16843','_transient_timeout_mm_spam_f65274185f1888f4ca9edbca59d96d64','1443650501','no'),('16844','_transient_mm_spam_f65274185f1888f4ca9edbca59d96d64','no','no'),('16850','_transient_timeout_mm_spam_b18fc2ae7a94919c2bcc0514832ab0ff','1443652248','no'),('16851','_transient_mm_spam_b18fc2ae7a94919c2bcc0514832ab0ff','yes','no'),('16852','_transient_timeout_mm_spam_884a71f683d7a805dc47517913684c14','1443653741','no'),('16853','_transient_mm_spam_884a71f683d7a805dc47517913684c14','no','no'),('16854','_transient_timeout_mm_spam_987b56d32246c1a67c6f4dde28b14b2d','1443654764','no'),('16855','_transient_mm_spam_987b56d32246c1a67c6f4dde28b14b2d','no','no'),('16861','_transient_timeout_mm_spam_da6b6a4fa17d0b0627f548f113847ad2','1443658798','no'),('16862','_transient_mm_spam_da6b6a4fa17d0b0627f548f113847ad2','no','no'),('16865','_transient_timeout_mm_spam_3d4580e556566ed5f57143dce9af2217','1443659924','no'),('16866','_transient_mm_spam_3d4580e556566ed5f57143dce9af2217','no','no'),('16869','_transient_timeout_mm_spam_75878ced6e3dfec507a356f342e898a9','1443659963','no'),('16870','_transient_mm_spam_75878ced6e3dfec507a356f342e898a9','no','no'),('16871','_transient_timeout_mm_spam_a6b914ec4daa637573336d6b0e1896a2','1443660216','no'),('16872','_transient_mm_spam_a6b914ec4daa637573336d6b0e1896a2','no','no'),('16875','_transient_timeout_mm_spam_ebc8f707252bdf99dd0d0c75c37312e5','1443660357','no'),('16876','_transient_mm_spam_ebc8f707252bdf99dd0d0c75c37312e5','no','no'),('16877','_transient_timeout_mm_spam_f1998d80fc1d6ef2ebfa59769eba1646','1443660361','no'),('16878','_transient_mm_spam_f1998d80fc1d6ef2ebfa59769eba1646','no','no'),('16880','_transient_timeout_mm_spam_4b7d50d512db3ffef238cd9f27416ab7','1443664389','no'),('16881','_transient_mm_spam_4b7d50d512db3ffef238cd9f27416ab7','no','no'),('16884','_transient_timeout_mm_spam_d49f801313fbefea249409ae7d4b8bad','1443665655','no'),('16885','_transient_mm_spam_d49f801313fbefea249409ae7d4b8bad','no','no'),('16899','_transient_timeout_mm_spam_d89bf0e740ca24d059ddea2eb745b7d5','1443669791','no'),('16900','_transient_mm_spam_d89bf0e740ca24d059ddea2eb745b7d5','no','no'),('16902','_transient_timeout_mm_spam_d5f0d6400714bdd27d9204568bab4fb9','1443670158','no'),('16903','_transient_mm_spam_d5f0d6400714bdd27d9204568bab4fb9','no','no'),('16906','_transient_timeout_mm_spam_4c260d55b2de40370ef6d738c711495b','1443670629','no'),('16907','_transient_mm_spam_4c260d55b2de40370ef6d738c711495b','no','no'),('16913','_transient_timeout_mm_spam_57a0f183734efb99f8ad55e1b750dc48','1443672332','no'),('16914','_transient_mm_spam_57a0f183734efb99f8ad55e1b750dc48','no','no'),('16918','_transient_timeout_mm_spam_bb58f3eb35b45072a1a60a023ec39544','1443673207','no'),('16919','_transient_mm_spam_bb58f3eb35b45072a1a60a023ec39544','no','no'),('16920','_transient_timeout_mm_spam_4790dfa41d2c01dcfc23f8829243ce59','1443673332','no'),('16921','_transient_mm_spam_4790dfa41d2c01dcfc23f8829243ce59','no','no'),('16923','_transient_timeout_mm_spam_4baf0da60ace62d64d174b39514d7bf6','1443673880','no'),('16924','_transient_mm_spam_4baf0da60ace62d64d174b39514d7bf6','no','no'),('16925','_transient_timeout_mm_spam_1bda300b806f199c838ed16d273d991f','1443673932','no'),('16926','_transient_mm_spam_1bda300b806f199c838ed16d273d991f','no','no'),('16927','_transient_timeout_mm_spam_a767ee0331b7c2baeeeb49f5b5a753ab','1443674539','no'),('16928','_transient_mm_spam_a767ee0331b7c2baeeeb49f5b5a753ab','no','no'),('16931','_transient_timeout_mm_spam_154b04e104924f1bff4f853cc921b912','1443674752','no'),('16932','_transient_mm_spam_154b04e104924f1bff4f853cc921b912','no','no'),('16935','_transient_timeout_mm_spam_7a7337b977bb815420b0c25634790e4e','1443674857','no'),('16936','_transient_mm_spam_7a7337b977bb815420b0c25634790e4e','no','no'),('16937','_transient_timeout_mm_spam_7eccdfc9a579e4314c649a539d7f7055','1443674901','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('16938','_transient_mm_spam_7eccdfc9a579e4314c649a539d7f7055','no','no'),('16939','_transient_timeout_mm_spam_66800f8e9b331502fb4aeccb7ffd179a','1443675014','no'),('16940','_transient_mm_spam_66800f8e9b331502fb4aeccb7ffd179a','no','no'),('16941','_transient_timeout_mm_spam_9eeabea1470bb8dc312138694a3e3d96','1443675309','no'),('16942','_transient_mm_spam_9eeabea1470bb8dc312138694a3e3d96','no','no'),('16951','_transient_timeout_mm_spam_80e1fe5eb244e480bef0a0dbf2857e0c','1443677148','no'),('16952','_transient_mm_spam_80e1fe5eb244e480bef0a0dbf2857e0c','no','no'),('16953','_transient_timeout_mm_spam_009450a921297a5ee28fb2d0e9e6ba9c','1443677253','no'),('16954','_transient_mm_spam_009450a921297a5ee28fb2d0e9e6ba9c','no','no'),('16955','_transient_timeout_mm_spam_5b326c111698e5ec0aa98b45be204d6f','1443677385','no'),('16956','_transient_mm_spam_5b326c111698e5ec0aa98b45be204d6f','no','no'),('16957','_transient_timeout_mm_spam_c5ef47245a4266ebd316cb10d9ebe7b4','1443678125','no'),('16958','_transient_mm_spam_c5ef47245a4266ebd316cb10d9ebe7b4','no','no'),('16959','_transient_timeout_mm_spam_5177f6323d50fc4547e57a1c7f35a778','1443678363','no'),('16960','_transient_mm_spam_5177f6323d50fc4547e57a1c7f35a778','no','no'),('16961','_transient_timeout_mm_spam_ff920c1800c45fcbab719f1f3c8cb6f4','1443678365','no'),('16962','_transient_mm_spam_ff920c1800c45fcbab719f1f3c8cb6f4','no','no'),('16963','_transient_timeout_mm_spam_2e0e0c2877d09f219480d13b66ff8172','1443678660','no'),('16964','_transient_mm_spam_2e0e0c2877d09f219480d13b66ff8172','no','no'),('16967','_transient_timeout_mm_spam_fa349e24342c5cc40c17009417618d2e','1443679903','no'),('16968','_transient_mm_spam_fa349e24342c5cc40c17009417618d2e','no','no'),('16973','_transient_timeout_mm_spam_e68525fe845cb3a65cace85dbeb506b0','1443680224','no'),('16974','_transient_mm_spam_e68525fe845cb3a65cace85dbeb506b0','no','no'),('16975','_transient_timeout_mm_spam_4d86afa8e8af82f6fee74bbe72ddfe37','1443680483','no'),('16976','_transient_mm_spam_4d86afa8e8af82f6fee74bbe72ddfe37','no','no'),('16977','_transient_timeout_mm_spam_159719b37b18bac397b8496cd188cd28','1443680596','no'),('16978','_transient_mm_spam_159719b37b18bac397b8496cd188cd28','no','no'),('16980','_transient_timeout_mm_spam_5636aae88619a234514d66e27e57db32','1443681004','no'),('16981','_transient_mm_spam_5636aae88619a234514d66e27e57db32','no','no'),('16984','_transient_timeout_mm_spam_b39f3730b61e7cc5cd01fa020b8dbeb4','1443681129','no'),('16985','_transient_mm_spam_b39f3730b61e7cc5cd01fa020b8dbeb4','no','no'),('16990','_transient_timeout_mm_spam_7d6b3ad34b42ea6b581c40c19930b3da','1443682015','no'),('16991','_transient_mm_spam_7d6b3ad34b42ea6b581c40c19930b3da','no','no'),('16992','_transient_timeout_mm_spam_84afcf952a021a97e397c4e634510136','1443682173','no'),('16993','_transient_mm_spam_84afcf952a021a97e397c4e634510136','no','no'),('16994','_transient_timeout_mm_spam_50fabe6508ad8b5d680e2c25f6c73636','1443682178','no'),('16995','_transient_mm_spam_50fabe6508ad8b5d680e2c25f6c73636','no','no'),('16996','_transient_timeout_mm_spam_b6c1c5c58e324838521202ae65282552','1443682199','no'),('16997','_transient_mm_spam_b6c1c5c58e324838521202ae65282552','no','no'),('16998','_transient_timeout_mm_spam_8ca64202cc0c95cdca23306d96436e81','1443682419','no'),('16999','_transient_mm_spam_8ca64202cc0c95cdca23306d96436e81','no','no'),('17000','_transient_timeout_mm_spam_6b206a2a4a240e53996a7494b502a71a','1443682605','no'),('17001','_transient_mm_spam_6b206a2a4a240e53996a7494b502a71a','no','no'),('17004','_transient_timeout_mm_spam_e7189b5997efa01733d472db031ca776','1443685815','no'),('17005','_transient_mm_spam_e7189b5997efa01733d472db031ca776','no','no'),('17006','_transient_timeout_mm_spam_da048309fa08f473d40b56503ee3cf77','1443685824','no'),('17007','_transient_mm_spam_da048309fa08f473d40b56503ee3cf77','no','no'),('17010','_transient_timeout_mm_spam_0fd495a0c0b3041c23f5fee7c5940f90','1443686485','no'),('17011','_transient_mm_spam_0fd495a0c0b3041c23f5fee7c5940f90','no','no'),('17012','_transient_timeout_mm_spam_745ff383e7675859e70a003e7a44d0be','1443687046','no'),('17013','_transient_mm_spam_745ff383e7675859e70a003e7a44d0be','no','no'),('17016','_transient_timeout_mm_spam_e2564d9bc59bee77c532da0a4cc7f621','1443688378','no'),('17017','_transient_mm_spam_e2564d9bc59bee77c532da0a4cc7f621','no','no'),('17020','_transient_timeout_mm_spam_312cd2cad8cfbeba2bb3a45def6afa57','1443693712','no'),('17021','_transient_mm_spam_312cd2cad8cfbeba2bb3a45def6afa57','no','no'),('17022','_transient_timeout_mm_spam_6543a20613629d63aa00f501ea142b58','1443694414','no'),('17023','_transient_mm_spam_6543a20613629d63aa00f501ea142b58','no','no'),('17024','_transient_timeout_mm_spam_7c783072f75e585aa35583d40b3a5587','1443694480','no'),('17025','_transient_mm_spam_7c783072f75e585aa35583d40b3a5587','no','no'),('17032','_transient_timeout_mm_spam_04765d1746ea7a37f4b4e5705ea5c951','1443696317','no'),('17033','_transient_mm_spam_04765d1746ea7a37f4b4e5705ea5c951','no','no'),('17036','_transient_timeout_mm_spam_69e444c9e0f8fc98ebc2262a81261ec2','1443696382','no'),('17037','_transient_mm_spam_69e444c9e0f8fc98ebc2262a81261ec2','no','no'),('17038','_transient_timeout_mm_spam_ca788e7e1948ac4c621c56ceeb79ea57','1443696432','no'),('17039','_transient_mm_spam_ca788e7e1948ac4c621c56ceeb79ea57','no','no'),('17040','_transient_timeout_mm_spam_462379c155cf9d5ff12c8454cb0c7073','1443696563','no'),('17041','_transient_mm_spam_462379c155cf9d5ff12c8454cb0c7073','no','no'),('17042','_transient_timeout_mm_spam_8924ff0b6d33748787ce78825d488ee3','1443697013','no'),('17043','_transient_mm_spam_8924ff0b6d33748787ce78825d488ee3','no','no'),('17046','_transient_timeout_mm_spam_e9ce97d76b65d4a4fabf6f144919dc04','1443697542','no'),('17047','_transient_mm_spam_e9ce97d76b65d4a4fabf6f144919dc04','no','no'),('17048','_transient_timeout_mm_spam_41f30dd47c34bcbc1568dc1bd768dfc2','1443697566','no'),('17049','_transient_mm_spam_41f30dd47c34bcbc1568dc1bd768dfc2','no','no'),('17050','_transient_timeout_mm_spam_924ab0b431d035ce00ebbd1fe06a27f8','1443697651','no'),('17051','_transient_mm_spam_924ab0b431d035ce00ebbd1fe06a27f8','no','no'),('17058','_transient_timeout_mm_spam_42c550dd2f652bff4a6a85cadafda149','1443697951','no'),('17059','_transient_mm_spam_42c550dd2f652bff4a6a85cadafda149','no','no'),('17060','_transient_timeout_mm_spam_7061bc84417ac1d7c07022eaaef2d812','1443698085','no'),('17061','_transient_mm_spam_7061bc84417ac1d7c07022eaaef2d812','no','no'),('17063','_transient_timeout_mm_spam_501aed8a03932529dd49ffb566f55eab','1443698504','no'),('17064','_transient_mm_spam_501aed8a03932529dd49ffb566f55eab','no','no'),('17066','_transient_timeout_mm_spam_ff34a50f87d538a072a8e274ee43ba90','1443700813','no'),('17067','_transient_mm_spam_ff34a50f87d538a072a8e274ee43ba90','no','no'),('17070','_transient_timeout_mm_spam_ffccca3ba5a0a9d053ec77d24ae7e764','1443701373','no'),('17071','_transient_mm_spam_ffccca3ba5a0a9d053ec77d24ae7e764','no','no'),('17072','_transient_timeout_mm_spam_bc552a663746c45e1636f2dbe8824a03','1443701421','no'),('17073','_transient_mm_spam_bc552a663746c45e1636f2dbe8824a03','no','no'),('17078','_transient_timeout_mm_spam_7c1c672bfb45950ab6c02f50ed625180','1443702920','no'),('17079','_transient_mm_spam_7c1c672bfb45950ab6c02f50ed625180','no','no'),('17080','_transient_timeout_mm_spam_40e18542e9970d034969307372b366e2','1443703201','no'),('17081','_transient_mm_spam_40e18542e9970d034969307372b366e2','no','no'),('17082','_transient_timeout_mm_spam_582c528144bd13f0b04a3543c45cf545','1443703203','no'),('17083','_transient_mm_spam_582c528144bd13f0b04a3543c45cf545','no','no'),('17084','_transient_timeout_mm_spam_33f85fa453dc5a7a40ebe7bda5bfa53f','1443703365','no'),('17085','_transient_mm_spam_33f85fa453dc5a7a40ebe7bda5bfa53f','no','no'),('17117','_transient_timeout_mm_spam_cea8eb543fa0b7a701c7b2f7877268ba','1443752013','no'),('17118','_transient_mm_spam_cea8eb543fa0b7a701c7b2f7877268ba','no','no'),('17120','_transient_timeout_mm_spam_5b908751f57d60f4a58901eac31041fe','1443753842','no'),('17121','_transient_mm_spam_5b908751f57d60f4a58901eac31041fe','no','no'),('17123','_transient_timeout_mm_spam_b06cedd4b479fb2e315a5c615521768d','1443756026','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17124','_transient_mm_spam_b06cedd4b479fb2e315a5c615521768d','no','no'),('17125','_transient_timeout_mm_spam_0ad5224e4142a5c9e503650431f37383','1443756788','no'),('17126','_transient_mm_spam_0ad5224e4142a5c9e503650431f37383','no','no'),('17129','_transient_timeout_mm_spam_ad8404d07a610f5160bd4432db9bf09c','1443758318','no'),('17130','_transient_mm_spam_ad8404d07a610f5160bd4432db9bf09c','no','no'),('17138','_transient_timeout_mm_spam_cf063acc48b9b546d83b614085aec69b','1443760975','no'),('17139','_transient_mm_spam_cf063acc48b9b546d83b614085aec69b','no','no'),('17142','_transient_timeout_mm_spam_be4f707f8976a4853f895e4b6ee7b263','1443762350','no'),('17143','_transient_mm_spam_be4f707f8976a4853f895e4b6ee7b263','no','no'),('17144','_transient_timeout_mm_spam_f09f45b9a1181c3788185d2623506131','1443762924','no'),('17145','_transient_mm_spam_f09f45b9a1181c3788185d2623506131','no','no'),('17147','_transient_timeout_mm_spam_21b9bce94b16d1b1eae1ac2c192458f6','1443763139','no'),('17148','_transient_mm_spam_21b9bce94b16d1b1eae1ac2c192458f6','no','no'),('17149','_transient_timeout_mm_spam_1e1198ae03ae852b2688af0a82276756','1443763375','no'),('17150','_transient_mm_spam_1e1198ae03ae852b2688af0a82276756','no','no'),('17152','_transient_timeout_mm_spam_bf2bdef0c881996786fde44a8ade5eda','1443764538','no'),('17153','_transient_mm_spam_bf2bdef0c881996786fde44a8ade5eda','no','no'),('17156','_transient_timeout_mm_spam_abeeac5b12c0d441a1390031e4f16cfd','1443766691','no'),('17157','_transient_mm_spam_abeeac5b12c0d441a1390031e4f16cfd','no','no'),('17160','_transient_timeout_mm_spam_21256791cc00d009389d0bcbcf92d278','1443767421','no'),('17161','_transient_mm_spam_21256791cc00d009389d0bcbcf92d278','no','no'),('17162','_transient_timeout_mm_spam_1f59f4114f1991ba73d59605f523e5cd','1443768695','no'),('17163','_transient_mm_spam_1f59f4114f1991ba73d59605f523e5cd','no','no'),('17164','_transient_timeout_mm_spam_f38862071ba0e5e43aa7cb6c214d318f','1443768936','no'),('17165','_transient_mm_spam_f38862071ba0e5e43aa7cb6c214d318f','no','no'),('17166','_transient_timeout_mm_spam_bd692737a5395d0c3e527b330d26d020','1443769369','no'),('17167','_transient_mm_spam_bd692737a5395d0c3e527b330d26d020','no','no'),('17170','_transient_timeout_mm_spam_2525364391c294a62007e505014967d8','1443770061','no'),('17171','_transient_mm_spam_2525364391c294a62007e505014967d8','no','no'),('17173','_transient_timeout_mm_spam_0810fa65a31c1ef5bbb9351ad7470777','1443770789','no'),('17174','_transient_mm_spam_0810fa65a31c1ef5bbb9351ad7470777','no','no'),('17175','_transient_timeout_mm_spam_3b108cf9eb22822b7e07a14fb22cd76c','1443771337','no'),('17176','_transient_mm_spam_3b108cf9eb22822b7e07a14fb22cd76c','no','no'),('17177','_transient_timeout_mm_spam_8bbd1ed0d6a1fbdb90032061de03bb03','1443772309','no'),('17178','_transient_mm_spam_8bbd1ed0d6a1fbdb90032061de03bb03','no','no'),('17189','_transient_timeout_mm_spam_484c5d6432342c5dee5e95d850033ac0','1443772872','no'),('17190','_transient_mm_spam_484c5d6432342c5dee5e95d850033ac0','no','no'),('17193','_transient_timeout_mm_spam_fc5607111fbfc5fca15cb58a65237c53','1443773168','no'),('17194','_transient_mm_spam_fc5607111fbfc5fca15cb58a65237c53','no','no'),('17195','_transient_timeout_mm_spam_15a7f51f32e7b80a8e934471f95a9832','1443773605','no'),('17196','_transient_mm_spam_15a7f51f32e7b80a8e934471f95a9832','no','no'),('17198','_transient_timeout_mm_spam_41dd6fd9b05782e57f2cb08932b7359a','1443773786','no'),('17199','_transient_mm_spam_41dd6fd9b05782e57f2cb08932b7359a','no','no'),('17200','_transient_timeout_mm_spam_3a7802dde39cc1ced44596325a8c87ce','1443774165','no'),('17201','_transient_mm_spam_3a7802dde39cc1ced44596325a8c87ce','no','no'),('17205','_transient_timeout_mm_spam_f85638880903ef33ba86c41ba304a18f','1443776135','no'),('17206','_transient_mm_spam_f85638880903ef33ba86c41ba304a18f','no','no'),('17207','_transient_timeout_mm_spam_f917ddbfd74b844369a53e3f0403e4a5','1443776211','no'),('17208','_transient_mm_spam_f917ddbfd74b844369a53e3f0403e4a5','no','no'),('17209','_transient_timeout_mm_spam_8e95b1181cc35bb9ec659414d43d69d3','1443776270','no'),('17210','_transient_mm_spam_8e95b1181cc35bb9ec659414d43d69d3','no','no'),('17211','_transient_timeout_mm_spam_3a100b2ea10f0aace92bdec230c6b14d','1443776990','no'),('17212','_transient_mm_spam_3a100b2ea10f0aace92bdec230c6b14d','no','no'),('17213','_transient_timeout_mm_spam_7bd5d9b523b87266ae4c937babebcfe8','1443777188','no'),('17214','_transient_mm_spam_7bd5d9b523b87266ae4c937babebcfe8','no','no'),('17215','_transient_timeout_mm_spam_35d35c10e4a4914c85bb69b785151bfa','1443777287','no'),('17216','_transient_mm_spam_35d35c10e4a4914c85bb69b785151bfa','no','no'),('17219','_transient_timeout_mm_spam_f1be5883b87ed35ad4cf7028c1e86c41','1443779292','no'),('17220','_transient_mm_spam_f1be5883b87ed35ad4cf7028c1e86c41','no','no'),('17221','_transient_timeout_mm_spam_b9727b50140b4142b2b2350efa66df5b','1443780221','no'),('17222','_transient_mm_spam_b9727b50140b4142b2b2350efa66df5b','no','no'),('17223','_transient_timeout_mm_spam_4e86ae09f2a29d7898359f41e9967a24','1443780395','no'),('17224','_transient_mm_spam_4e86ae09f2a29d7898359f41e9967a24','no','no'),('17225','_transient_timeout_mm_spam_5d0762abd1d6d28a734aabd5b8446906','1443780829','no'),('17226','_transient_mm_spam_5d0762abd1d6d28a734aabd5b8446906','no','no'),('17228','_transient_timeout_mm_spam_7d8024ee032fc96d978687b259dd1eb0','1443781137','no'),('17229','_transient_mm_spam_7d8024ee032fc96d978687b259dd1eb0','no','no'),('17230','_transient_timeout_mm_spam_492a1db4a1c240df3f82deb9b92cc68b','1443781401','no'),('17231','_transient_mm_spam_492a1db4a1c240df3f82deb9b92cc68b','no','no'),('17237','_transient_timeout_mm_spam_1586b6373142d85c66b291c70f39b3f1','1443783284','no'),('17238','_transient_mm_spam_1586b6373142d85c66b291c70f39b3f1','no','no'),('17239','_transient_timeout_mm_spam_afa5944377886f3ac586dec957216b34','1443783540','no'),('17240','_transient_mm_spam_afa5944377886f3ac586dec957216b34','no','no'),('17244','_transient_timeout_mm_spam_04108ab37b37258eae1f44a23ca5b9b1','1443785544','no'),('17245','_transient_mm_spam_04108ab37b37258eae1f44a23ca5b9b1','no','no'),('17246','_transient_timeout_mm_spam_f724666fa12d387a9403e4143a28c3c1','1443786051','no'),('17247','_transient_mm_spam_f724666fa12d387a9403e4143a28c3c1','no','no'),('17248','_transient_timeout_mm_spam_6a51cc5f89988db124e31026f8be828a','1443786139','no'),('17249','_transient_mm_spam_6a51cc5f89988db124e31026f8be828a','no','no'),('17252','_transient_timeout_mm_spam_b306d57db67e651f0d4d542d949bd7d5','1443786289','no'),('17253','_transient_mm_spam_b306d57db67e651f0d4d542d949bd7d5','no','no'),('17254','_transient_timeout_mm_spam_dae33b984d2e8002f957ee0e10a8d67d','1443786666','no'),('17255','_transient_mm_spam_dae33b984d2e8002f957ee0e10a8d67d','no','no'),('17256','_transient_timeout_mm_spam_02427b44bff9d4be63b0825df9d4adb0','1443786681','no'),('17257','_transient_mm_spam_02427b44bff9d4be63b0825df9d4adb0','no','no'),('17258','_transient_timeout_mm_spam_4652e80dfe9443d3765553126d71b3dc','1443786938','no'),('17259','_transient_mm_spam_4652e80dfe9443d3765553126d71b3dc','no','no'),('17262','_transient_timeout_mm_spam_072ed0369f300fc5b2fb5a76f4e090b7','1443787654','no'),('17263','_transient_mm_spam_072ed0369f300fc5b2fb5a76f4e090b7','no','no'),('17264','_transient_timeout_mm_spam_cc6338fa58ffc099f3dca267e8d807b2','1443788153','no'),('17265','_transient_mm_spam_cc6338fa58ffc099f3dca267e8d807b2','no','no'),('17267','_transient_timeout_mm_spam_f7c37ab331f4dd091a162f36d53bade4','1443788322','no'),('17268','_transient_mm_spam_f7c37ab331f4dd091a162f36d53bade4','no','no'),('17271','_transient_timeout_mm_spam_025af1a5136bea235ed49494bfbdac3d','1443789774','no'),('17272','_transient_mm_spam_025af1a5136bea235ed49494bfbdac3d','no','no'),('17273','_transient_timeout_mm_spam_99a04fbe583ee9de23cc9362a83d32c2','1443790951','no'),('17274','_transient_mm_spam_99a04fbe583ee9de23cc9362a83d32c2','no','no'),('17275','_transient_timeout_mm_spam_1a216d6c33de53d83f9cad0a9d9a9b85','1443791230','no'),('17276','_transient_mm_spam_1a216d6c33de53d83f9cad0a9d9a9b85','no','no'),('17277','_transient_timeout_mm_spam_973783569f06317de576a7a918f865c8','1443791414','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17278','_transient_mm_spam_973783569f06317de576a7a918f865c8','no','no'),('17282','_transient_timeout_mm_spam_0224a92b72fa03147147554f99d55699','1443791927','no'),('17283','_transient_mm_spam_0224a92b72fa03147147554f99d55699','no','no'),('17286','_transient_timeout_mm_spam_8558904e35b182dc651b676951dd5401','1443792769','no'),('17287','_transient_mm_spam_8558904e35b182dc651b676951dd5401','no','no'),('17288','_transient_timeout_mm_spam_10bb9b35af945018444af0b538eb3f53','1443793777','no'),('17289','_transient_mm_spam_10bb9b35af945018444af0b538eb3f53','no','no'),('17290','_transient_timeout_mm_spam_5d9c0e57c3a410d8541736463fdd3a5b','1443793976','no'),('17291','_transient_mm_spam_5d9c0e57c3a410d8541736463fdd3a5b','no','no'),('17292','_transient_timeout_mm_spam_f369914fa434233e34bf23a97b7f702a','1443795163','no'),('17293','_transient_mm_spam_f369914fa434233e34bf23a97b7f702a','no','no'),('17295','_transient_timeout_mm_spam_bf5a4af9f11b463aa92fdbe99d36ce6c','1443795447','no'),('17296','_transient_mm_spam_bf5a4af9f11b463aa92fdbe99d36ce6c','no','no'),('17297','_transient_timeout_mm_spam_98976c1222ab3d6da3feb9eb466661c7','1443795545','no'),('17298','_transient_mm_spam_98976c1222ab3d6da3feb9eb466661c7','no','no'),('17299','_transient_timeout_mm_spam_057e4b066ff4d4e7d4a94b180b6264c5','1443796003','no'),('17300','_transient_mm_spam_057e4b066ff4d4e7d4a94b180b6264c5','no','no'),('17301','_transient_timeout_mm_spam_679f0706ebd2f35585f2340a3521f7f3','1443796156','no'),('17302','_transient_mm_spam_679f0706ebd2f35585f2340a3521f7f3','no','no'),('17303','_transient_timeout_mm_spam_e6040701416b272be7ecbe876c427497','1443796348','no'),('17304','_transient_mm_spam_e6040701416b272be7ecbe876c427497','no','no'),('17305','_transient_timeout_mm_spam_fdc28eadf2e909a55554975e9496c308','1443796838','no'),('17306','_transient_mm_spam_fdc28eadf2e909a55554975e9496c308','no','no'),('17307','_transient_timeout_mm_spam_4fe1295c9b421c55d081f1a9b9442bf9','1443796900','no'),('17308','_transient_mm_spam_4fe1295c9b421c55d081f1a9b9442bf9','no','no'),('17309','_transient_timeout_mm_spam_a936f2d3fefaa0b07516ba8f79a2d36e','1443797361','no'),('17310','_transient_mm_spam_a936f2d3fefaa0b07516ba8f79a2d36e','no','no'),('17311','_transient_timeout_mm_spam_3576c75c705e20b529ca8c1cd7c89de3','1443797587','no'),('17312','_transient_mm_spam_3576c75c705e20b529ca8c1cd7c89de3','no','no'),('17313','_transient_timeout_mm_spam_1c9df7eb04e7d76b46a1462e2f37c853','1443797782','no'),('17314','_transient_mm_spam_1c9df7eb04e7d76b46a1462e2f37c853','yes','no'),('17315','_transient_timeout_mm_spam_d223a872fff9840c2a4e6cf851399ad2','1443798317','no'),('17316','_transient_mm_spam_d223a872fff9840c2a4e6cf851399ad2','no','no'),('17317','_transient_timeout_mm_spam_c5de8df984fbe2cb6daab51988b48e5c','1443798453','no'),('17318','_transient_mm_spam_c5de8df984fbe2cb6daab51988b48e5c','no','no'),('17319','_transient_timeout_mm_spam_887eb6c0449c73f398763d6e25fe5ac8','1443798465','no'),('17320','_transient_mm_spam_887eb6c0449c73f398763d6e25fe5ac8','no','no'),('17322','_transient_timeout_mm_spam_78d6dd552e30aef05a5d014a00c440c3','1443799150','no'),('17323','_transient_mm_spam_78d6dd552e30aef05a5d014a00c440c3','no','no'),('17324','_transient_timeout_mm_spam_542ceb96d62dfa717130f3c9c5290c3f','1443799614','no'),('17325','_transient_mm_spam_542ceb96d62dfa717130f3c9c5290c3f','no','no'),('17326','_transient_timeout_mm_spam_96304f04b64f3320d44cf67cada523da','1443799909','no'),('17327','_transient_mm_spam_96304f04b64f3320d44cf67cada523da','no','no'),('17328','_transient_timeout_mm_spam_c1fdd2c9224d139d0a87bcf097fbd8c6','1443800086','no'),('17329','_transient_mm_spam_c1fdd2c9224d139d0a87bcf097fbd8c6','no','no'),('17330','_transient_timeout_mm_spam_21eab690c92389c817197cf82802a514','1443800360','no'),('17331','_transient_mm_spam_21eab690c92389c817197cf82802a514','no','no'),('17332','_transient_timeout_mm_spam_247bad6cb58a56c0ef1eb4549324528c','1443800396','no'),('17333','_transient_mm_spam_247bad6cb58a56c0ef1eb4549324528c','no','no'),('17334','_transient_timeout_mm_spam_dc1d3fa01a13096f3c05adb67a979cb7','1443800676','no'),('17335','_transient_mm_spam_dc1d3fa01a13096f3c05adb67a979cb7','no','no'),('17338','_transient_timeout_mm_spam_0dc2e494c6e81baa0bbc699591af0668','1443801321','no'),('17339','_transient_mm_spam_0dc2e494c6e81baa0bbc699591af0668','no','no'),('17342','_transient_timeout_mm_spam_69ce91057b496bd714a38bfdc7863943','1443801674','no'),('17343','_transient_mm_spam_69ce91057b496bd714a38bfdc7863943','no','no'),('17344','_transient_timeout_mm_spam_b6b04107785a630250a5e3ba76376756','1443802199','no'),('17345','_transient_mm_spam_b6b04107785a630250a5e3ba76376756','no','no'),('17346','_transient_timeout_mm_spam_d1887a494b1cdc3dcf666fcd49dd02b9','1443802480','no'),('17347','_transient_mm_spam_d1887a494b1cdc3dcf666fcd49dd02b9','no','no'),('17351','_transient_timeout_mm_spam_0c41329019e0bb0438334680035478da','1443802999','no'),('17352','_transient_mm_spam_0c41329019e0bb0438334680035478da','no','no'),('17358','_transient_timeout_mm_spam_09da21e60e5cccc03872ec4d93c56d83','1443804063','no'),('17359','_transient_mm_spam_09da21e60e5cccc03872ec4d93c56d83','no','no'),('17360','_transient_timeout_mm_spam_3b2125e1f3312641a4533ebad75773f4','1443804170','no'),('17361','_transient_mm_spam_3b2125e1f3312641a4533ebad75773f4','no','no'),('17362','_transient_timeout_mm_spam_19e34d2b30882c41954df1c8221464ae','1443804457','no'),('17363','_transient_mm_spam_19e34d2b30882c41954df1c8221464ae','no','no'),('17364','_transient_timeout_mm_spam_b987c87324c50de88480d32a654025a4','1443804649','no'),('17365','_transient_mm_spam_b987c87324c50de88480d32a654025a4','no','no'),('17366','_transient_timeout_mm_spam_bd30c203de5bd826444e4e14583077be','1443804877','no'),('17367','_transient_mm_spam_bd30c203de5bd826444e4e14583077be','no','no'),('17368','_transient_timeout_mm_spam_0be46f296236de80b9b42158d9ccfa8f','1443804926','no'),('17369','_transient_mm_spam_0be46f296236de80b9b42158d9ccfa8f','no','no'),('17370','_transient_timeout_mm_spam_e5f10efe9eed2d39e82baef9231f2d76','1443805180','no'),('17371','_transient_mm_spam_e5f10efe9eed2d39e82baef9231f2d76','no','no'),('17374','_transient_timeout_mm_spam_5f166bbba6b1d5a29cfba5260f42a74a','1443805827','no'),('17375','_transient_mm_spam_5f166bbba6b1d5a29cfba5260f42a74a','yes','no'),('17377','_transient_timeout_mm_spam_26a3d32a38ba378480b7d6d199518e9e','1443806456','no'),('17378','_transient_mm_spam_26a3d32a38ba378480b7d6d199518e9e','no','no'),('17379','_transient_timeout_mm_spam_f2bb2a344946198207bf50492343d95c','1443806604','no'),('17380','_transient_mm_spam_f2bb2a344946198207bf50492343d95c','no','no'),('17381','_transient_timeout_mm_spam_f2663c72b9d7d62d0d761d1031c63610','1443807155','no'),('17382','_transient_mm_spam_f2663c72b9d7d62d0d761d1031c63610','no','no'),('17383','_transient_timeout_mm_spam_2aac0f1f0388af15ce10b67dc532cb43','1443807670','no'),('17384','_transient_mm_spam_2aac0f1f0388af15ce10b67dc532cb43','no','no'),('17385','_transient_timeout_mm_spam_7b06f849160add2a1044d611558c54a3','1443807801','no'),('17386','_transient_mm_spam_7b06f849160add2a1044d611558c54a3','no','no'),('17387','_transient_timeout_mm_spam_d3740c6f07183d0e40fd74acd4c428fd','1443808109','no'),('17388','_transient_mm_spam_d3740c6f07183d0e40fd74acd4c428fd','no','no'),('17389','_transient_timeout_mm_spam_937941104a99375980415d5e0445a7e3','1443808184','no'),('17390','_transient_mm_spam_937941104a99375980415d5e0445a7e3','no','no'),('17391','_transient_timeout_mm_spam_92c13fcbb595a15cb79c1b69c60617a5','1443808513','no'),('17392','_transient_mm_spam_92c13fcbb595a15cb79c1b69c60617a5','no','no'),('17393','_transient_timeout_mm_spam_1ea1c1b500ddb91de61b365e6379cbea','1443808687','no'),('17394','_transient_mm_spam_1ea1c1b500ddb91de61b365e6379cbea','no','no'),('17395','_transient_timeout_mm_spam_8af74573dab927ba1a792eb52faecbc3','1443808907','no'),('17396','_transient_mm_spam_8af74573dab927ba1a792eb52faecbc3','no','no'),('17397','_transient_timeout_mm_spam_970b4b2198730a7d58ee996c7f15346a','1443809135','no'),('17398','_transient_mm_spam_970b4b2198730a7d58ee996c7f15346a','no','no'),('17400','_transient_timeout_mm_spam_811712630a813fed4af6ca55e4bfd50c','1443809430','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17401','_transient_mm_spam_811712630a813fed4af6ca55e4bfd50c','no','no'),('17403','_transient_timeout_mm_spam_ad4bd297e3934a23dac3f7f03c511ded','1443809779','no'),('17404','_transient_mm_spam_ad4bd297e3934a23dac3f7f03c511ded','no','no'),('17407','_transient_timeout_mm_spam_5eac4c84e84773250c47d645e350adc7','1443810705','no'),('17408','_transient_mm_spam_5eac4c84e84773250c47d645e350adc7','no','no'),('17409','_transient_timeout_mm_spam_edbdd57992200001757dfedfbdffb850','1443810810','no'),('17410','_transient_mm_spam_edbdd57992200001757dfedfbdffb850','no','no'),('17411','_transient_timeout_mm_spam_50008f69a5fc6f094fb86d6ed976aa89','1443811109','no'),('17412','_transient_mm_spam_50008f69a5fc6f094fb86d6ed976aa89','no','no'),('17413','_transient_timeout_mm_spam_b5ab6181f5479fc6fa963ecb6ebbe4a7','1443812190','no'),('17414','_transient_mm_spam_b5ab6181f5479fc6fa963ecb6ebbe4a7','no','no'),('17415','_transient_timeout_mm_spam_640360fde306ab275949f0ec242a3a47','1443812281','no'),('17416','_transient_mm_spam_640360fde306ab275949f0ec242a3a47','no','no'),('17419','_transient_timeout_mm_spam_556c449328384c7d725c5f6178c30800','1443812773','no'),('17420','_transient_mm_spam_556c449328384c7d725c5f6178c30800','no','no'),('17421','_transient_timeout_mm_spam_e33fabd7da5ecf3bd8495fcb22745d5f','1443812965','no'),('17422','_transient_mm_spam_e33fabd7da5ecf3bd8495fcb22745d5f','no','no'),('17424','_transient_timeout_mm_spam_7dd4ac88c90655d6f88e7d41d00cd9c5','1443813649','no'),('17425','_transient_mm_spam_7dd4ac88c90655d6f88e7d41d00cd9c5','no','no'),('17426','_transient_timeout_mm_spam_d0a370d8c795b23552c7a90a65d258c6','1443814148','no'),('17427','_transient_mm_spam_d0a370d8c795b23552c7a90a65d258c6','no','no'),('17428','_transient_timeout_mm_spam_98b19ca995f94b78a9e479bbb4756af9','1443814527','no'),('17429','_transient_mm_spam_98b19ca995f94b78a9e479bbb4756af9','no','no'),('17430','_transient_timeout_mm_spam_c7f4315e2012fda23a3c33a2a5cf3ac5','1443814708','no'),('17431','_transient_mm_spam_c7f4315e2012fda23a3c33a2a5cf3ac5','no','no'),('17434','_transient_timeout_mm_spam_94404344061e43b17028c16469ab2e1a','1443815194','no'),('17435','_transient_mm_spam_94404344061e43b17028c16469ab2e1a','no','no'),('17436','_transient_timeout_mm_spam_8798dbe3add95f14b7fb47c562750563','1443815247','no'),('17437','_transient_mm_spam_8798dbe3add95f14b7fb47c562750563','no','no'),('17440','_transient_timeout_mm_spam_c6a0f1944e90f78e6dd5ddd2c646acf1','1443815379','no'),('17441','_transient_mm_spam_c6a0f1944e90f78e6dd5ddd2c646acf1','no','no'),('17442','_transient_timeout_mm_spam_007644777fd69c23efe85b6fbbcb86e7','1443815613','no'),('17443','_transient_mm_spam_007644777fd69c23efe85b6fbbcb86e7','no','no'),('17444','_transient_timeout_mm_spam_960dca7d8e8258c37d94109769ae0fb3','1443815893','no'),('17445','_transient_mm_spam_960dca7d8e8258c37d94109769ae0fb3','no','no'),('17448','_transient_timeout_mm_spam_3c9702b3da746335abf17f89773c0505','1443816180','no'),('17449','_transient_mm_spam_3c9702b3da746335abf17f89773c0505','no','no'),('17451','_transient_timeout_mm_spam_8c52940a589c558f2ddfca70e8ff5c03','1443817355','no'),('17452','_transient_mm_spam_8c52940a589c558f2ddfca70e8ff5c03','no','no'),('17453','_transient_timeout_mm_spam_6efb8fba799b424e615e4a69646c700d','1443817406','no'),('17454','_transient_mm_spam_6efb8fba799b424e615e4a69646c700d','no','no'),('17455','_transient_timeout_mm_spam_5367ab8cc0f09a9e6dcd16f4125d5558','1443817756','no'),('17456','_transient_mm_spam_5367ab8cc0f09a9e6dcd16f4125d5558','no','no'),('17457','_transient_timeout_mm_spam_93dd3b3f61857fc8213fe92d80d092de','1443817803','no'),('17458','_transient_mm_spam_93dd3b3f61857fc8213fe92d80d092de','no','no'),('17459','_transient_timeout_mm_spam_1a726622dd40ef1a4738386c5b797db6','1443818024','no'),('17460','_transient_mm_spam_1a726622dd40ef1a4738386c5b797db6','no','no'),('17461','_transient_timeout_mm_spam_510e14accb7809ae222eb2ce932d873d','1443818195','no'),('17462','_transient_mm_spam_510e14accb7809ae222eb2ce932d873d','no','no'),('17463','_transient_timeout_mm_spam_6155e928003d9f62209a626b78544e95','1443818342','no'),('17464','_transient_mm_spam_6155e928003d9f62209a626b78544e95','no','no'),('17465','_transient_timeout_mm_spam_fcaa00fa3ec4458984211b9fd9694f19','1443818447','no'),('17466','_transient_mm_spam_fcaa00fa3ec4458984211b9fd9694f19','no','no'),('17467','_transient_timeout_mm_spam_279415025eb7aa48c83f14a2b6213f78','1443818517','no'),('17468','_transient_mm_spam_279415025eb7aa48c83f14a2b6213f78','no','no'),('17469','_transient_timeout_mm_spam_33f0901ac7a4fcf1f9e51eef896e465b','1443818698','no'),('17470','_transient_mm_spam_33f0901ac7a4fcf1f9e51eef896e465b','no','no'),('17471','_transient_timeout_mm_spam_2723d2343f697ca34acc6e7156413ef2','1443819312','no'),('17472','_transient_mm_spam_2723d2343f697ca34acc6e7156413ef2','no','no'),('17473','_transient_timeout_mm_spam_14ca991b796ea80fd42abd8ac715e0b5','1443819593','no'),('17474','_transient_mm_spam_14ca991b796ea80fd42abd8ac715e0b5','no','no'),('17477','_transient_timeout_mm_spam_1952483feaef9231e700b703b85a9a84','1443820072','no'),('17478','_transient_mm_spam_1952483feaef9231e700b703b85a9a84','no','no'),('17479','_transient_timeout_mm_spam_11bc1122acb2e35e3e0c2d4d638a2551','1443820281','no'),('17480','_transient_mm_spam_11bc1122acb2e35e3e0c2d4d638a2551','no','no'),('17481','_transient_timeout_mm_spam_dbd05c53a30a451c6a35b962d855abdb','1443820287','no'),('17482','_transient_mm_spam_dbd05c53a30a451c6a35b962d855abdb','no','no'),('17483','_transient_timeout_mm_spam_d77b3d2872db459e1ec237555b00b6ce','1443820465','no'),('17484','_transient_mm_spam_d77b3d2872db459e1ec237555b00b6ce','no','no'),('17486','_transient_timeout_mm_spam_239ffab104bc80aeec6ac009543e1ced','1443820695','no'),('17487','_transient_mm_spam_239ffab104bc80aeec6ac009543e1ced','no','no'),('17488','_transient_timeout_mm_spam_c06631e5d079d3ea58880b605547f94e','1443820702','no'),('17489','_transient_mm_spam_c06631e5d079d3ea58880b605547f94e','no','no'),('17490','_transient_timeout_mm_spam_758f2a2227bed3155e3aa5cefb36f178','1443820761','no'),('17491','_transient_mm_spam_758f2a2227bed3155e3aa5cefb36f178','no','no'),('17492','_transient_timeout_mm_spam_4706a867969ca66b6bf475fbb68686f4','1443820782','no'),('17493','_transient_mm_spam_4706a867969ca66b6bf475fbb68686f4','no','no'),('17494','_transient_timeout_mm_spam_a025ee8973eb9fd55db67a77b8695f94','1443821184','no'),('17495','_transient_mm_spam_a025ee8973eb9fd55db67a77b8695f94','no','no'),('17496','_transient_timeout_mm_spam_f230d50cb948b52242ee5ccb880b99ff','1443821242','no'),('17497','_transient_mm_spam_f230d50cb948b52242ee5ccb880b99ff','no','no'),('17498','_transient_timeout_mm_spam_2060c24f03cbd7d82ab149d5b69b0630','1443822290','no'),('17499','_transient_mm_spam_2060c24f03cbd7d82ab149d5b69b0630','no','no'),('17500','_transient_timeout_mm_spam_11e26ca7c100e81f70c50af1ef533046','1443822397','no'),('17501','_transient_mm_spam_11e26ca7c100e81f70c50af1ef533046','no','no'),('17502','_transient_timeout_mm_spam_6df5fb960f6792fb779d4777cf0d988b','1443822550','no'),('17503','_transient_mm_spam_6df5fb960f6792fb779d4777cf0d988b','no','no'),('17504','_transient_timeout_mm_spam_a155f05612c73006dd6fc4752bc13c13','1443823953','no'),('17505','_transient_mm_spam_a155f05612c73006dd6fc4752bc13c13','no','no'),('17506','_transient_timeout_mm_spam_f6448fb59ee1796a42bb1d87543b4ba5','1443823956','no'),('17507','_transient_mm_spam_f6448fb59ee1796a42bb1d87543b4ba5','no','no'),('17508','_transient_timeout_mm_spam_7e32052c2b1fa3ef8bab0abaf39e1392','1443824144','no'),('17509','_transient_mm_spam_7e32052c2b1fa3ef8bab0abaf39e1392','no','no'),('17511','_transient_timeout_mm_spam_65076caf626c335feab8cc23be728d52','1443824539','no'),('17512','_transient_mm_spam_65076caf626c335feab8cc23be728d52','no','no'),('17516','_transient_timeout_mm_spam_40659d655f031730597824ce6ccd5301','1443824713','no'),('17517','_transient_mm_spam_40659d655f031730597824ce6ccd5301','no','no'),('17521','rewrite_rules','a:181:{s:40:\"(?:event)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:56:\"index.php?tribe_events=$matches[1]&eventDate=$matches[2]\";s:28:\"(?:event)/([^/]+)/(?:all)/?$\";s:74:\"index.php?tribe_events=$matches[1]&post_type=tribe_events&eventDisplay=all\";s:45:\"(?:event)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:63:\"index.php?tribe_events=$matches[1]&eventDate=$matches[2]&ical=1\";s:25:\"(?:event)/([^/]+)/ical/?$\";s:56:\"index.php?ical=1&name=$matches[1]&post_type=tribe_events\";s:28:\"(?:events)/(?:page)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:38:\"(?:events)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=tribe_events&eventDisplay=list&feed=$matches[1]\";s:23:\"(?:events)/(?:month)/?$\";s:51:\"index.php?post_type=tribe_events&eventDisplay=month\";s:37:\"(?:events)/(?:list)/(?:page)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:22:\"(?:events)/(?:list)/?$\";s:50:\"index.php?post_type=tribe_events&eventDisplay=list\";s:23:\"(?:events)/(?:today)/?$\";s:49:\"index.php?post_type=tribe_events&eventDisplay=day\";s:27:\"(?:events)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:33:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]\";s:13:\"(?:events)/?$\";s:53:\"index.php?post_type=tribe_events&eventDisplay=default\";s:18:\"(?:events)/ical/?$\";s:39:\"index.php?post_type=tribe_events&ical=1\";s:38:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:78:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]\";s:60:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:month)/?$\";s:80:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month\";s:69:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:54:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:today)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day\";s:73:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:59:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/?$\";s:102:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:65:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&feed=rss2\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/ical/?$\";s:68:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&ical=1\";s:75:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&feed=$matches[2]\";s:45:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:44:\"(?:events)/(?:tag)/([^/]+)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:month)/?$\";s:67:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month\";s:53:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:38:\"(?:events)/(?:tag)/([^/]+)/(?:list)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:today)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day\";s:57:\"(?:events)/(?:tag)/([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:43:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2})/?$\";s:89:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:49:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:34:\"(?:events)/(?:tag)/([^/]+)/feed/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2\";s:34:\"(?:events)/(?:tag)/([^/]+)/ical/?$\";s:55:\"index.php?post_type=tribe_events&tag=$matches[1]&ical=1\";s:59:\"(?:events)/(?:tag)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&feed=$matches[2]\";s:29:\"(?:events)/(?:tag)/([^/]+)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:8:\"event/?$\";s:32:\"index.php?post_type=tribe_events\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=tribe_events&paged=$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:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"event/([^/]+)/trackback/?$\";s:39:\"index.php?tribe_events=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&cpage=$matches[2]\";s:26:\"event/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?tribe_events=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"venue/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"venue/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"venue/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"venue/([^/]+)/trackback/?$\";s:38:\"index.php?tribe_venue=$matches[1]&tb=1\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&paged=$matches[2]\";s:41:\"venue/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&cpage=$matches[2]\";s:26:\"venue/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?tribe_venue=$matches[1]&page=$matches[2]\";s:22:\"venue/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"venue/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"venue/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"organizer/([^/]+)/trackback/?$\";s:42:\"index.php?tribe_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&cpage=$matches[2]\";s:30:\"organizer/([^/]+)(/[0-9]+)?/?$\";s:54:\"index.php?tribe_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"events/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:49:\"events/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:42:\"events/category/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tribe_events_cat=$matches[1]&paged=$matches[2]\";s:24:\"events/category/(.+?)/?$\";s:38:\"index.php?tribe_events_cat=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio-item/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:53:\"portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:46:\"portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:28:\"portfolio_entries/([^/]+)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:42:\"index.php?&page_id=16019&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s: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:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s: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: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:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),('17522','_transient_timeout_mm_spam_9e8a0952cb7c79d1ab9a0df13e4a71d0','1443825304','no'),('17523','_transient_mm_spam_9e8a0952cb7c79d1ab9a0df13e4a71d0','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17526','_transient_timeout_mm_spam_58c4300f91030dd656747580a64f1db2','1443825668','no'),('17527','_transient_mm_spam_58c4300f91030dd656747580a64f1db2','no','no'),('17528','_transient_timeout_mm_spam_a4bbda872e160953452e6421a0c3786f','1443825682','no'),('17529','_transient_mm_spam_a4bbda872e160953452e6421a0c3786f','no','no'),('17530','_transient_timeout_mm_spam_903c6f5e2d3f8b541f2dcef7bc58e1a7','1443825730','no'),('17531','_transient_mm_spam_903c6f5e2d3f8b541f2dcef7bc58e1a7','no','no'),('17532','_transient_timeout_mm_spam_a80ec694419e2ef9bb4e0e7f87bb5e62','1443825975','no'),('17533','_transient_mm_spam_a80ec694419e2ef9bb4e0e7f87bb5e62','no','no'),('17534','_transient_timeout_mm_spam_9cb200e6be50c7d4df5731c28ec0f57a','1443826077','no'),('17535','_transient_mm_spam_9cb200e6be50c7d4df5731c28ec0f57a','no','no'),('17536','_transient_timeout_mm_spam_63dcb35f13cd49160ec4720f46fe6a30','1443826078','no'),('17537','_transient_mm_spam_63dcb35f13cd49160ec4720f46fe6a30','no','no'),('17538','_transient_timeout_mm_spam_68cbce461d4f45e08d49dbaf24f3477b','1443826112','no'),('17539','_transient_mm_spam_68cbce461d4f45e08d49dbaf24f3477b','no','no'),('17540','_transient_timeout_mm_spam_b134fa4c6d037329a6ace95e0bd56b80','1443827324','no'),('17541','_transient_mm_spam_b134fa4c6d037329a6ace95e0bd56b80','no','no'),('17542','_transient_timeout_mm_spam_d6adf95df9b45683b7159cfdb86eb504','1443827489','no'),('17543','_transient_mm_spam_d6adf95df9b45683b7159cfdb86eb504','no','no'),('17544','_transient_timeout_mm_spam_b3eb6a394cf3949f7719bb4008e69509','1443827704','no'),('17545','_transient_mm_spam_b3eb6a394cf3949f7719bb4008e69509','no','no'),('17547','_transient_timeout_mm_spam_5477324b2b67d9ee703554e6f2081540','1443828005','no'),('17548','_transient_mm_spam_5477324b2b67d9ee703554e6f2081540','no','no'),('17549','_transient_timeout_mm_spam_bbc6b7734a9753fe54eaf5f096f39d4a','1443828085','no'),('17550','_transient_mm_spam_bbc6b7734a9753fe54eaf5f096f39d4a','no','no'),('17551','_transient_timeout_mm_spam_0e089e1aa714d50b94d910e391c542fa','1443828295','no'),('17552','_transient_mm_spam_0e089e1aa714d50b94d910e391c542fa','no','no'),('17553','_transient_timeout_mm_spam_2c4deaa420176afadf3d7719301b86b1','1443828376','no'),('17554','_transient_mm_spam_2c4deaa420176afadf3d7719301b86b1','no','no'),('17555','_transient_timeout_mm_spam_56b3fa56c7cd1b243b570f0394a8c695','1443828413','no'),('17556','_transient_mm_spam_56b3fa56c7cd1b243b570f0394a8c695','no','no'),('17559','_transient_timeout_mm_spam_e4282cad51daae2ee20eca75831ae4bf','1443828766','no'),('17560','_transient_mm_spam_e4282cad51daae2ee20eca75831ae4bf','no','no'),('17561','_transient_timeout_mm_spam_248fbf4c01bf6b4d7fc29fe8579b75fa','1443829350','no'),('17562','_transient_mm_spam_248fbf4c01bf6b4d7fc29fe8579b75fa','no','no'),('17565','_transient_timeout_mm_spam_dc3f00c281dcdf3e9d325374cdf2ef74','1443829643','no'),('17566','_transient_mm_spam_dc3f00c281dcdf3e9d325374cdf2ef74','no','no'),('17567','_transient_timeout_mm_spam_829c42b05bdda6442241b5b0fc02a191','1443830051','no'),('17568','_transient_mm_spam_829c42b05bdda6442241b5b0fc02a191','no','no'),('17569','_transient_timeout_mm_spam_10cd57c7a7de6c92ea60ef328338654a','1443830387','no'),('17570','_transient_mm_spam_10cd57c7a7de6c92ea60ef328338654a','no','no'),('17574','_transient_timeout_mm_spam_704f11d9b9362b0479c38526c48c0f05','1443830813','no'),('17575','_transient_mm_spam_704f11d9b9362b0479c38526c48c0f05','no','no'),('17576','_transient_timeout_mm_spam_a350b68369ce937df09aa21460136648','1443830953','no'),('17577','_transient_mm_spam_a350b68369ce937df09aa21460136648','no','no'),('17578','_transient_timeout_mm_spam_4b6f0ba027805fabe64ce0b3c5d568d7','1443831078','no'),('17579','_transient_mm_spam_4b6f0ba027805fabe64ce0b3c5d568d7','no','no'),('17580','_transient_timeout_mm_spam_2f2c59416cae40249cc7a0dec6859cb2','1443831262','no'),('17581','_transient_mm_spam_2f2c59416cae40249cc7a0dec6859cb2','no','no'),('17582','_transient_timeout_mm_spam_703a56787c54229d477f9e9b5d2a9868','1443831268','no'),('17583','_transient_mm_spam_703a56787c54229d477f9e9b5d2a9868','no','no'),('17585','_transient_timeout_mm_spam_012774ed7f4bb8bca2cdb014886628a2','1443831477','no'),('17586','_transient_mm_spam_012774ed7f4bb8bca2cdb014886628a2','no','no'),('17587','_transient_timeout_mm_spam_32e1410c410da64abdf11b5c5ef1b153','1443831804','no'),('17588','_transient_mm_spam_32e1410c410da64abdf11b5c5ef1b153','no','no'),('17589','_transient_timeout_mm_spam_2718a5df618c054605e36263f20d6411','1443831986','no'),('17590','_transient_mm_spam_2718a5df618c054605e36263f20d6411','no','no'),('17591','_transient_timeout_mm_spam_61f97b32c7da94905cc1f4c1a9f745ee','1443832223','no'),('17592','_transient_mm_spam_61f97b32c7da94905cc1f4c1a9f745ee','no','no'),('17593','_transient_timeout_mm_spam_e7822a2a2f5358b3e456b3010c01d980','1443832782','no'),('17594','_transient_mm_spam_e7822a2a2f5358b3e456b3010c01d980','no','no'),('17595','_transient_timeout_mm_spam_5cb65942cc8294d42886f0f270532d8a','1443833042','no'),('17596','_transient_mm_spam_5cb65942cc8294d42886f0f270532d8a','no','no'),('17597','_transient_timeout_mm_spam_da859b27a88c96016c4dcf222aa4c944','1443833606','no'),('17598','_transient_mm_spam_da859b27a88c96016c4dcf222aa4c944','no','no'),('17599','_transient_timeout_mm_spam_9d9db5e6365362fa7eb2e4b005326cd1','1443833718','no'),('17600','_transient_mm_spam_9d9db5e6365362fa7eb2e4b005326cd1','no','no'),('17601','_transient_timeout_mm_spam_c2fb61a28b832030ea14194717d3e108','1443834100','no'),('17602','_transient_mm_spam_c2fb61a28b832030ea14194717d3e108','no','no'),('17603','_transient_timeout_mm_spam_c9ecfc8e1f9ebf92992b13c9a8e88549','1443834416','no'),('17604','_transient_mm_spam_c9ecfc8e1f9ebf92992b13c9a8e88549','no','no'),('17605','_transient_timeout_mm_spam_fd1bed518d7cf2d9b6429fc7d35b43ae','1443834697','no'),('17606','_transient_mm_spam_fd1bed518d7cf2d9b6429fc7d35b43ae','no','no'),('17608','_transient_timeout_mm_spam_43ce58dd71c9eee2c998faa9df8c506e','1443835085','no'),('17609','_transient_mm_spam_43ce58dd71c9eee2c998faa9df8c506e','no','no'),('17610','_transient_timeout_mm_spam_0b46af9cd502f8533bd8bfda27a3d83f','1443835331','no'),('17611','_transient_mm_spam_0b46af9cd502f8533bd8bfda27a3d83f','no','no'),('17612','_transient_timeout_mm_spam_eab2b691c1b6734d8c9446b03555b9dd','1443835422','no'),('17613','_transient_mm_spam_eab2b691c1b6734d8c9446b03555b9dd','no','no'),('17614','_transient_timeout_mm_spam_0dfbf2e3d5c8d7e3a4fb88a51d6e1eee','1443835694','no'),('17615','_transient_mm_spam_0dfbf2e3d5c8d7e3a4fb88a51d6e1eee','no','no'),('17616','_transient_timeout_mm_spam_1c12bb433b306bdcde498b065958d941','1443835828','no'),('17617','_transient_mm_spam_1c12bb433b306bdcde498b065958d941','no','no'),('17618','_transient_timeout_mm_spam_46ccfb6fc1e40196111744e5e0f11533','1443836026','no'),('17619','_transient_mm_spam_46ccfb6fc1e40196111744e5e0f11533','no','no'),('17624','_transient_timeout_mm_spam_b98c4fcad16580edf0e4a16427de9d26','1443837171','no'),('17625','_transient_mm_spam_b98c4fcad16580edf0e4a16427de9d26','no','no'),('17626','_transient_timeout_mm_spam_4a4681886d7f7309b779512d1ea4a4fb','1443837330','no'),('17627','_transient_mm_spam_4a4681886d7f7309b779512d1ea4a4fb','no','no'),('17628','_transient_timeout_mm_spam_835b89553fba2daa1dd740b1ce513b62','1443837340','no'),('17629','_transient_mm_spam_835b89553fba2daa1dd740b1ce513b62','no','no'),('17630','_transient_timeout_mm_spam_04a58ea08961dcd0f9264b3726af376f','1443837385','no'),('17631','_transient_mm_spam_04a58ea08961dcd0f9264b3726af376f','no','no'),('17632','_transient_timeout_mm_spam_254adb75be12fb1cae5e9da21a92cc6c','1443837806','no'),('17633','_transient_mm_spam_254adb75be12fb1cae5e9da21a92cc6c','no','no'),('17634','_transient_timeout_mm_spam_801a4b951b87daf60b1e0c59c72df736','1443837828','no'),('17635','_transient_mm_spam_801a4b951b87daf60b1e0c59c72df736','no','no'),('17636','_transient_timeout_mm_spam_1f5e8548a17ee290cbadbffaa6227131','1443838018','no'),('17637','_transient_mm_spam_1f5e8548a17ee290cbadbffaa6227131','no','no'),('17638','_transient_timeout_mm_spam_29a6d93b8145718c0adfa20a419aa8a7','1443838151','no'),('17639','_transient_mm_spam_29a6d93b8145718c0adfa20a419aa8a7','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17640','_transient_timeout_mm_spam_cbfa606e02c9e7ff6151fbf0c9f2509c','1443838247','no'),('17641','_transient_mm_spam_cbfa606e02c9e7ff6151fbf0c9f2509c','no','no'),('17642','_transient_timeout_mm_spam_909599e27d3496df194b97638eada55e','1443838485','no'),('17643','_transient_mm_spam_909599e27d3496df194b97638eada55e','no','no'),('17645','_transient_timeout_mm_spam_4285010b8572ca50a524d633c7efa09a','1443838787','no'),('17646','_transient_mm_spam_4285010b8572ca50a524d633c7efa09a','no','no'),('17647','_transient_timeout_mm_spam_db9a7da5739d6973e1dea3f87a4f904c','1443838814','no'),('17648','_transient_mm_spam_db9a7da5739d6973e1dea3f87a4f904c','no','no'),('17649','_transient_timeout_mm_spam_01be039b5d535abfcee3fe9f5572a23b','1443839420','no'),('17650','_transient_mm_spam_01be039b5d535abfcee3fe9f5572a23b','no','no'),('17651','_transient_timeout_mm_spam_68aeb1f4a91f2c47233dbf27e6f46699','1443839756','no'),('17652','_transient_mm_spam_68aeb1f4a91f2c47233dbf27e6f46699','no','no'),('17653','_transient_timeout_mm_spam_d350aaa3d0632f0ceae07d180acda0f9','1443839889','no'),('17654','_transient_mm_spam_d350aaa3d0632f0ceae07d180acda0f9','no','no'),('17655','_transient_timeout_mm_spam_f9e7218e0f44c33dc1adc4371a76f9d2','1443840039','no'),('17656','_transient_mm_spam_f9e7218e0f44c33dc1adc4371a76f9d2','no','no'),('17657','_transient_timeout_mm_spam_90f57e63274c57420b0baa5e09380eaa','1443840135','no'),('17658','_transient_mm_spam_90f57e63274c57420b0baa5e09380eaa','no','no'),('17659','_transient_timeout_mm_spam_bd15f68f5a534672737709399cc8853d','1443840188','no'),('17660','_transient_mm_spam_bd15f68f5a534672737709399cc8853d','no','no'),('17661','_transient_timeout_mm_spam_31062536f5dc479ea2a77f98ad4c6367','1443840647','no'),('17662','_transient_mm_spam_31062536f5dc479ea2a77f98ad4c6367','no','no'),('17663','_transient_timeout_mm_spam_1c2d6341b99e020fd4429c2b257a1b9a','1443840843','no'),('17664','_transient_mm_spam_1c2d6341b99e020fd4429c2b257a1b9a','no','no'),('17665','_transient_timeout_mm_spam_a2dd67abaf9de6103e91feb97dd2f219','1443841115','no'),('17666','_transient_mm_spam_a2dd67abaf9de6103e91feb97dd2f219','no','no'),('17667','_transient_timeout_mm_spam_f9318f780314c637c712dbd6c390d67e','1443841681','no'),('17668','_transient_mm_spam_f9318f780314c637c712dbd6c390d67e','no','no'),('17669','_transient_timeout_mm_spam_0f81a70a7a83da838e6bc6db6cd2ca53','1443841909','no'),('17670','_transient_mm_spam_0f81a70a7a83da838e6bc6db6cd2ca53','no','no'),('17672','_transient_timeout_mm_spam_3b8af9b7e466b7d313621ee45261641a','1443843429','no'),('17673','_transient_mm_spam_3b8af9b7e466b7d313621ee45261641a','no','no'),('17674','_transient_timeout_mm_spam_78e9ecb6cccb7bc80020d3eec71240f0','1443843670','no'),('17675','_transient_mm_spam_78e9ecb6cccb7bc80020d3eec71240f0','no','no'),('17676','_transient_timeout_mm_spam_ca15af294d73d5e3e282811ff509f700','1443843925','no'),('17677','_transient_mm_spam_ca15af294d73d5e3e282811ff509f700','no','no'),('17684','_transient_timeout_mm_spam_f5e38e9be27eb225e989c4d508f1b919','1443844753','no'),('17685','_transient_mm_spam_f5e38e9be27eb225e989c4d508f1b919','no','no'),('17686','_transient_timeout_mm_spam_81131d6c8f8f3eafa780e0d0a8f0d2be','1443844970','no'),('17687','_transient_mm_spam_81131d6c8f8f3eafa780e0d0a8f0d2be','no','no'),('17688','_transient_timeout_mm_spam_3ca899bfc54b549aca385d9062df68ed','1443845141','no'),('17689','_transient_mm_spam_3ca899bfc54b549aca385d9062df68ed','no','no'),('17690','_transient_timeout_mm_spam_137f4c355e5ac1638e90ce49868fd9bb','1443845304','no'),('17691','_transient_mm_spam_137f4c355e5ac1638e90ce49868fd9bb','no','no'),('17692','_transient_timeout_mm_spam_3097349a87b19fd6027c008622a603e1','1443845315','no'),('17693','_transient_mm_spam_3097349a87b19fd6027c008622a603e1','no','no'),('17694','_transient_timeout_mm_spam_73ba4badcfa6f0d52fba1094a2dc29c5','1443845330','no'),('17695','_transient_mm_spam_73ba4badcfa6f0d52fba1094a2dc29c5','no','no'),('17697','_transient_timeout_mm_spam_f1dbf87cd509b3f1219c7791bfc76eb7','1443845869','no'),('17698','_transient_mm_spam_f1dbf87cd509b3f1219c7791bfc76eb7','no','no'),('17699','_transient_timeout_mm_spam_78cc381ab44b67bcbab6699e368dfd8c','1443846322','no'),('17700','_transient_mm_spam_78cc381ab44b67bcbab6699e368dfd8c','no','no'),('17703','_transient_timeout_mm_spam_75913ed375f4b30bd430bb7c5475d43c','1443846556','no'),('17704','_transient_mm_spam_75913ed375f4b30bd430bb7c5475d43c','no','no'),('17705','_transient_timeout_mm_spam_6f1195291ab0e3ade7217169b7fb282e','1443846880','no'),('17706','_transient_mm_spam_6f1195291ab0e3ade7217169b7fb282e','no','no'),('17707','_transient_timeout_mm_spam_166dc98d955d6f842421ff1b1bf1450d','1443847855','no'),('17708','_transient_mm_spam_166dc98d955d6f842421ff1b1bf1450d','no','no'),('17709','_transient_timeout_mm_spam_04a0ec8b70b2c1ac8f0807e08759a7cf','1443847858','no'),('17710','_transient_mm_spam_04a0ec8b70b2c1ac8f0807e08759a7cf','no','no'),('17711','_transient_timeout_mm_spam_a263e2f0b7da354560b3a909817cb768','1443848250','no'),('17712','_transient_mm_spam_a263e2f0b7da354560b3a909817cb768','no','no'),('17713','_transient_timeout_mm_spam_573c2601ecc7f89f320a365d91878c9b','1443848785','no'),('17714','_transient_mm_spam_573c2601ecc7f89f320a365d91878c9b','no','no'),('17715','_transient_timeout_mm_spam_6a3e4a58c9943f475b301e1bf2e14daf','1443848789','no'),('17716','_transient_mm_spam_6a3e4a58c9943f475b301e1bf2e14daf','no','no'),('17717','_transient_timeout_mm_spam_a0de9024ec8755bb62e039fac907783c','1443848824','no'),('17718','_transient_mm_spam_a0de9024ec8755bb62e039fac907783c','no','no'),('17719','_transient_timeout_mm_spam_dd39be6e04847154e25b8ebe7620e9e7','1443848843','no'),('17720','_transient_mm_spam_dd39be6e04847154e25b8ebe7620e9e7','no','no'),('17722','_transient_timeout_mm_spam_cca99048695b2e50e4eb4332add85e07','1443849441','no'),('17723','_transient_mm_spam_cca99048695b2e50e4eb4332add85e07','no','no'),('17724','_transient_timeout_mm_spam_bc54895c83ef90135a95ff020631cb76','1443849475','no'),('17725','_transient_mm_spam_bc54895c83ef90135a95ff020631cb76','no','no'),('17727','_transient_timeout_mm_spam_cc73599c90f1a55588c7120b30c901af','1443850117','no'),('17728','_transient_mm_spam_cc73599c90f1a55588c7120b30c901af','no','no'),('17729','_transient_timeout_mm_spam_6e4b2a479a480ab5d0e6a26e20e99e1a','1443850148','no'),('17730','_transient_mm_spam_6e4b2a479a480ab5d0e6a26e20e99e1a','no','no'),('17735','_transient_timeout_mm_spam_5999678f1f6c9d7eb6df33073d4c2f90','1443850551','no'),('17736','_transient_mm_spam_5999678f1f6c9d7eb6df33073d4c2f90','no','no'),('17737','_transient_timeout_mm_spam_ff0e102c4559bb67b8fd3c2a07ec4da0','1443851263','no'),('17738','_transient_mm_spam_ff0e102c4559bb67b8fd3c2a07ec4da0','no','no'),('17739','_transient_timeout_mm_spam_4da1f5c17e1031d1afbe4fc84928b526','1443851760','no'),('17740','_transient_mm_spam_4da1f5c17e1031d1afbe4fc84928b526','no','no'),('17741','_transient_timeout_mm_spam_2c67f186bb7af138272d8d3892bdeec4','1443852362','no'),('17742','_transient_mm_spam_2c67f186bb7af138272d8d3892bdeec4','no','no'),('17748','_transient_timeout_mm_spam_475825e27a82a40a0681652c54c4d271','1443853030','no'),('17749','_transient_mm_spam_475825e27a82a40a0681652c54c4d271','no','no'),('17750','_transient_timeout_mm_spam_134049232bfce89e7360b8d8b680d7c9','1443853669','no'),('17751','_transient_mm_spam_134049232bfce89e7360b8d8b680d7c9','no','no'),('17752','_transient_timeout_mm_spam_38ebbfe86e220401e74728ce5a0d95d7','1443853819','no'),('17753','_transient_mm_spam_38ebbfe86e220401e74728ce5a0d95d7','no','no'),('17754','_transient_timeout_mm_spam_44a2c88e4604c17456a0ff5f13a760c1','1443853863','no'),('17755','_transient_mm_spam_44a2c88e4604c17456a0ff5f13a760c1','no','no'),('17756','_transient_timeout_mm_spam_02a4f98ef359d63f036f9e201537b8d2','1443854326','no'),('17757','_transient_mm_spam_02a4f98ef359d63f036f9e201537b8d2','no','no'),('17758','_transient_timeout_mm_spam_a6af69472d14d5db5db3f7e29b53a865','1443854928','no'),('17759','_transient_mm_spam_a6af69472d14d5db5db3f7e29b53a865','no','no'),('17760','_transient_timeout_mm_spam_9120fd7c8ae3cb7df8db6aaddf27bb29','1443854965','no'),('17761','_transient_mm_spam_9120fd7c8ae3cb7df8db6aaddf27bb29','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17762','_transient_timeout_mm_spam_1697b1e19866be00455940c68a3257e9','1443855052','no'),('17763','_transient_mm_spam_1697b1e19866be00455940c68a3257e9','no','no'),('17764','_transient_timeout_mm_spam_f83c0abaab625b35f781bd48c839361d','1443855398','no'),('17765','_transient_mm_spam_f83c0abaab625b35f781bd48c839361d','no','no'),('17769','_transient_timeout_mm_spam_5c12eca2a17ae306a9d68b98cef6006d','1443856702','no'),('17770','_transient_mm_spam_5c12eca2a17ae306a9d68b98cef6006d','no','no'),('17771','_transient_timeout_mm_spam_ec1d340697dd3d79ae192cb91ffd4b06','1443857399','no'),('17772','_transient_mm_spam_ec1d340697dd3d79ae192cb91ffd4b06','no','no'),('17775','_transient_timeout_mm_spam_c4127e6c69a30b2539ab13a991788275','1443857900','no'),('17776','_transient_mm_spam_c4127e6c69a30b2539ab13a991788275','no','no'),('17777','_transient_timeout_mm_spam_5280b7c63168edf55a513de79aac5d80','1443858169','no'),('17778','_transient_mm_spam_5280b7c63168edf55a513de79aac5d80','no','no'),('17779','_transient_timeout_mm_spam_b716e35c5cd10837e15ea216dcbe5e7f','1443858387','no'),('17780','_transient_mm_spam_b716e35c5cd10837e15ea216dcbe5e7f','no','no'),('17781','_transient_timeout_mm_spam_0ac3c4f243dc29f0fddcaf705135eaed','1443859011','no'),('17782','_transient_mm_spam_0ac3c4f243dc29f0fddcaf705135eaed','no','no'),('17783','_transient_timeout_mm_spam_8dbd0c8bc717baae96a5179ae5c40c17','1443859342','no'),('17784','_transient_mm_spam_8dbd0c8bc717baae96a5179ae5c40c17','no','no'),('17788','_transient_timeout_mm_spam_938aa9cc3529a98dab339758492458f5','1443860517','no'),('17789','_transient_mm_spam_938aa9cc3529a98dab339758492458f5','no','no'),('17790','_transient_timeout_mm_spam_2005a7a680b7a03ad0e327cce13b9de0','1443860817','no'),('17791','_transient_mm_spam_2005a7a680b7a03ad0e327cce13b9de0','no','no'),('17792','_transient_timeout_mm_spam_1d59372e07424413b05eecefa1b4287b','1443860834','no'),('17793','_transient_mm_spam_1d59372e07424413b05eecefa1b4287b','no','no'),('17794','_transient_timeout_mm_spam_3c76bb307121e8e6fee0dd5bb2e14703','1443861053','no'),('17795','_transient_mm_spam_3c76bb307121e8e6fee0dd5bb2e14703','no','no'),('17796','_transient_timeout_mm_spam_aa344774ed3ad289f8dc07ddace04a8b','1443861168','no'),('17797','_transient_mm_spam_aa344774ed3ad289f8dc07ddace04a8b','no','no'),('17798','_transient_timeout_mm_spam_7dabcafae9fd6f11dfb5e39c0f580ab1','1443861808','no'),('17799','_transient_mm_spam_7dabcafae9fd6f11dfb5e39c0f580ab1','no','no'),('17800','_transient_timeout_mm_spam_a01290b90a123d6be1f75034f23c0b1e','1443861904','no'),('17801','_transient_mm_spam_a01290b90a123d6be1f75034f23c0b1e','no','no'),('17802','_transient_timeout_mm_spam_1f79bc6467017545e597719e202e154a','1443862077','no'),('17803','_transient_mm_spam_1f79bc6467017545e597719e202e154a','no','no'),('17804','_transient_timeout_mm_spam_c7f4a9b4be75499a0410c53d2f709edc','1443862490','no'),('17805','_transient_mm_spam_c7f4a9b4be75499a0410c53d2f709edc','no','no'),('17806','_transient_timeout_mm_spam_5559e44959a895abcc8ae40f046d42e5','1443862690','no'),('17807','_transient_mm_spam_5559e44959a895abcc8ae40f046d42e5','no','no'),('17808','_transient_timeout_mm_spam_c83fcd3d0fd476a03622d59a4242cde0','1443862961','no'),('17809','_transient_mm_spam_c83fcd3d0fd476a03622d59a4242cde0','no','no'),('17810','_transient_timeout_mm_spam_9fee7df85225416f42da2ba9e6a9d825','1443862991','no'),('17811','_transient_mm_spam_9fee7df85225416f42da2ba9e6a9d825','no','no'),('17812','_transient_timeout_mm_spam_20eab424960a05bc0139c23f16f69a33','1443862994','no'),('17813','_transient_mm_spam_20eab424960a05bc0139c23f16f69a33','no','no'),('17814','_transient_timeout_mm_spam_5bb62e908bbef94109c52bf08c0d76bc','1443863335','no'),('17815','_transient_mm_spam_5bb62e908bbef94109c52bf08c0d76bc','no','no'),('17823','_transient_timeout_mm_spam_082e4ee04eb13f0754585ed0b58797eb','1443864563','no'),('17824','_transient_mm_spam_082e4ee04eb13f0754585ed0b58797eb','no','no'),('17825','_transient_timeout_mm_spam_57ee314af96c387c82d2d6a842373d73','1443865148','no'),('17826','_transient_mm_spam_57ee314af96c387c82d2d6a842373d73','no','no'),('17829','_transient_timeout_mm_spam_20f079fa5ab0807a1a11e50a8997009f','1443865868','no'),('17830','_transient_mm_spam_20f079fa5ab0807a1a11e50a8997009f','no','no'),('17831','_transient_timeout_mm_spam_6f49a7d54d75c7cd0c69aad34b26e24f','1443865892','no'),('17832','_transient_mm_spam_6f49a7d54d75c7cd0c69aad34b26e24f','no','no'),('17833','_transient_timeout_mm_spam_b3b4a8c1fd1ff6d2633ba722e3f6bcf7','1443866865','no'),('17834','_transient_mm_spam_b3b4a8c1fd1ff6d2633ba722e3f6bcf7','no','no'),('17838','_transient_timeout_mm_spam_c1ec6af87764c04a5eda81dd7915b505','1443867579','no'),('17839','_transient_mm_spam_c1ec6af87764c04a5eda81dd7915b505','no','no'),('17840','_transient_timeout_mm_spam_a2d037bb15aa7c9f7c9f40bb3cd2b12b','1443867659','no'),('17841','_transient_mm_spam_a2d037bb15aa7c9f7c9f40bb3cd2b12b','no','no'),('17842','_transient_timeout_mm_spam_6702fe31b879a30a6fff3ad5a3f5baeb','1443867678','no'),('17843','_transient_mm_spam_6702fe31b879a30a6fff3ad5a3f5baeb','no','no'),('17844','_transient_timeout_mm_spam_c9b5d4e7ec1392cf7ac71c4a1daf2373','1443867785','no'),('17845','_transient_mm_spam_c9b5d4e7ec1392cf7ac71c4a1daf2373','no','no'),('17850','_transient_timeout_mm_spam_e832ccd88b6552a6d1c3fe9bf65667f5','1443868695','no'),('17851','_transient_mm_spam_e832ccd88b6552a6d1c3fe9bf65667f5','no','no'),('17852','_transient_timeout_mm_spam_e1569c347af2bef587f9d3ace8d5afc8','1443868791','no'),('17853','_transient_mm_spam_e1569c347af2bef587f9d3ace8d5afc8','no','no'),('17856','_transient_timeout_mm_spam_d98b10d2d2283631291c78d31f892dac','1443869226','no'),('17857','_transient_mm_spam_d98b10d2d2283631291c78d31f892dac','no','no'),('17858','_transient_timeout_mm_spam_c104142e001a759f5b217a47a008a3bd','1443869705','no'),('17859','_transient_mm_spam_c104142e001a759f5b217a47a008a3bd','no','no'),('17860','_transient_timeout_mm_spam_62ee780b528d3c4e90539495b9030859','1443869957','no'),('17861','_transient_mm_spam_62ee780b528d3c4e90539495b9030859','no','no'),('17862','_transient_timeout_mm_spam_6275a14c1d9ed6e2ab4c3347430d3674','1443870049','no'),('17863','_transient_mm_spam_6275a14c1d9ed6e2ab4c3347430d3674','no','no'),('17864','_transient_timeout_mm_spam_7173d3c95c7b4eafbc6d654455651d4e','1443870104','no'),('17865','_transient_mm_spam_7173d3c95c7b4eafbc6d654455651d4e','no','no'),('17866','_transient_timeout_mm_spam_0d58f2ef8fadd7911818e066c7e41cc3','1443870492','no'),('17867','_transient_mm_spam_0d58f2ef8fadd7911818e066c7e41cc3','no','no'),('17870','_transient_timeout_mm_spam_601e62a72111cd958304c74e9b06a85b','1443870776','no'),('17871','_transient_mm_spam_601e62a72111cd958304c74e9b06a85b','no','no'),('17873','_transient_timeout_mm_spam_5f8e2bc9a15cf05ef90573a93cfc5c01','1443871007','no'),('17874','_transient_mm_spam_5f8e2bc9a15cf05ef90573a93cfc5c01','no','no'),('17875','_transient_timeout_mm_spam_7babcdbab5e821c63e9fdcc0c55b5fe1','1443871344','no'),('17876','_transient_mm_spam_7babcdbab5e821c63e9fdcc0c55b5fe1','no','no'),('17877','_transient_timeout_mm_spam_f1638fd499e80841f5b9db835e25a598','1443872055','no'),('17878','_transient_mm_spam_f1638fd499e80841f5b9db835e25a598','no','no'),('17879','_transient_timeout_mm_spam_c8452e3e03e6e69148582079ed7fca50','1443872059','no'),('17880','_transient_mm_spam_c8452e3e03e6e69148582079ed7fca50','no','no'),('17881','_transient_timeout_mm_spam_062294377e63374dbd3db1310d736e6b','1443872238','no'),('17882','_transient_mm_spam_062294377e63374dbd3db1310d736e6b','no','no'),('17883','_transient_timeout_mm_spam_6bd3a8cebea11d5345d612df4cca3bcb','1443872349','no'),('17884','_transient_mm_spam_6bd3a8cebea11d5345d612df4cca3bcb','no','no'),('17885','_transient_timeout_mm_spam_4a8214b14a468ec72624b6720520d850','1443872642','no'),('17886','_transient_mm_spam_4a8214b14a468ec72624b6720520d850','no','no'),('17889','_transient_timeout_mm_spam_81849d3c9bad78742ac802d5921df004','1443872872','no'),('17890','_transient_mm_spam_81849d3c9bad78742ac802d5921df004','no','no'),('17891','_transient_timeout_mm_spam_8db0348db47d36876953b3d544f5c766','1443872998','no'),('17892','_transient_mm_spam_8db0348db47d36876953b3d544f5c766','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17893','_transient_timeout_mm_spam_4dd597b04a8504177b903cefe20f4212','1443873344','no'),('17894','_transient_mm_spam_4dd597b04a8504177b903cefe20f4212','no','no'),('17895','_transient_timeout_mm_spam_07805e5a29023869758eb1ff0f041c77','1443873347','no'),('17896','_transient_mm_spam_07805e5a29023869758eb1ff0f041c77','no','no'),('17897','_transient_timeout_mm_spam_857b632dcb91df3b51bc9ad183c853fc','1443873647','no'),('17898','_transient_mm_spam_857b632dcb91df3b51bc9ad183c853fc','no','no'),('17899','_transient_timeout_mm_spam_abe7d12aba365998f0375159dd635621','1443873754','no'),('17900','_transient_mm_spam_abe7d12aba365998f0375159dd635621','no','no'),('17901','_transient_timeout_mm_spam_cabc8f4b6dbf0e6a1de392bd0a3b66d1','1443873991','no'),('17902','_transient_mm_spam_cabc8f4b6dbf0e6a1de392bd0a3b66d1','no','no'),('17903','_transient_timeout_mm_spam_d8e9b8d6607e4454222360c5d6c61efd','1443874041','no'),('17904','_transient_mm_spam_d8e9b8d6607e4454222360c5d6c61efd','no','no'),('17905','_transient_timeout_mm_spam_ea5dd4b9ceb0f1afb16b0f44a836753e','1443874128','no'),('17906','_transient_mm_spam_ea5dd4b9ceb0f1afb16b0f44a836753e','no','no'),('17907','_transient_timeout_mm_spam_12a7c2586d49f966f40200fe64638dde','1443874366','no'),('17908','_transient_mm_spam_12a7c2586d49f966f40200fe64638dde','no','no'),('17910','_transient_timeout_mm_spam_832566a12622d308811522fb9d35cbcc','1443874793','no'),('17911','_transient_mm_spam_832566a12622d308811522fb9d35cbcc','no','no'),('17912','_transient_timeout_mm_spam_310d6bee3c1f7d58be36e8df5edfbec9','1443875947','no'),('17913','_transient_mm_spam_310d6bee3c1f7d58be36e8df5edfbec9','no','no'),('17914','_transient_timeout_mm_spam_e67e381bd25d98e67d3f0a43dc8dfefc','1443876013','no'),('17915','_transient_mm_spam_e67e381bd25d98e67d3f0a43dc8dfefc','no','no'),('17916','_transient_timeout_mm_spam_811428bf7131e61a1f5df3a68e691272','1443876070','no'),('17917','_transient_mm_spam_811428bf7131e61a1f5df3a68e691272','no','no'),('17918','_transient_timeout_mm_spam_af04981f673e0337171f9ef4bb6dee0e','1443876140','no'),('17919','_transient_mm_spam_af04981f673e0337171f9ef4bb6dee0e','no','no'),('17924','_transient_timeout_mm_spam_d10369c733ca8298759e2cbf022919d9','1443877074','no'),('17925','_transient_mm_spam_d10369c733ca8298759e2cbf022919d9','no','no'),('17926','_transient_timeout_mm_spam_00155b3b8b0b04936ab34e0c621a0b62','1443877970','no'),('17927','_transient_mm_spam_00155b3b8b0b04936ab34e0c621a0b62','no','no'),('17928','_transient_timeout_mm_spam_1e8311ca4c302e81635852f167e18bc5','1443877999','no'),('17929','_transient_mm_spam_1e8311ca4c302e81635852f167e18bc5','no','no'),('17930','_transient_timeout_mm_spam_11adcc4a0243b69f2a2ca1d6f8d7f1bf','1443878049','no'),('17931','_transient_mm_spam_11adcc4a0243b69f2a2ca1d6f8d7f1bf','no','no'),('17933','_transient_timeout_mm_spam_0acbfef151f0e366eb08feecb8585279','1443878216','no'),('17934','_transient_mm_spam_0acbfef151f0e366eb08feecb8585279','no','no'),('17937','_transient_timeout_mm_spam_a903f2b8bca3698e0d200c2bb2569735','1443878300','no'),('17938','_transient_mm_spam_a903f2b8bca3698e0d200c2bb2569735','no','no'),('17939','_transient_timeout_mm_spam_6a20bc1d541ae4a8ac51614c0d59cbfe','1443878467','no'),('17940','_transient_mm_spam_6a20bc1d541ae4a8ac51614c0d59cbfe','no','no'),('17941','_transient_timeout_mm_spam_1f829c25616ed8736700480b630b066d','1443878486','no'),('17942','_transient_mm_spam_1f829c25616ed8736700480b630b066d','no','no'),('17943','_transient_timeout_mm_spam_38e1d75e6d04a469877bdd7dbf445738','1443878761','no'),('17944','_transient_mm_spam_38e1d75e6d04a469877bdd7dbf445738','no','no'),('17945','_transient_timeout_mm_spam_e0aad4ce3f8f36622c1c618590079c40','1443878830','no'),('17946','_transient_mm_spam_e0aad4ce3f8f36622c1c618590079c40','no','no'),('17949','_transient_timeout_mm_spam_f98314a6594412e61550223530732c51','1443879053','no'),('17950','_transient_mm_spam_f98314a6594412e61550223530732c51','no','no'),('17951','_transient_timeout_mm_spam_004524f6df89889857a908c503f99bf0','1443879193','no'),('17952','_transient_mm_spam_004524f6df89889857a908c503f99bf0','no','no'),('17953','_transient_timeout_mm_spam_5dee363e3bc16bdf3c56563ffbb498c9','1443879280','no'),('17954','_transient_mm_spam_5dee363e3bc16bdf3c56563ffbb498c9','no','no'),('17955','_transient_timeout_mm_spam_df7a35b5f07666d8ef1a886dfe9d121d','1443879428','no'),('17956','_transient_mm_spam_df7a35b5f07666d8ef1a886dfe9d121d','no','no'),('17957','_transient_timeout_mm_spam_b92eb4631231db694a79f80f2b00d8ae','1443879730','no'),('17958','_transient_mm_spam_b92eb4631231db694a79f80f2b00d8ae','no','no'),('17959','_transient_timeout_mm_spam_24d6b660c35b4f2f94b7ba5259270cdf','1443879793','no'),('17960','_transient_mm_spam_24d6b660c35b4f2f94b7ba5259270cdf','no','no'),('17961','_transient_timeout_mm_spam_52c5620355a746c00500b9c02a1b3f75','1443879972','no'),('17962','_transient_mm_spam_52c5620355a746c00500b9c02a1b3f75','no','no'),('17965','_transient_timeout_mm_spam_208e95dc1d3c602a8db43d9c4bad7e4f','1443880147','no'),('17966','_transient_mm_spam_208e95dc1d3c602a8db43d9c4bad7e4f','no','no'),('17967','_transient_timeout_mm_spam_9cd1fb18d741ec76d572aca2871ca698','1443880375','no'),('17968','_transient_mm_spam_9cd1fb18d741ec76d572aca2871ca698','no','no'),('17969','_transient_timeout_mm_spam_d4c97741c5c4843bdff0f5462476ad46','1443880893','no'),('17970','_transient_mm_spam_d4c97741c5c4843bdff0f5462476ad46','no','no'),('17971','_transient_timeout_mm_spam_db0200c79e0dce0b5054f61a5b0b6f70','1443880894','no'),('17972','_transient_mm_spam_db0200c79e0dce0b5054f61a5b0b6f70','no','no'),('17977','_transient_timeout_mm_spam_011af7da90c377929dc17036542adf41','1443881278','no'),('17978','_transient_mm_spam_011af7da90c377929dc17036542adf41','no','no'),('17979','_transient_timeout_mm_spam_e11a70f7d1ff95f2dbeac5ecf1060174','1443881481','no'),('17980','_transient_mm_spam_e11a70f7d1ff95f2dbeac5ecf1060174','no','no'),('17983','_transient_timeout_mm_spam_42702fe634ad569be1cd532e0b903095','1443881621','no'),('17984','_transient_mm_spam_42702fe634ad569be1cd532e0b903095','no','no'),('17986','_transient_timeout_mm_spam_429e19dd811a963d29ac510b433d6ed6','1443882610','no'),('17987','_transient_mm_spam_429e19dd811a963d29ac510b433d6ed6','no','no'),('17990','_transient_timeout_mm_spam_11e35cbacf7ac270ddfc29ea3f231177','1443883405','no'),('17991','_transient_mm_spam_11e35cbacf7ac270ddfc29ea3f231177','no','no'),('17994','_transient_timeout_mm_spam_1c0e0f2d23be8f75800aa8ae4ff018ed','1443884856','no'),('17995','_transient_mm_spam_1c0e0f2d23be8f75800aa8ae4ff018ed','no','no'),('17999','_transient_timeout_mm_spam_7c8cc316b710fcdf344f823f36861aac','1443885657','no'),('18000','_transient_mm_spam_7c8cc316b710fcdf344f823f36861aac','no','no'),('18001','_transient_timeout_mm_spam_6e3de4606374e122dd48cd5d0ec6731e','1443885737','no'),('18002','_transient_mm_spam_6e3de4606374e122dd48cd5d0ec6731e','no','no'),('18003','_transient_timeout_mm_spam_4e00a66b5bfbe0ae8df080cbae0696e7','1443885739','no'),('18004','_transient_mm_spam_4e00a66b5bfbe0ae8df080cbae0696e7','no','no'),('18006','_transient_timeout_mm_spam_d2e7c26d2253c6ce25310fa44d70bf29','1443885803','no'),('18007','_transient_mm_spam_d2e7c26d2253c6ce25310fa44d70bf29','no','no'),('18008','_transient_timeout_mm_spam_c7849a13c9bc9fbdd5ac69383162bbf2','1443886179','no'),('18009','_transient_mm_spam_c7849a13c9bc9fbdd5ac69383162bbf2','no','no'),('18010','_transient_timeout_mm_spam_4147ad56c89d1d0d72229d49ea270d89','1443886313','no'),('18011','_transient_mm_spam_4147ad56c89d1d0d72229d49ea270d89','no','no'),('18014','_transient_timeout_mm_spam_6d3ed051878d89d6cb59404826a07661','1443886857','no'),('18015','_transient_mm_spam_6d3ed051878d89d6cb59404826a07661','no','no'),('18016','_transient_timeout_mm_spam_95151121214d533011d3c33d1b6242be','1443887041','no'),('18017','_transient_mm_spam_95151121214d533011d3c33d1b6242be','no','no'),('18018','_transient_timeout_mm_spam_8f87dd80f2c73509d5f450133e571b53','1443887229','no'),('18019','_transient_mm_spam_8f87dd80f2c73509d5f450133e571b53','no','no'),('18020','_transient_timeout_mm_spam_e4dca9ea4c00f6ef4f603a2ca813863f','1443887331','no'),('18021','_transient_mm_spam_e4dca9ea4c00f6ef4f603a2ca813863f','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18022','_transient_timeout_mm_spam_9e9082259fada3d41ac8f3e603622d57','1443887410','no'),('18023','_transient_mm_spam_9e9082259fada3d41ac8f3e603622d57','no','no'),('18026','_transient_timeout_mm_spam_39301aed41822325d63599cca6c8eca2','1443887693','no'),('18027','_transient_mm_spam_39301aed41822325d63599cca6c8eca2','no','no'),('18030','_transient_timeout_mm_spam_f2b96d1ee8ab057434398908252f59d5','1443888200','no'),('18031','_transient_mm_spam_f2b96d1ee8ab057434398908252f59d5','no','no'),('18032','_transient_timeout_mm_spam_1d5a24c7f13e83de316d663c0bb8e297','1443888219','no'),('18033','_transient_mm_spam_1d5a24c7f13e83de316d663c0bb8e297','no','no'),('18034','_transient_timeout_mm_spam_2ea39bab56e5da2370477d5fdd424e1e','1443888328','no'),('18035','_transient_mm_spam_2ea39bab56e5da2370477d5fdd424e1e','no','no'),('18037','_transient_timeout_mm_spam_d75747ee74dee349055091c2613d6b75','1443889345','no'),('18038','_transient_mm_spam_d75747ee74dee349055091c2613d6b75','no','no'),('18039','_transient_timeout_mm_spam_0a5b14922b07f6a8f0969c84e2af240c','1443889352','no'),('18040','_transient_mm_spam_0a5b14922b07f6a8f0969c84e2af240c','no','no'),('18041','_transient_timeout_mm_spam_7348cb0c35b85ca9a053fdb45015a258','1443889455','no'),('18042','_transient_mm_spam_7348cb0c35b85ca9a053fdb45015a258','no','no'),('18043','_transient_timeout_mm_spam_4ce38b84c6df5c4012a032f41f5e9e03','1443890408','no'),('18044','_transient_mm_spam_4ce38b84c6df5c4012a032f41f5e9e03','no','no'),('18045','_transient_timeout_mm_spam_7f502d7cca0a630ab398a20a2116d0e0','1443891268','no'),('18046','_transient_mm_spam_7f502d7cca0a630ab398a20a2116d0e0','no','no'),('18047','_transient_timeout_mm_spam_ffcaa28eac0dea594ea98d82d6c706f6','1443891403','no'),('18048','_transient_mm_spam_ffcaa28eac0dea594ea98d82d6c706f6','no','no'),('18049','_transient_timeout_mm_spam_9c9031b69925decf18be6162ba4f89c4','1443891420','no'),('18050','_transient_mm_spam_9c9031b69925decf18be6162ba4f89c4','no','no'),('18051','_transient_timeout_mm_spam_22597522c2c8d9614c982cc937ea6361','1443891675','no'),('18052','_transient_mm_spam_22597522c2c8d9614c982cc937ea6361','no','no'),('18053','_transient_timeout_mm_spam_af779a2eafd35ec9720c29c184c31d0d','1443891694','no'),('18054','_transient_mm_spam_af779a2eafd35ec9720c29c184c31d0d','no','no'),('18055','_transient_timeout_mm_spam_8641f0bc15e89aaa3b983cd3d1703853','1443892004','no'),('18056','_transient_mm_spam_8641f0bc15e89aaa3b983cd3d1703853','no','no'),('18058','_transient_timeout_mm_spam_5710fdeb203ff1f5eda815fec0813121','1443893399','no'),('18059','_transient_mm_spam_5710fdeb203ff1f5eda815fec0813121','no','no'),('18060','_transient_timeout_mm_spam_c9be8c62d35123b2cdb8b08e062e6ea6','1443893852','no'),('18061','_transient_mm_spam_c9be8c62d35123b2cdb8b08e062e6ea6','no','no'),('18062','_transient_timeout_mm_spam_1c1c9edd1e5d700b774e11ae4903aa3c','1443893854','no'),('18063','_transient_mm_spam_1c1c9edd1e5d700b774e11ae4903aa3c','no','no'),('18064','_transient_timeout_mm_spam_616054c2bb8be2cc38df40293916dceb','1443895081','no'),('18065','_transient_mm_spam_616054c2bb8be2cc38df40293916dceb','no','no'),('18066','_transient_timeout_mm_spam_eaeb0ac036d99e287b826f6152a04256','1443895176','no'),('18067','_transient_mm_spam_eaeb0ac036d99e287b826f6152a04256','no','no'),('18071','_transient_timeout_mm_spam_5dc291f05bf10240e7949e392a5e4bd1','1443897295','no'),('18072','_transient_mm_spam_5dc291f05bf10240e7949e392a5e4bd1','no','no'),('18073','_transient_timeout_mm_spam_e8aa180bd97b128d0a8f565d230539b2','1443897619','no'),('18074','_transient_mm_spam_e8aa180bd97b128d0a8f565d230539b2','no','no'),('18077','_transient_timeout_mm_spam_ad9db8ffe7230f7a31e7084ca08ec965','1443897776','no'),('18078','_transient_mm_spam_ad9db8ffe7230f7a31e7084ca08ec965','no','no'),('18079','_transient_timeout_mm_spam_eba19e240e69e10b476044b6e7c3433d','1443898184','no'),('18080','_transient_mm_spam_eba19e240e69e10b476044b6e7c3433d','no','no'),('18081','_transient_timeout_mm_spam_42e2f19128be48bc480866b2470ff21f','1443898684','no'),('18082','_transient_mm_spam_42e2f19128be48bc480866b2470ff21f','no','no'),('18083','_transient_timeout_mm_spam_7a82781854b52909cac45a2cb7ec50c4','1443899088','no'),('18084','_transient_mm_spam_7a82781854b52909cac45a2cb7ec50c4','no','no'),('18085','_transient_timeout_mm_spam_23ba2f920d260fa6501ad28fbf103751','1443899440','no'),('18086','_transient_mm_spam_23ba2f920d260fa6501ad28fbf103751','no','no'),('18087','_transient_timeout_mm_spam_e195de940cca281aa18ff5fe9f9aa5cb','1443899592','no'),('18088','_transient_mm_spam_e195de940cca281aa18ff5fe9f9aa5cb','no','no'),('18090','_transient_timeout_mm_spam_2973b60d5f65e193edc36773a5d85a9c','1443900151','no'),('18091','_transient_mm_spam_2973b60d5f65e193edc36773a5d85a9c','no','no'),('18092','_transient_timeout_mm_spam_458a4489c7b10540aabd591d085e1865','1443900650','no'),('18093','_transient_mm_spam_458a4489c7b10540aabd591d085e1865','no','no'),('18094','_transient_timeout_mm_spam_42c8fa67c759912143f8755f80470a09','1443901046','no'),('18095','_transient_mm_spam_42c8fa67c759912143f8755f80470a09','no','no'),('18096','_transient_timeout_mm_spam_34721f5c006e3e4f103948495ba5e93b','1443901321','no'),('18097','_transient_mm_spam_34721f5c006e3e4f103948495ba5e93b','no','no'),('18100','_transient_timeout_mm_spam_33dfe11c65cc108f91414a83c6808a1a','1443902167','no'),('18101','_transient_mm_spam_33dfe11c65cc108f91414a83c6808a1a','no','no'),('18102','_transient_timeout_mm_spam_2d3355bcf46b3fe3fe6b06d953693742','1443902411','no'),('18103','_transient_mm_spam_2d3355bcf46b3fe3fe6b06d953693742','no','no'),('18105','_transient_timeout_mm_spam_e1c6a442310ef420866b02947bf453c7','1443903525','no'),('18106','_transient_mm_spam_e1c6a442310ef420866b02947bf453c7','no','no'),('18107','_transient_timeout_mm_spam_93ba0e385d82fa0cc70babc5d5444cfb','1443903645','no'),('18108','_transient_mm_spam_93ba0e385d82fa0cc70babc5d5444cfb','no','no'),('18111','_transient_timeout_mm_spam_67644edcae17db1e4374dc1a594249df','1443904654','no'),('18112','_transient_mm_spam_67644edcae17db1e4374dc1a594249df','no','no'),('18113','_transient_timeout_mm_spam_244cfcc9c411556d225d70e2c5b939b9','1443904712','no'),('18114','_transient_mm_spam_244cfcc9c411556d225d70e2c5b939b9','no','no'),('18115','_transient_timeout_mm_spam_130e00fc979c20edf62544c3e6309a06','1443904759','no'),('18116','_transient_mm_spam_130e00fc979c20edf62544c3e6309a06','no','no'),('18117','_transient_timeout_mm_spam_1e3421e9fd70644e653a391281663cdd','1443905064','no'),('18118','_transient_mm_spam_1e3421e9fd70644e653a391281663cdd','no','no'),('18121','_transient_timeout_mm_spam_b574b1dde870b1a0fc11b93b9fd6ff5a','1443905303','no'),('18122','_transient_mm_spam_b574b1dde870b1a0fc11b93b9fd6ff5a','no','no'),('18123','_transient_timeout_mm_spam_0d4870e53bfb6b32e7c4b170553300fe','1443905758','no'),('18124','_transient_mm_spam_0d4870e53bfb6b32e7c4b170553300fe','no','no'),('18125','_transient_timeout_mm_spam_b3b28b58f7385737f61b619180a61ecb','1443905942','no'),('18126','_transient_mm_spam_b3b28b58f7385737f61b619180a61ecb','no','no'),('18127','_transient_timeout_mm_spam_e36eec7e703485874209fb714db7ee95','1443906098','no'),('18128','_transient_mm_spam_e36eec7e703485874209fb714db7ee95','no','no'),('18131','_transient_timeout_mm_spam_5b0228c6fa103f9b74018aa8f2360173','1443906641','no'),('18132','_transient_mm_spam_5b0228c6fa103f9b74018aa8f2360173','no','no'),('18133','_transient_timeout_mm_spam_ae0a90a46e3996140464165b8d2bd0e2','1443906792','no'),('18134','_transient_mm_spam_ae0a90a46e3996140464165b8d2bd0e2','no','no'),('18136','_transient_timeout_mm_spam_0a83bb26880de212d598709c884840ce','1443907114','no'),('18137','_transient_mm_spam_0a83bb26880de212d598709c884840ce','no','no'),('18138','_transient_timeout_mm_spam_c9d0f3aaf35030c81b3b8a2a3ba07815','1443907180','no'),('18139','_transient_mm_spam_c9d0f3aaf35030c81b3b8a2a3ba07815','no','no'),('18140','_transient_timeout_mm_spam_8436be9adcf2acc8899be29eb8708fe1','1443907329','no'),('18141','_transient_mm_spam_8436be9adcf2acc8899be29eb8708fe1','no','no'),('18143','_transient_timeout_mm_spam_d96373608ae5d2ae8a2beb6288a0a788','1443907449','no'),('18144','_transient_mm_spam_d96373608ae5d2ae8a2beb6288a0a788','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18145','_transient_timeout_mm_spam_ee9305514665a579860b24baa8831a21','1443907452','no'),('18146','_transient_mm_spam_ee9305514665a579860b24baa8831a21','no','no'),('18147','_transient_timeout_mm_spam_94c095dca2503829fc78f74acef9f887','1443907919','no'),('18148','_transient_mm_spam_94c095dca2503829fc78f74acef9f887','no','no'),('18149','_transient_timeout_mm_spam_190ba98f09efd5136e0bb17834604f1e','1443908125','no'),('18150','_transient_mm_spam_190ba98f09efd5136e0bb17834604f1e','no','no'),('18151','_transient_timeout_mm_spam_0fd54bb4c420ed6035da216ea1095faf','1443908196','no'),('18152','_transient_mm_spam_0fd54bb4c420ed6035da216ea1095faf','no','no'),('18153','_transient_timeout_mm_spam_0c1bb84e907b733e3974903f5b082d0d','1443908213','no'),('18154','_transient_mm_spam_0c1bb84e907b733e3974903f5b082d0d','no','no'),('18155','_transient_timeout_mm_spam_3049a4f3c456c19a1f8934a3a6e2a254','1443908236','no'),('18156','_transient_mm_spam_3049a4f3c456c19a1f8934a3a6e2a254','no','no'),('18157','_transient_timeout_mm_spam_92bcffc2fd235e6e55732b9f0fa2b48b','1443908283','no'),('18158','_transient_mm_spam_92bcffc2fd235e6e55732b9f0fa2b48b','no','no'),('18159','_transient_timeout_mm_spam_8176d6384b3b720f2d724aa4884b8934','1443908521','no'),('18160','_transient_mm_spam_8176d6384b3b720f2d724aa4884b8934','no','no'),('18161','_transient_timeout_mm_spam_69ae1f63731387f8d763b17e9aa22128','1443908679','no'),('18162','_transient_mm_spam_69ae1f63731387f8d763b17e9aa22128','no','no'),('18165','_transient_timeout_mm_spam_b686846796901256431e2bf4733dde21','1443909374','no'),('18166','_transient_mm_spam_b686846796901256431e2bf4733dde21','no','no'),('18167','_transient_timeout_mm_spam_d1fb424b1b1649eb282be53de81cb6d8','1443909470','no'),('18168','_transient_mm_spam_d1fb424b1b1649eb282be53de81cb6d8','no','no'),('18169','_transient_timeout_mm_spam_ca1ba84a1477ae7f377368aedba161eb','1443909607','no'),('18170','_transient_mm_spam_ca1ba84a1477ae7f377368aedba161eb','no','no'),('18171','_transient_timeout_mm_spam_23719b5aad7c143f0b9482ca25d4f542','1443909701','no'),('18172','_transient_mm_spam_23719b5aad7c143f0b9482ca25d4f542','no','no'),('18173','_transient_timeout_mm_spam_13de6bf2097ed4a2d489723b6ff655e7','1443909813','no'),('18174','_transient_mm_spam_13de6bf2097ed4a2d489723b6ff655e7','yes','no'),('18175','_transient_timeout_mm_spam_778545aecf90c6f598853921f5c0a7eb','1443910083','no'),('18176','_transient_mm_spam_778545aecf90c6f598853921f5c0a7eb','no','no'),('18179','_transient_timeout_mm_spam_36e2e22a7bdcddfdfe0d019a25e57903','1443910500','no'),('18180','_transient_mm_spam_36e2e22a7bdcddfdfe0d019a25e57903','no','no'),('18182','_transient_timeout_mm_spam_0e2df8958b05d845f77db7a1db93ee56','1443910640','no'),('18183','_transient_mm_spam_0e2df8958b05d845f77db7a1db93ee56','no','no'),('18192','_transient_timeout_mm_spam_ef3114a699b3b7e20ae0a509d39c592c','1443910975','no'),('18193','_transient_mm_spam_ef3114a699b3b7e20ae0a509d39c592c','no','no'),('18195','_transient_timeout_mm_spam_e289b9b2333f1d9ca329642f14c455e5','1443911245','no'),('18196','_transient_mm_spam_e289b9b2333f1d9ca329642f14c455e5','no','no'),('18197','_transient_timeout_mm_spam_04c5946035b94fd50b0fd8b6d6bc3cf6','1443911544','no'),('18198','_transient_mm_spam_04c5946035b94fd50b0fd8b6d6bc3cf6','no','no'),('18199','_transient_timeout_mm_spam_fa0bf480cb26dbdc7b95a5ba9e1160ae','1443911848','no'),('18200','_transient_mm_spam_fa0bf480cb26dbdc7b95a5ba9e1160ae','no','no'),('18201','_transient_timeout_mm_spam_0721dd70c85e23d65abbee6ed11ab50e','1443912276','no'),('18202','_transient_mm_spam_0721dd70c85e23d65abbee6ed11ab50e','no','no'),('18203','_transient_timeout_mm_spam_e5a011ff9771d5121383819aa4cdd1df','1443912354','no'),('18204','_transient_mm_spam_e5a011ff9771d5121383819aa4cdd1df','no','no'),('18205','_transient_timeout_mm_spam_c289b6b671c3032969138b609af74142','1443912558','no'),('18206','_transient_mm_spam_c289b6b671c3032969138b609af74142','no','no'),('18207','_transient_timeout_mm_spam_02a46535289c42b3429056f25c30a1b3','1443913034','no'),('18208','_transient_mm_spam_02a46535289c42b3429056f25c30a1b3','no','no'),('18209','_transient_timeout_mm_spam_0841e6c57f77136833b6adac285a4215','1443913127','no'),('18210','_transient_mm_spam_0841e6c57f77136833b6adac285a4215','no','no'),('18215','_transient_timeout_mm_spam_0266babfb96b3bc6ea97513cedd01dcf','1443914002','no'),('18216','_transient_mm_spam_0266babfb96b3bc6ea97513cedd01dcf','no','no'),('18218','_transient_timeout_mm_spam_ff57fec6a8e0dc4ce7f04e4e640cc9c3','1443914600','no'),('18219','_transient_mm_spam_ff57fec6a8e0dc4ce7f04e4e640cc9c3','no','no'),('18220','_transient_timeout_mm_spam_3c14932979977b93075c6f9f02ba3d55','1443914635','no'),('18221','_transient_mm_spam_3c14932979977b93075c6f9f02ba3d55','no','no'),('18222','_transient_timeout_mm_spam_b326b48784c814df4bae248011411a5e','1443914993','no'),('18223','_transient_mm_spam_b326b48784c814df4bae248011411a5e','no','no'),('18224','_transient_timeout_mm_spam_82aaf955505a2986e47cf3ad62e23634','1443915566','no'),('18225','_transient_mm_spam_82aaf955505a2986e47cf3ad62e23634','no','no'),('18226','_transient_timeout_mm_spam_6c5ae404f7e1f942eecc4a7d6a414807','1443915748','no'),('18227','_transient_mm_spam_6c5ae404f7e1f942eecc4a7d6a414807','no','no'),('18228','_transient_timeout_mm_spam_7270db75a615a2e5a10813c386540d70','1443916422','no'),('18229','_transient_mm_spam_7270db75a615a2e5a10813c386540d70','no','no'),('18233','_transient_timeout_mm_spam_5cd8ab5a065c545c58db2b23617875c0','1443917458','no'),('18234','_transient_mm_spam_5cd8ab5a065c545c58db2b23617875c0','no','no'),('18235','_transient_timeout_mm_spam_9f36c84dfcebfac8aad573b01d895687','1443917518','no'),('18236','_transient_mm_spam_9f36c84dfcebfac8aad573b01d895687','no','no'),('18238','_transient_timeout_mm_spam_9ae46c7c75f2d3f743e21e9dd2ba8c96','1443917926','no'),('18239','_transient_mm_spam_9ae46c7c75f2d3f743e21e9dd2ba8c96','no','no'),('18240','_transient_timeout_mm_spam_2b2881eef5a5b35e4abe0e19799fd21e','1443918263','no'),('18241','_transient_mm_spam_2b2881eef5a5b35e4abe0e19799fd21e','no','no'),('18244','_transient_timeout_mm_spam_41c09eed8c9e4d23d541d3686a5e8dea','1443918466','no'),('18245','_transient_mm_spam_41c09eed8c9e4d23d541d3686a5e8dea','no','no'),('18246','_transient_timeout_mm_spam_1afe7df7d2935bb1df7cbc23cbe20bbe','1443919859','no'),('18247','_transient_mm_spam_1afe7df7d2935bb1df7cbc23cbe20bbe','no','no'),('18248','_transient_timeout_mm_spam_ee60ae0e8b1f79a2868de6f37fd5a452','1443920185','no'),('18249','_transient_mm_spam_ee60ae0e8b1f79a2868de6f37fd5a452','no','no'),('18250','_transient_timeout_mm_spam_98d3f283eae057326d4bc1104f9b9e38','1443920489','no'),('18251','_transient_mm_spam_98d3f283eae057326d4bc1104f9b9e38','no','no'),('18252','_transient_timeout_mm_spam_a8f7f90bc5a0d0eedaea5b5fbbbf36ce','1443920807','no'),('18253','_transient_mm_spam_a8f7f90bc5a0d0eedaea5b5fbbbf36ce','no','no'),('18254','_transient_timeout_mm_spam_e30414577d2fae2dbe7fdedb81f6a3ae','1443920822','no'),('18255','_transient_mm_spam_e30414577d2fae2dbe7fdedb81f6a3ae','no','no'),('18256','_transient_timeout_mm_spam_859d3471138f9d9ce3709b415aec74ef','1443921015','no'),('18257','_transient_mm_spam_859d3471138f9d9ce3709b415aec74ef','no','no'),('18258','_transient_timeout_mm_spam_826cf414cb6d48d72147869572033b85','1443921194','no'),('18259','_transient_mm_spam_826cf414cb6d48d72147869572033b85','no','no'),('18261','_transient_timeout_mm_spam_471b6984b7a6ec3ef449400d93adf3d8','1443921758','no'),('18262','_transient_mm_spam_471b6984b7a6ec3ef449400d93adf3d8','no','no'),('18263','_transient_timeout_mm_spam_09ebd9473894fa8cd613bc0359ed947f','1443921792','no'),('18264','_transient_mm_spam_09ebd9473894fa8cd613bc0359ed947f','no','no'),('18269','_transient_timeout_mm_spam_db2ebf4664a082409579d4a8d2111009','1443923447','no'),('18270','_transient_mm_spam_db2ebf4664a082409579d4a8d2111009','no','no'),('18271','_transient_timeout_mm_spam_7e6c42efa644f6cec6b888444640acba','1443923972','no'),('18272','_transient_mm_spam_7e6c42efa644f6cec6b888444640acba','no','no'),('18274','_transient_timeout_mm_spam_fdcd2199154d71c57f72b7c097b1e10c','1443925283','no'),('18275','_transient_mm_spam_fdcd2199154d71c57f72b7c097b1e10c','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18276','_transient_timeout_mm_spam_e9e532443782a774e97691fa81b5ac31','1443925466','no'),('18277','_transient_mm_spam_e9e532443782a774e97691fa81b5ac31','no','no'),('18278','_transient_timeout_mm_spam_7f51c8b54dbe7e3340cc2f6221a9dc02','1443925975','no'),('18279','_transient_mm_spam_7f51c8b54dbe7e3340cc2f6221a9dc02','no','no'),('18280','_transient_timeout_mm_spam_1d5042c72c776d58f682336527b781ac','1443926400','no'),('18281','_transient_mm_spam_1d5042c72c776d58f682336527b781ac','yes','no'),('18282','_transient_timeout_mm_spam_bb94c57e08fbde0eebf7eca29154db95','1443926410','no'),('18283','_transient_mm_spam_bb94c57e08fbde0eebf7eca29154db95','no','no'),('18284','_transient_timeout_mm_spam_40c2ffcd158fc49c2e3d49b43918bbd1','1443926719','no'),('18285','_transient_mm_spam_40c2ffcd158fc49c2e3d49b43918bbd1','no','no'),('18291','_transient_timeout_mm_spam_462921276bc9eeaad4803b014a015ae2','1443929194','no'),('18292','_transient_mm_spam_462921276bc9eeaad4803b014a015ae2','no','no'),('18293','_transient_timeout_mm_spam_a4ce4cedc3e092d5e3eb2509d6ade5d7','1443929302','no'),('18294','_transient_mm_spam_a4ce4cedc3e092d5e3eb2509d6ade5d7','no','no'),('18295','_transient_timeout_mm_spam_0d0f8d609d6094fa3d6fe2a1757e577c','1443929820','no'),('18296','_transient_mm_spam_0d0f8d609d6094fa3d6fe2a1757e577c','no','no'),('18297','_transient_timeout_mm_spam_c521259bdc340e9fb0ada4cef187ead3','1443930048','no'),('18298','_transient_mm_spam_c521259bdc340e9fb0ada4cef187ead3','no','no'),('18299','_transient_timeout_mm_spam_f856c9762ee080a008d3e3417d17a92d','1443930145','no'),('18300','_transient_mm_spam_f856c9762ee080a008d3e3417d17a92d','no','no'),('18301','_transient_timeout_mm_spam_2cea4df40094d2e73d66a5dd0eb2619a','1443930863','no'),('18302','_transient_mm_spam_2cea4df40094d2e73d66a5dd0eb2619a','no','no'),('18307','_transient_timeout_mm_spam_28b70671a39638e54b99578ad23b5425','1443931359','no'),('18308','_transient_mm_spam_28b70671a39638e54b99578ad23b5425','no','no'),('18311','_transient_timeout_mm_spam_76b6bbbd26bea8a94a44a0f6f7cdc4ab','1443931637','no'),('18312','_transient_mm_spam_76b6bbbd26bea8a94a44a0f6f7cdc4ab','no','no'),('18316','_transient_timeout_mm_spam_4ba58fb3c56852c9ee0c62fa840b2a44','1443932405','no'),('18317','_transient_mm_spam_4ba58fb3c56852c9ee0c62fa840b2a44','no','no'),('18318','_transient_timeout_mm_spam_02984912a29de1f18e09fff2fce0a2f5','1443932469','no'),('18319','_transient_mm_spam_02984912a29de1f18e09fff2fce0a2f5','no','no'),('18320','_transient_timeout_mm_spam_72d44bdbbf97eacd3bb9ad4c21eccb2c','1443932490','no'),('18321','_transient_mm_spam_72d44bdbbf97eacd3bb9ad4c21eccb2c','no','no'),('18324','_transient_timeout_mm_spam_041954892e4a650c59984b75eeb682c4','1443934106','no'),('18325','_transient_mm_spam_041954892e4a650c59984b75eeb682c4','no','no'),('18326','_transient_timeout_mm_spam_191a35470e93eb1378285fc295ad0031','1443934480','no'),('18327','_transient_mm_spam_191a35470e93eb1378285fc295ad0031','no','no'),('18328','_transient_timeout_mm_spam_9c2ca1e9ff94b65ffa89ecc8994f8563','1443934876','no'),('18329','_transient_mm_spam_9c2ca1e9ff94b65ffa89ecc8994f8563','no','no'),('18330','_transient_timeout_mm_spam_2c07ade88f707de8730c027ddc8e7ccd','1443935623','no'),('18331','_transient_mm_spam_2c07ade88f707de8730c027ddc8e7ccd','no','no'),('18333','_transient_timeout_mm_spam_1c76895e4e74d399c06fcf6622bd63b0','1443936486','no'),('18334','_transient_mm_spam_1c76895e4e74d399c06fcf6622bd63b0','no','no'),('18337','_transient_timeout_mm_spam_92820a48925fc8c9f4ef12188dcdd1c6','1443937709','no'),('18338','_transient_mm_spam_92820a48925fc8c9f4ef12188dcdd1c6','no','no'),('18341','_transient_timeout_mm_spam_bd6fca03f04a018b5218c92f0ae4ebe7','1443938448','no'),('18342','_transient_mm_spam_bd6fca03f04a018b5218c92f0ae4ebe7','no','no'),('18343','_transient_timeout_mm_spam_e4a9ce5335a064d4b4bfd6380a63df6e','1443938813','no'),('18344','_transient_mm_spam_e4a9ce5335a064d4b4bfd6380a63df6e','no','no'),('18346','_transient_timeout_mm_spam_e21e921f1aeb8f36fb24745d9e5a27f1','1443939400','no'),('18347','_transient_mm_spam_e21e921f1aeb8f36fb24745d9e5a27f1','no','no'),('18350','_transient_timeout_mm_spam_e888aa700d80c66c6ed7a326b055bf99','1443939676','no'),('18351','_transient_mm_spam_e888aa700d80c66c6ed7a326b055bf99','no','no'),('18352','_transient_timeout_mm_spam_c43a14c25ffdf462edf4113e48df624a','1443939915','no'),('18353','_transient_mm_spam_c43a14c25ffdf462edf4113e48df624a','no','no'),('18354','_transient_timeout_mm_spam_b16414b999d59d39c6fadf200f6e04cb','1443940662','no'),('18355','_transient_mm_spam_b16414b999d59d39c6fadf200f6e04cb','no','no'),('18358','_transient_timeout_mm_spam_a86c2bf5f6041af7c38716bdf1a8f18a','1443941683','no'),('18359','_transient_mm_spam_a86c2bf5f6041af7c38716bdf1a8f18a','no','no'),('18360','_transient_timeout_mm_spam_6ffe5d649e8bc18b1664c2699cdd689e','1443941936','no'),('18361','_transient_mm_spam_6ffe5d649e8bc18b1664c2699cdd689e','no','no'),('18365','_transient_timeout_mm_spam_eccb7254e6e798470025469596c63af7','1443943046','no'),('18366','_transient_mm_spam_eccb7254e6e798470025469596c63af7','no','no'),('18374','_transient_timeout_mm_spam_5ae82888f88295e44e5bda9a9f1c5d98','1443944666','no'),('18375','_transient_mm_spam_5ae82888f88295e44e5bda9a9f1c5d98','no','no'),('18376','_transient_timeout_mm_spam_388ab0a66ade6b31ba914c8a8b192535','1443944738','no'),('18377','_transient_mm_spam_388ab0a66ade6b31ba914c8a8b192535','no','no'),('18378','_transient_timeout_mm_spam_280a9792968fa917947a794c3633f6f5','1443944896','no'),('18379','_transient_mm_spam_280a9792968fa917947a794c3633f6f5','no','no'),('18380','_transient_timeout_mm_spam_cd21f12d90e06556135835f42be0cc99','1443945035','no'),('18381','_transient_mm_spam_cd21f12d90e06556135835f42be0cc99','no','no'),('18382','_transient_timeout_mm_spam_5ff6342a9be2003ce4b2c29bc0ecefb5','1443945953','no'),('18383','_transient_mm_spam_5ff6342a9be2003ce4b2c29bc0ecefb5','no','no'),('18384','_transient_timeout_mm_spam_fa42ddad908a897701dc79d7fe3efbee','1443946256','no'),('18385','_transient_mm_spam_fa42ddad908a897701dc79d7fe3efbee','no','no'),('18387','_transient_timeout_mm_spam_3b094472683f01c368fcfbb7963a1ca6','1443946928','no'),('18388','_transient_mm_spam_3b094472683f01c368fcfbb7963a1ca6','no','no'),('18389','_transient_timeout_mm_spam_6fbe64eaf339e1ff8245973a08f7298f','1443948136','no'),('18390','_transient_mm_spam_6fbe64eaf339e1ff8245973a08f7298f','no','no'),('18391','_transient_timeout_mm_spam_570f4f943bffe0c365e5454ac3a9e4f8','1443948359','no'),('18392','_transient_mm_spam_570f4f943bffe0c365e5454ac3a9e4f8','no','no'),('18393','_transient_timeout_mm_spam_68078f1fa49ebcd4251a51db91d86a6b','1443948524','no'),('18394','_transient_mm_spam_68078f1fa49ebcd4251a51db91d86a6b','no','no'),('18395','_transient_timeout_mm_spam_698d048d77ad70323abfa0e0d622945b','1443948556','no'),('18396','_transient_mm_spam_698d048d77ad70323abfa0e0d622945b','no','no'),('18397','_transient_timeout_mm_spam_fff883ed6cb0218f637dec65ab32bb14','1443948569','no'),('18398','_transient_mm_spam_fff883ed6cb0218f637dec65ab32bb14','no','no'),('18399','_transient_timeout_mm_spam_94241b750308bf9523366467045ebb64','1443948792','no'),('18400','_transient_mm_spam_94241b750308bf9523366467045ebb64','no','no'),('18401','_transient_timeout_mm_spam_9eea9b775755120ed4266e352f9ae379','1443949110','no'),('18402','_transient_mm_spam_9eea9b775755120ed4266e352f9ae379','no','no'),('18403','_transient_timeout_mm_spam_c6457f8b1f80febefe12b864f7493f9b','1443949735','no'),('18404','_transient_mm_spam_c6457f8b1f80febefe12b864f7493f9b','no','no'),('18405','_transient_timeout_mm_spam_87733f6351efaabf8bab3d736face026','1443949824','no'),('18406','_transient_mm_spam_87733f6351efaabf8bab3d736face026','yes','no'),('18407','_transient_timeout_mm_spam_9ff611c5a1da3d666bba55bf26eafc68','1443950025','no'),('18408','_transient_mm_spam_9ff611c5a1da3d666bba55bf26eafc68','no','no'),('18410','_transient_timeout_mm_spam_4e35e69bc56bb11afbeb5f149f437bbc','1443950606','no'),('18411','_transient_mm_spam_4e35e69bc56bb11afbeb5f149f437bbc','no','no'),('18412','_transient_timeout_mm_spam_469595439f8dd01e57561b47d0c4bb08','1443950824','no'),('18413','_transient_mm_spam_469595439f8dd01e57561b47d0c4bb08','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18414','_transient_timeout_mm_spam_5696a4a0d524961ca1a36707d11e3668','1443951449','no'),('18415','_transient_mm_spam_5696a4a0d524961ca1a36707d11e3668','no','no'),('18416','_transient_timeout_mm_spam_25a0b013d327b4e848f2f03cf1ec4024','1443951934','no'),('18417','_transient_mm_spam_25a0b013d327b4e848f2f03cf1ec4024','no','no'),('18418','_transient_timeout_mm_spam_e686cd116d4a342549f86ebc1c604f9c','1443952280','no'),('18419','_transient_mm_spam_e686cd116d4a342549f86ebc1c604f9c','no','no'),('18420','_transient_timeout_mm_spam_106852f2dc8643fb6e61898953cef948','1443952911','no'),('18421','_transient_mm_spam_106852f2dc8643fb6e61898953cef948','no','no'),('18423','_transient_timeout_mm_spam_35d59d1aee318cbc73a5e1cb1defc0f7','1443954477','no'),('18424','_transient_mm_spam_35d59d1aee318cbc73a5e1cb1defc0f7','no','no'),('18428','_transient_timeout_mm_spam_5d9d6a61c464275ba53c892cc4076a15','1443955058','no'),('18429','_transient_mm_spam_5d9d6a61c464275ba53c892cc4076a15','no','no'),('18430','_transient_timeout_mm_spam_790d530701cd2f92bb2f53a722e18061','1443955856','no'),('18431','_transient_mm_spam_790d530701cd2f92bb2f53a722e18061','no','no'),('18432','_transient_timeout_mm_spam_3a41bc8852b6e70ef7311dca10f7eae4','1443956318','no'),('18433','_transient_mm_spam_3a41bc8852b6e70ef7311dca10f7eae4','no','no'),('18434','_transient_timeout_mm_spam_950fba27d383acf99a31546027b34995','1443956543','no'),('18435','_transient_mm_spam_950fba27d383acf99a31546027b34995','no','no'),('18437','_transient_timeout_mm_spam_e18272ebecaf263aea7e14a74eaee4ee','1443957646','no'),('18438','_transient_mm_spam_e18272ebecaf263aea7e14a74eaee4ee','no','no'),('18439','_transient_timeout_mm_spam_36656fc66c1e11d70534fadd6fde4891','1443957829','no'),('18440','_transient_mm_spam_36656fc66c1e11d70534fadd6fde4891','no','no'),('18441','_transient_timeout_mm_spam_09f555f7e31f1c035bd5693be6b4005e','1443957967','no'),('18442','_transient_mm_spam_09f555f7e31f1c035bd5693be6b4005e','no','no'),('18443','_transient_timeout_mm_spam_2a64898d30033c5bf76f88cd9739df2b','1443958220','no'),('18444','_transient_mm_spam_2a64898d30033c5bf76f88cd9739df2b','no','no'),('18445','_transient_timeout_mm_spam_342b65d0072be241c51ec2fec0e0014a','1443958496','no'),('18446','_transient_mm_spam_342b65d0072be241c51ec2fec0e0014a','no','no'),('18447','_transient_timeout_mm_spam_9ad3dd065bb8c40e6248af6483dedcca','1443958789','no'),('18448','_transient_mm_spam_9ad3dd065bb8c40e6248af6483dedcca','no','no'),('18451','_transient_timeout_mm_spam_2326bff7a91e23db10765cb475ebe45f','1443959170','no'),('18452','_transient_mm_spam_2326bff7a91e23db10765cb475ebe45f','no','no'),('18453','_transient_timeout_mm_spam_ae5465a83660f65544f3d1acdfa433f3','1443959182','no'),('18454','_transient_mm_spam_ae5465a83660f65544f3d1acdfa433f3','no','no'),('18458','_transient_timeout_mm_spam_01fabd1399627e76a9e96f6c66e5688d','1443960985','no'),('18459','_transient_mm_spam_01fabd1399627e76a9e96f6c66e5688d','no','no'),('18460','_transient_timeout_mm_spam_721a9e7408d5b069c6a1ae35209137ab','1443961017','no'),('18461','_transient_mm_spam_721a9e7408d5b069c6a1ae35209137ab','no','no'),('18462','_transient_timeout_mm_spam_13c9ac41630f83201396c1a024f089ae','1443961635','no'),('18463','_transient_mm_spam_13c9ac41630f83201396c1a024f089ae','no','no'),('18464','_transient_timeout_mm_spam_da0924859a99e7104fde3f1ef79ee320','1443962457','no'),('18465','_transient_mm_spam_da0924859a99e7104fde3f1ef79ee320','no','no'),('18466','_transient_timeout_mm_spam_ad3c1b030585bde1cd2d7f0ce69140a5','1443964189','no'),('18467','_transient_mm_spam_ad3c1b030585bde1cd2d7f0ce69140a5','no','no'),('18468','_transient_timeout_mm_spam_5652fb611de4c42906b893a01d4720fd','1443964297','no'),('18469','_transient_mm_spam_5652fb611de4c42906b893a01d4720fd','no','no'),('18471','_transient_timeout_mm_spam_8a11477a0479d6d842def7b6c3181266','1443964615','no'),('18472','_transient_mm_spam_8a11477a0479d6d842def7b6c3181266','no','no'),('18473','_transient_timeout_mm_spam_816c26483c32a0f810e4b0206f8dda3e','1443964709','no'),('18474','_transient_mm_spam_816c26483c32a0f810e4b0206f8dda3e','no','no'),('18476','_transient_timeout_mm_spam_4eef6fafca72c9c813f821a52167b4f2','1443965029','no'),('18477','_transient_mm_spam_4eef6fafca72c9c813f821a52167b4f2','no','no'),('18478','_transient_timeout_mm_spam_4832eae7267831614cf95dcf21dc34b5','1443966133','no'),('18479','_transient_mm_spam_4832eae7267831614cf95dcf21dc34b5','no','no'),('18480','_transient_timeout_mm_spam_77baf782f54fa194b19deb7262779e5d','1443966410','no'),('18481','_transient_mm_spam_77baf782f54fa194b19deb7262779e5d','no','no'),('18482','_transient_timeout_mm_spam_3de8f22c1acfc563f20e2127f4b2bd70','1443966468','no'),('18483','_transient_mm_spam_3de8f22c1acfc563f20e2127f4b2bd70','no','no'),('18484','_transient_timeout_mm_spam_0c9ea1829bfdb9beb2500c76bc1953d4','1443966510','no'),('18485','_transient_mm_spam_0c9ea1829bfdb9beb2500c76bc1953d4','no','no'),('18486','_transient_timeout_mm_spam_561bd2c73a626bfec68dfb0f5137540e','1443967027','no'),('18487','_transient_mm_spam_561bd2c73a626bfec68dfb0f5137540e','no','no'),('18488','_transient_timeout_mm_spam_baf5af89382d87877d7c38075f7ee672','1443967040','no'),('18489','_transient_mm_spam_baf5af89382d87877d7c38075f7ee672','no','no'),('18490','_transient_timeout_mm_spam_878a353c8bb2e5f95b01d49681beb224','1443967435','no'),('18491','_transient_mm_spam_878a353c8bb2e5f95b01d49681beb224','no','no'),('18492','_transient_timeout_mm_spam_d67e26667ec76e275903d816a4a91112','1443967796','no'),('18493','_transient_mm_spam_d67e26667ec76e275903d816a4a91112','no','no'),('18497','_transient_timeout_mm_spam_669cc9fcd75fd97a272ba8f98c5c9357','1443968575','no'),('18498','_transient_mm_spam_669cc9fcd75fd97a272ba8f98c5c9357','no','no'),('18499','_transient_timeout_mm_spam_c13c58b2c1679bb49b6a48a12ee5f39e','1443969734','no'),('18500','_transient_mm_spam_c13c58b2c1679bb49b6a48a12ee5f39e','no','no'),('18503','_transient_timeout_mm_spam_cc5d8bdabe052730124e6263c63ec9ee','1443970281','no'),('18504','_transient_mm_spam_cc5d8bdabe052730124e6263c63ec9ee','no','no'),('18505','_transient_timeout_mm_spam_260068f0c8706ccdcf8a0026bbb8fba1','1443970364','no'),('18506','_transient_mm_spam_260068f0c8706ccdcf8a0026bbb8fba1','no','no'),('18507','_transient_timeout_mm_spam_31e4ba43305c733cce9791c29e0b87ee','1443971052','no'),('18508','_transient_mm_spam_31e4ba43305c733cce9791c29e0b87ee','no','no'),('18509','_transient_timeout_mm_spam_884c9764a22da5aa393a22335db37267','1443971191','no'),('18510','_transient_mm_spam_884c9764a22da5aa393a22335db37267','no','no'),('18511','_transient_timeout_mm_spam_1c96cc608afaeb5937b24fa6a1b99bbb','1443971227','no'),('18512','_transient_mm_spam_1c96cc608afaeb5937b24fa6a1b99bbb','no','no'),('18513','_transient_timeout_mm_spam_3a43db7e437b9f6a68b57aa1dedda9f4','1443971285','no'),('18514','_transient_mm_spam_3a43db7e437b9f6a68b57aa1dedda9f4','no','no'),('18518','_transient_timeout_mm_spam_66c5a43183328d5edfa2e69991f92fea','1443973130','no'),('18519','_transient_mm_spam_66c5a43183328d5edfa2e69991f92fea','no','no'),('18520','_transient_timeout_mm_spam_01b6e8d80bfb2ea1b31f7c43a02cd9a8','1443973295','no'),('18521','_transient_mm_spam_01b6e8d80bfb2ea1b31f7c43a02cd9a8','no','no'),('18522','_transient_timeout_mm_spam_74a9972c22dca2abb053297d1b02e43f','1443973479','no'),('18523','_transient_mm_spam_74a9972c22dca2abb053297d1b02e43f','no','no'),('18524','_transient_timeout_mm_spam_e6b6a6b84360d1ebfb62d2b0195b517f','1443973917','no'),('18525','_transient_mm_spam_e6b6a6b84360d1ebfb62d2b0195b517f','no','no'),('18526','_transient_timeout_mm_spam_ee86edc5d6d1ae5cc2345c5db850b8ba','1443973938','no'),('18527','_transient_mm_spam_ee86edc5d6d1ae5cc2345c5db850b8ba','no','no'),('18534','_transient_timeout_mm_spam_1e21ed5caca07a6b38183e8c7acf9da5','1443974764','no'),('18535','_transient_mm_spam_1e21ed5caca07a6b38183e8c7acf9da5','no','no'),('18536','_transient_timeout_mm_spam_a40288e056f07587421f9aef64836720','1443974943','no'),('18537','_transient_mm_spam_a40288e056f07587421f9aef64836720','no','no'),('18539','_transient_timeout_mm_spam_f5bc6092e0e91b3f6df769c70f59e5e6','1443975377','no'),('18540','_transient_mm_spam_f5bc6092e0e91b3f6df769c70f59e5e6','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18541','_transient_timeout_mm_spam_ff1b1a23a3e35c65e076d16c69b7e783','1443975806','no'),('18542','_transient_mm_spam_ff1b1a23a3e35c65e076d16c69b7e783','no','no'),('18543','_transient_timeout_mm_spam_48f5b0367451e04e98bb11cbca158600','1443976162','no'),('18544','_transient_mm_spam_48f5b0367451e04e98bb11cbca158600','no','no'),('18545','_transient_timeout_mm_spam_78ee98ee32d6536316a00546b0a9308d','1443976375','no'),('18546','_transient_mm_spam_78ee98ee32d6536316a00546b0a9308d','no','no'),('18547','_transient_timeout_mm_spam_f6d97f884ad1c82cb11c3f4c2c9a86c8','1443976440','no'),('18548','_transient_mm_spam_f6d97f884ad1c82cb11c3f4c2c9a86c8','no','no'),('18549','_transient_timeout_mm_spam_762d8a4b94cea050858e34d0e91a1996','1443976808','no'),('18550','_transient_mm_spam_762d8a4b94cea050858e34d0e91a1996','no','no'),('18551','_transient_timeout_mm_spam_2c92fe181a978707534fc578ee0ae2f3','1443977134','no'),('18552','_transient_mm_spam_2c92fe181a978707534fc578ee0ae2f3','no','no'),('18553','_transient_timeout_mm_spam_60ae5ad6657d4e3c08d8ff6920a5c169','1443977152','no'),('18554','_transient_mm_spam_60ae5ad6657d4e3c08d8ff6920a5c169','no','no'),('18555','_transient_timeout_mm_spam_eed161e2e82c08f5a33972ae8f675901','1443977166','no'),('18556','_transient_mm_spam_eed161e2e82c08f5a33972ae8f675901','no','no'),('18557','_transient_timeout_mm_spam_70f612b160a8c24228cbd8f042f8ca34','1443977422','no'),('18558','_transient_mm_spam_70f612b160a8c24228cbd8f042f8ca34','no','no'),('18559','_transient_timeout_mm_spam_4e4c525f38c1a4fc7e0837115023db39','1443977689','no'),('18560','_transient_mm_spam_4e4c525f38c1a4fc7e0837115023db39','no','no'),('18563','_transient_timeout_mm_spam_793c2be1c41c61568020dbda2b17f101','1443977922','no'),('18564','_transient_mm_spam_793c2be1c41c61568020dbda2b17f101','no','no'),('18565','_transient_timeout_mm_spam_4a849b86adfcd22ad9b80a2d5316be5c','1443978106','no'),('18566','_transient_mm_spam_4a849b86adfcd22ad9b80a2d5316be5c','no','no'),('18567','_transient_timeout_mm_spam_5d34eafc87a34e8a51696a7651acb29e','1443978203','no'),('18568','_transient_mm_spam_5d34eafc87a34e8a51696a7651acb29e','no','no'),('18569','_transient_timeout_mm_spam_961afb2523055913336c79452cf7cf67','1443978345','no'),('18570','_transient_mm_spam_961afb2523055913336c79452cf7cf67','no','no'),('18573','_transient_timeout_mm_spam_a9382ba615a4c3e31da2d4cbe8d3e051','1443978886','no'),('18574','_transient_mm_spam_a9382ba615a4c3e31da2d4cbe8d3e051','no','no'),('18576','_transient_timeout_mm_spam_23b9339a17fdb77be08332d976a645cc','1443979054','no'),('18577','_transient_mm_spam_23b9339a17fdb77be08332d976a645cc','no','no'),('18583','_transient_timeout_mm_spam_88e2b4cf7029d208f9d8f29467542df6','1443981594','no'),('18584','_transient_mm_spam_88e2b4cf7029d208f9d8f29467542df6','no','no'),('18585','_transient_timeout_mm_spam_d0df99b3de545f31a73f7223fe215de0','1443982001','no'),('18586','_transient_mm_spam_d0df99b3de545f31a73f7223fe215de0','no','no'),('18587','_transient_timeout_mm_spam_34e830e5d3dbdca8c71f4a1419d3a69e','1443982032','no'),('18588','_transient_mm_spam_34e830e5d3dbdca8c71f4a1419d3a69e','no','no'),('18590','_transient_timeout_mm_spam_5e69248bc48942976cf233db8667e722','1443982353','no'),('18591','_transient_mm_spam_5e69248bc48942976cf233db8667e722','no','no'),('18594','_transient_timeout_mm_spam_438d93628065477acc43b4727e3f24f2','1443983173','no'),('18595','_transient_mm_spam_438d93628065477acc43b4727e3f24f2','no','no'),('18596','_transient_timeout_mm_spam_79921b02c5371cdfcaa00e118279b4c8','1443983384','no'),('18597','_transient_mm_spam_79921b02c5371cdfcaa00e118279b4c8','no','no'),('18598','_transient_timeout_mm_spam_535b64498539447086cad0999886af26','1443983636','no'),('18599','_transient_mm_spam_535b64498539447086cad0999886af26','no','no'),('18600','_transient_timeout_mm_spam_e436771edc7db404650217e0062eb4d9','1443983899','no'),('18601','_transient_mm_spam_e436771edc7db404650217e0062eb4d9','no','no'),('18602','_transient_timeout_mm_spam_7997d19dd324aecbc22011786a0b144c','1443984734','no'),('18603','_transient_mm_spam_7997d19dd324aecbc22011786a0b144c','no','no'),('18604','_transient_timeout_mm_spam_c018c069c33d22dfe6233f5194baa5fb','1443984782','no'),('18605','_transient_mm_spam_c018c069c33d22dfe6233f5194baa5fb','no','no'),('18606','_transient_timeout_mm_spam_ffa21a7d89561d689a3feeb34af08d3c','1443985066','no'),('18607','_transient_mm_spam_ffa21a7d89561d689a3feeb34af08d3c','no','no'),('18608','_transient_timeout_mm_spam_5aa77ce6146589ea99b6e41a12c6301d','1443985172','no'),('18609','_transient_mm_spam_5aa77ce6146589ea99b6e41a12c6301d','no','no'),('18610','_transient_timeout_mm_spam_23c08a662e7bd13421515db610d67f88','1443985388','no'),('18611','_transient_mm_spam_23c08a662e7bd13421515db610d67f88','no','no'),('18612','_transient_timeout_mm_spam_d72e422722a9743f0a89d4c74ab913cd','1443985391','no'),('18613','_transient_mm_spam_d72e422722a9743f0a89d4c74ab913cd','no','no'),('18614','_transient_timeout_mm_spam_903882b1d5507de4c3849743aa9c5969','1443986062','no'),('18615','_transient_mm_spam_903882b1d5507de4c3849743aa9c5969','no','no'),('18617','_transient_timeout_mm_spam_210a12a9ac20baa41091b42ee43cd6f1','1443986393','no'),('18618','_transient_mm_spam_210a12a9ac20baa41091b42ee43cd6f1','no','no'),('18619','_transient_timeout_mm_spam_5462885c059193353663525d2a01949d','1443987075','no'),('18620','_transient_mm_spam_5462885c059193353663525d2a01949d','no','no'),('18621','_transient_timeout_mm_spam_064a26257aeeb41d559d58589f5d2334','1443987176','no'),('18622','_transient_mm_spam_064a26257aeeb41d559d58589f5d2334','no','no'),('18623','_transient_timeout_mm_spam_3318e038bbc839589b95e54c0b7f9a72','1443987368','no'),('18624','_transient_mm_spam_3318e038bbc839589b95e54c0b7f9a72','no','no'),('18627','_transient_timeout_mm_spam_9871fb70c1a12f4a033bb79029fe397c','1443989442','no'),('18628','_transient_mm_spam_9871fb70c1a12f4a033bb79029fe397c','no','no'),('18629','_transient_timeout_mm_spam_1227d8ee3997ad9c74061bb84ea0321e','1443989628','no'),('18630','_transient_mm_spam_1227d8ee3997ad9c74061bb84ea0321e','no','no'),('18632','_transient_timeout_mm_spam_778e69bd9a6e60e692b51bb3dff40020','1443989961','no'),('18633','_transient_mm_spam_778e69bd9a6e60e692b51bb3dff40020','no','no'),('18634','_transient_timeout_mm_spam_7557a18fce4afc5d6d0bc52b0b7dbe99','1443989998','no'),('18635','_transient_mm_spam_7557a18fce4afc5d6d0bc52b0b7dbe99','no','no'),('18636','_transient_timeout_mm_spam_e6d14d5042c82271ea42b27918d1e609','1443990253','no'),('18637','_transient_mm_spam_e6d14d5042c82271ea42b27918d1e609','no','no'),('18638','_transient_timeout_mm_spam_9e83ab35cc07e2967f337320daf7a48d','1443990453','no'),('18639','_transient_mm_spam_9e83ab35cc07e2967f337320daf7a48d','no','no'),('18640','_transient_timeout_mm_spam_f4c18788d1491b0c170df6276715c13c','1443990479','no'),('18641','_transient_mm_spam_f4c18788d1491b0c170df6276715c13c','no','no'),('18642','_transient_timeout_mm_spam_c5f0e19255bed02f7dee58cdc0a1c9b5','1443991117','no'),('18643','_transient_mm_spam_c5f0e19255bed02f7dee58cdc0a1c9b5','no','no'),('18644','_transient_timeout_mm_spam_fac5344afe79e0b55107819857fe316e','1443991158','no'),('18645','_transient_mm_spam_fac5344afe79e0b55107819857fe316e','no','no'),('18646','_transient_timeout_mm_spam_e13ac538ad91000f9f05c16c51f148cc','1443991530','no'),('18647','_transient_mm_spam_e13ac538ad91000f9f05c16c51f148cc','no','no'),('18648','_transient_timeout_mm_spam_551c94d6643ea61c367b43a30c8b3531','1443992118','no'),('18649','_transient_mm_spam_551c94d6643ea61c367b43a30c8b3531','no','no'),('18650','_transient_timeout_mm_spam_98819f6df092706696a968b2d80b14dd','1443992220','no'),('18651','_transient_mm_spam_98819f6df092706696a968b2d80b14dd','no','no'),('18652','_transient_timeout_mm_spam_e1d5b240da4275ea95ac0863484311db','1443993049','no'),('18653','_transient_mm_spam_e1d5b240da4275ea95ac0863484311db','no','no'),('18654','_transient_timeout_mm_spam_a043be95c59dcc90e2f54b2d624c28cb','1443993173','no'),('18655','_transient_mm_spam_a043be95c59dcc90e2f54b2d624c28cb','no','no'),('18656','_transient_timeout_mm_spam_9314a054050987f4de4ccda68a5c1ca1','1443993175','no'),('18657','_transient_mm_spam_9314a054050987f4de4ccda68a5c1ca1','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18659','_transient_timeout_mm_spam_7e1dfea6d51ca80c45e548a3e891d3bb','1443993453','no'),('18660','_transient_mm_spam_7e1dfea6d51ca80c45e548a3e891d3bb','no','no'),('18661','_transient_timeout_mm_spam_38d9cd93f543a5705c4cf7ad6b69cc77','1443993726','no'),('18662','_transient_mm_spam_38d9cd93f543a5705c4cf7ad6b69cc77','no','no'),('18663','_transient_timeout_mm_spam_28dcf5cb8a7405f6bd25cc708b0874b8','1443994305','no'),('18664','_transient_mm_spam_28dcf5cb8a7405f6bd25cc708b0874b8','no','no'),('18667','_transient_timeout_mm_spam_7fb4916e31f29b0117904c9dc49f486a','1443994904','no'),('18668','_transient_mm_spam_7fb4916e31f29b0117904c9dc49f486a','no','no'),('18669','_transient_timeout_mm_spam_ef429ad5802e86c2705b5422745b0c85','1443994998','no'),('18670','_transient_mm_spam_ef429ad5802e86c2705b5422745b0c85','no','no'),('18671','_transient_timeout_mm_spam_f98c3e041c00932e5ccdbdd5ea003970','1443995172','no'),('18672','_transient_mm_spam_f98c3e041c00932e5ccdbdd5ea003970','no','no'),('18673','_transient_timeout_mm_spam_c0926c2e58f79e0fc25710de59fdff30','1443996200','no'),('18674','_transient_mm_spam_c0926c2e58f79e0fc25710de59fdff30','no','no'),('18675','_transient_timeout_mm_spam_a390c78db399dff72874944c3e8fa55a','1443996323','no'),('18676','_transient_mm_spam_a390c78db399dff72874944c3e8fa55a','no','no'),('18677','_transient_timeout_mm_spam_0d3f63a88d4cfc9a5e92499106b216cf','1443996718','no'),('18678','_transient_mm_spam_0d3f63a88d4cfc9a5e92499106b216cf','no','no'),('18679','_transient_timeout_mm_spam_bdfcf1117051f31a32aa6f2e0d6f8ca5','1443996858','no'),('18680','_transient_mm_spam_bdfcf1117051f31a32aa6f2e0d6f8ca5','no','no'),('18686','_transient_timeout_mm_spam_f871cd0068fa1f8453c117eb04c1f860','1443998065','no'),('18687','_transient_mm_spam_f871cd0068fa1f8453c117eb04c1f860','no','no'),('18688','_transient_timeout_mm_spam_2f723c2929cd1bf073ab7eec4232ac85','1443998647','no'),('18689','_transient_mm_spam_2f723c2929cd1bf073ab7eec4232ac85','no','no'),('18690','_transient_timeout_mm_spam_85d4f1f44d8937d66d4028e423926992','1443999195','no'),('18691','_transient_mm_spam_85d4f1f44d8937d66d4028e423926992','no','no'),('18692','_transient_timeout_mm_spam_07209d088bc91427e8902dd79748b168','1444000105','no'),('18693','_transient_mm_spam_07209d088bc91427e8902dd79748b168','no','no'),('18694','_transient_timeout_mm_spam_f50bac32ddfb015d979ef037a12c3094','1444000326','no'),('18695','_transient_mm_spam_f50bac32ddfb015d979ef037a12c3094','no','no'),('18697','_transient_timeout_mm_spam_b21cf60dacd43738559a9c849a9f0cac','1444000775','no'),('18698','_transient_mm_spam_b21cf60dacd43738559a9c849a9f0cac','no','no'),('18700','_transient_timeout_mm_spam_e66acd9afd3891122c654f8b8efe75db','1444001076','no'),('18701','_transient_mm_spam_e66acd9afd3891122c654f8b8efe75db','no','no'),('18702','_transient_timeout_mm_spam_4084e8e57ca5baad7dbbb54ec3140443','1444002207','no'),('18703','_transient_mm_spam_4084e8e57ca5baad7dbbb54ec3140443','no','no'),('18704','_transient_timeout_mm_spam_314c318de6194fc52e352ea2b2ac64e8','1444002297','no'),('18705','_transient_mm_spam_314c318de6194fc52e352ea2b2ac64e8','no','no'),('18706','_transient_timeout_mm_spam_30583aa7dda8aea546b405523fb3b957','1444002317','no'),('18707','_transient_mm_spam_30583aa7dda8aea546b405523fb3b957','no','no'),('18708','_transient_timeout_mm_spam_8fadc025ba2d0af2d8d9ee0304ea3abc','1444002680','no'),('18709','_transient_mm_spam_8fadc025ba2d0af2d8d9ee0304ea3abc','no','no'),('18710','_transient_timeout_mm_spam_7e05d1f6ca077d27b3005f95e4ebbb8d','1444002720','no'),('18711','_transient_mm_spam_7e05d1f6ca077d27b3005f95e4ebbb8d','no','no'),('18714','_transient_timeout_mm_spam_9e79e3d962e7bb58323d8267ee9be8d5','1444004170','no'),('18715','_transient_mm_spam_9e79e3d962e7bb58323d8267ee9be8d5','no','no'),('18716','_transient_timeout_mm_spam_fd62c720f95ccf4115a6ba5ed5f3807d','1444004991','no'),('18717','_transient_mm_spam_fd62c720f95ccf4115a6ba5ed5f3807d','no','no'),('18718','_transient_timeout_mm_spam_6ee16c62e2809d86db19b0c4a9589a61','1444005501','no'),('18719','_transient_mm_spam_6ee16c62e2809d86db19b0c4a9589a61','no','no'),('18720','_transient_timeout_mm_spam_d76b89b7f299b2e3d4ce8ba6b3f1674c','1444006659','no'),('18721','_transient_mm_spam_d76b89b7f299b2e3d4ce8ba6b3f1674c','no','no'),('18722','_transient_timeout_mm_spam_fbef96a601aada44e4a062e99795d45a','1444007136','no'),('18723','_transient_mm_spam_fbef96a601aada44e4a062e99795d45a','no','no'),('18727','_transient_timeout_mm_spam_5d00eb878a1d5cb234f3fffcbe06675c','1444008833','no'),('18728','_transient_mm_spam_5d00eb878a1d5cb234f3fffcbe06675c','no','no'),('18731','_transient_timeout_mm_spam_8b144a77c6cad35f7a079fca95857d75','1444011815','no'),('18732','_transient_mm_spam_8b144a77c6cad35f7a079fca95857d75','no','no'),('18733','_transient_timeout_mm_spam_f140c3ddd67c8720369c71bf1678f79d','1444013125','no'),('18734','_transient_mm_spam_f140c3ddd67c8720369c71bf1678f79d','no','no'),('18735','_transient_timeout_mm_spam_b9b4258e15a66a9bea1dfcfff80616ee','1444013954','no'),('18736','_transient_mm_spam_b9b4258e15a66a9bea1dfcfff80616ee','no','no'),('18740','_transient_timeout_mm_spam_4f151883a23701c010bf5aba01632263','1444016037','no'),('18741','_transient_mm_spam_4f151883a23701c010bf5aba01632263','no','no'),('18748','_transient_timeout_mm_spam_119700fa02430da1e739cb45eab57179','1444018138','no'),('18749','_transient_mm_spam_119700fa02430da1e739cb45eab57179','no','no'),('18751','_transient_timeout_mm_spam_1c932293cd90fa494a969887bd8b4aec','1444019546','no'),('18752','_transient_mm_spam_1c932293cd90fa494a969887bd8b4aec','no','no'),('18756','_transient_timeout_mm_spam_f2d85e14ace94b3c9890dfdad3059e5c','1444022321','no'),('18757','_transient_mm_spam_f2d85e14ace94b3c9890dfdad3059e5c','no','no'),('18762','_transient_timeout_mm_spam_cfdf622fa58d90c028f229d16b9b02f4','1444031176','no'),('18763','_transient_mm_spam_cfdf622fa58d90c028f229d16b9b02f4','no','no'),('18767','_transient_timeout_mm_spam_a6b906422f8bcf71e6bfddc1b34cc762','1444034457','no'),('18768','_transient_mm_spam_a6b906422f8bcf71e6bfddc1b34cc762','no','no'),('18774','_transient_timeout_mm_spam_52a02551a4aa1976995c7146e828cc95','1444036755','no'),('18775','_transient_mm_spam_52a02551a4aa1976995c7146e828cc95','no','no'),('18797','_transient_timeout_mm_spam_9806d0882f13e28df00f347a922ce3dd','1444057172','no'),('18798','_transient_mm_spam_9806d0882f13e28df00f347a922ce3dd','no','no'),('18807','_transient_timeout_mm_spam_ca19d908d5c5eee725aa87dabcb93800','1444065318','no'),('18808','_transient_mm_spam_ca19d908d5c5eee725aa87dabcb93800','no','no'),('18810','_transient_timeout_mm_spam_00dc36cb7b30d415579c828ab6996f64','1444066401','no'),('18811','_transient_mm_spam_00dc36cb7b30d415579c828ab6996f64','no','no'),('18812','_transient_timeout_mm_spam_0e453dbb2df31ac5ca836190f6aee6fa','1444067131','no'),('18813','_transient_mm_spam_0e453dbb2df31ac5ca836190f6aee6fa','no','no'),('18814','_transient_timeout_mm_spam_8c22066fd7dc9c91f63a9a09ab1c9deb','1444067572','no'),('18815','_transient_mm_spam_8c22066fd7dc9c91f63a9a09ab1c9deb','no','no'),('18818','_transient_timeout_mm_spam_29957b6e128c2bf2d0c4affe4192d181','1444068330','no'),('18819','_transient_mm_spam_29957b6e128c2bf2d0c4affe4192d181','no','no'),('18822','_transient_timeout_mm_spam_52aa5e4b8062ac2321561d2b20adbf08','1444071678','no'),('18823','_transient_mm_spam_52aa5e4b8062ac2321561d2b20adbf08','no','no'),('18829','_transient_timeout_mm_spam_74b69d3f4a589e5018a44cdd19ac8d6f','1444075757','no'),('18830','_transient_mm_spam_74b69d3f4a589e5018a44cdd19ac8d6f','no','no'),('18832','_transient_timeout_mm_spam_58d821e5e77bd06375e138178bb8dfa6','1444078969','no'),('18833','_transient_mm_spam_58d821e5e77bd06375e138178bb8dfa6','no','no'),('18835','_transient_timeout_mm_spam_ecf4cc4038ab9ec149dcf94501a3c290','1444080142','no'),('18836','_transient_mm_spam_ecf4cc4038ab9ec149dcf94501a3c290','no','no'),('18837','_transient_timeout_mm_spam_525abdd994d9ffbc109a202362e62ef4','1444081056','no'),('18838','_transient_mm_spam_525abdd994d9ffbc109a202362e62ef4','no','no'),('18844','_transient_timeout_mm_spam_7887a00dd44606864e4f68431ceeaa1e','1444083433','no'),('18845','_transient_mm_spam_7887a00dd44606864e4f68431ceeaa1e','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18846','_transient_timeout_mm_spam_5d6d250531082dd1e12fe3a5a40ee238','1444083529','no'),('18847','_transient_mm_spam_5d6d250531082dd1e12fe3a5a40ee238','no','no'),('18851','_transient_timeout_mm_spam_2c549c79da301ef27f7a90edb1063c22','1444084337','no'),('18852','_transient_mm_spam_2c549c79da301ef27f7a90edb1063c22','no','no'),('18853','_transient_timeout_mm_spam_24a4f79df83c08c17b1c096c7b0222b0','1444084707','no'),('18854','_transient_mm_spam_24a4f79df83c08c17b1c096c7b0222b0','no','no'),('18855','_transient_timeout_mm_spam_21553ad161b18ba0f1e63b71baae1fed','1444085015','no'),('18856','_transient_mm_spam_21553ad161b18ba0f1e63b71baae1fed','no','no'),('18857','_transient_timeout_mm_spam_fe89ddff66911bb4edd10afd03dd382c','1444085088','no'),('18858','_transient_mm_spam_fe89ddff66911bb4edd10afd03dd382c','no','no'),('18859','_transient_timeout_mm_spam_511bfd4a9a1613068a73454306f4868f','1444085220','no'),('18860','_transient_mm_spam_511bfd4a9a1613068a73454306f4868f','no','no'),('18861','_transient_timeout_mm_spam_cddc2f7bc612d332aefdba1a95b4bc7e','1444085476','no'),('18862','_transient_mm_spam_cddc2f7bc612d332aefdba1a95b4bc7e','no','no'),('18868','_transient_timeout_mm_spam_40c60c35adecbbf029f6a1eb15aaf482','1444088881','no'),('18869','_transient_mm_spam_40c60c35adecbbf029f6a1eb15aaf482','no','no'),('18871','_transient_timeout_mm_spam_fe4f19bb871674477d22a94072650fd3','1444089889','no'),('18872','_transient_mm_spam_fe4f19bb871674477d22a94072650fd3','no','no'),('18873','_transient_timeout_mm_spam_7b2d789c29b2ac3f8ecc99656e36071e','1444090233','no'),('18874','_transient_mm_spam_7b2d789c29b2ac3f8ecc99656e36071e','no','no'),('18875','_transient_timeout_mm_spam_85896461e1fb14a921e2474ab7951643','1444090277','no'),('18876','_transient_mm_spam_85896461e1fb14a921e2474ab7951643','no','no'),('18878','_transient_timeout_mm_spam_737202a9a230231fc989defef35ba52e','1444090617','no'),('18879','_transient_mm_spam_737202a9a230231fc989defef35ba52e','no','no'),('18880','_transient_timeout_mm_spam_a8643fd19ab9b8d0858bd39a8444ec3e','1444090864','no'),('18881','_transient_mm_spam_a8643fd19ab9b8d0858bd39a8444ec3e','no','no'),('18882','_transient_timeout_mm_spam_b9fc9a0c74d5aab29d182a5836329d4a','1444091750','no'),('18883','_transient_mm_spam_b9fc9a0c74d5aab29d182a5836329d4a','no','no'),('18884','_transient_timeout_mm_spam_5705c9921b246199582a9f2a9dfb3867','1444092394','no'),('18885','_transient_mm_spam_5705c9921b246199582a9f2a9dfb3867','no','no'),('18886','_transient_timeout_mm_spam_8d888a45170551adb0773d4a2a5ea8a1','1444093874','no'),('18887','_transient_mm_spam_8d888a45170551adb0773d4a2a5ea8a1','no','no'),('18889','_transient_timeout_mm_spam_58024d27b9e0062c026a9c4499e2442a','1444095547','no'),('18890','_transient_mm_spam_58024d27b9e0062c026a9c4499e2442a','no','no'),('18891','_transient_timeout_mm_spam_6f03c677809a624e70751aee85e52044','1444095942','no'),('18892','_transient_mm_spam_6f03c677809a624e70751aee85e52044','no','no'),('18893','_transient_timeout_mm_spam_ae6353d537c95c828c415447f66a27ab','1444095954','no'),('18894','_transient_mm_spam_ae6353d537c95c828c415447f66a27ab','no','no'),('18895','_transient_timeout_mm_spam_ac7baf2a8bc5dfef9b19da39cc70de3e','1444095968','no'),('18896','_transient_mm_spam_ac7baf2a8bc5dfef9b19da39cc70de3e','no','no'),('18897','_transient_timeout_mm_spam_9495a864c30ec993bcdb467476e62006','1444097185','no'),('18898','_transient_mm_spam_9495a864c30ec993bcdb467476e62006','no','no'),('18901','_transient_timeout_mm_spam_1c0ab7f04d749df9e577f8d163f67ea3','1444102444','no'),('18902','_transient_mm_spam_1c0ab7f04d749df9e577f8d163f67ea3','no','no'),('18903','_transient_timeout_mm_spam_ae3e0cd42aeded89f20cc74fc62f8ac7','1444102728','no'),('18904','_transient_mm_spam_ae3e0cd42aeded89f20cc74fc62f8ac7','no','no'),('18909','_transient_timeout_mm_spam_1e72595c70ea9a788463e1d919e697e8','1444104763','no'),('18910','_transient_mm_spam_1e72595c70ea9a788463e1d919e697e8','no','no'),('18912','_transient_timeout_mm_spam_aa97e8058bd95860ee2e718972f83f7d','1444105263','no'),('18913','_transient_mm_spam_aa97e8058bd95860ee2e718972f83f7d','no','no'),('18914','_transient_timeout_mm_spam_94de27f7b28cad502463ecf517040b53','1444106812','no'),('18915','_transient_mm_spam_94de27f7b28cad502463ecf517040b53','no','no'),('18917','_transient_timeout_mm_spam_082ea98cd6c098f0d46ea54137f21a49','1444109162','no'),('18918','_transient_mm_spam_082ea98cd6c098f0d46ea54137f21a49','no','no'),('18919','_transient_timeout_mm_spam_189a933332eba25bbf271710513a4301','1444109427','no'),('18920','_transient_mm_spam_189a933332eba25bbf271710513a4301','no','no'),('18923','_transient_timeout_mm_spam_c2131967afdb1e697693aefa34ee34e9','1444110293','no'),('18924','_transient_mm_spam_c2131967afdb1e697693aefa34ee34e9','no','no'),('18925','_transient_timeout_mm_spam_140adb86203667b36eabad3ad0b74385','1444110866','no'),('18926','_transient_mm_spam_140adb86203667b36eabad3ad0b74385','no','no'),('18927','_transient_timeout_mm_spam_4317328e15f0938ec104dea918393007','1444111286','no'),('18928','_transient_mm_spam_4317328e15f0938ec104dea918393007','no','no'),('18929','_transient_timeout_mm_spam_6cad81c9edd8c9042b0d09ce89d65207','1444111490','no'),('18930','_transient_mm_spam_6cad81c9edd8c9042b0d09ce89d65207','no','no'),('18932','_transient_timeout_mm_spam_ba00896de3f0f3e4ee25eeb19f1beadb','1444111782','no'),('18933','_transient_mm_spam_ba00896de3f0f3e4ee25eeb19f1beadb','no','no'),('18936','_transient_timeout_mm_spam_96e009379a566bcf065dc6d0622092c5','1444112438','no'),('18937','_transient_mm_spam_96e009379a566bcf065dc6d0622092c5','no','no'),('18938','_transient_timeout_mm_spam_07daa635edbf1d2148b2ca516d787b79','1444113151','no'),('18939','_transient_mm_spam_07daa635edbf1d2148b2ca516d787b79','no','no'),('18945','_transient_timeout_mm_spam_98ab3bf9b98d9798b41f2e6b5fb4ce53','1444115859','no'),('18946','_transient_mm_spam_98ab3bf9b98d9798b41f2e6b5fb4ce53','no','no'),('18950','_transient_timeout_mm_spam_25aa8f3c5492e5bd3db85990501e34ad','1444119457','no'),('18951','_transient_mm_spam_25aa8f3c5492e5bd3db85990501e34ad','no','no'),('18952','_transient_timeout_mm_spam_8bdd46334b51aea86c1d1a9bee5922ed','1444119570','no'),('18953','_transient_mm_spam_8bdd46334b51aea86c1d1a9bee5922ed','no','no'),('18954','_transient_timeout_mm_spam_a43a35dcaac7df2c8f3907e0ca21fa75','1444120639','no'),('18955','_transient_mm_spam_a43a35dcaac7df2c8f3907e0ca21fa75','no','no'),('18956','_transient_timeout_mm_spam_8c65410234282642ffc9cd6d62b9c799','1444120915','no'),('18957','_transient_mm_spam_8c65410234282642ffc9cd6d62b9c799','no','no'),('18959','_transient_timeout_mm_spam_f71a35b9e13d79b1e8b48f713ae48e6b','1444123791','no'),('18960','_transient_mm_spam_f71a35b9e13d79b1e8b48f713ae48e6b','no','no'),('18961','_transient_timeout_mm_spam_1321b4d46c39c548d1f294e359d623ae','1444125224','no'),('18962','_transient_mm_spam_1321b4d46c39c548d1f294e359d623ae','no','no'),('18963','_transient_timeout_mm_spam_7069423c2cf179688f020a42975a55fa','1444125292','no'),('18964','_transient_mm_spam_7069423c2cf179688f020a42975a55fa','no','no'),('18965','_transient_timeout_mm_spam_7cb3f8306578d0e09c0014c317fc6a1e','1444125528','no'),('18966','_transient_mm_spam_7cb3f8306578d0e09c0014c317fc6a1e','no','no'),('18967','_transient_timeout_mm_spam_f28fe85c654320f4ef65f837cb884d8d','1444125591','no'),('18968','_transient_mm_spam_f28fe85c654320f4ef65f837cb884d8d','no','no'),('18976','_transient_timeout_mm_spam_7be18dcb59cee5f0c82b0b909d3abe24','1444128965','no'),('18977','_transient_mm_spam_7be18dcb59cee5f0c82b0b909d3abe24','no','no'),('18978','_transient_timeout_mm_spam_bbad9d2b554f9ae91e735e4428b621f3','1444130025','no'),('18979','_transient_mm_spam_bbad9d2b554f9ae91e735e4428b621f3','no','no'),('18981','_transient_timeout_mm_spam_a40ab8f6d6bb0d0a2a52b9def965fb3b','1444131168','no'),('18982','_transient_mm_spam_a40ab8f6d6bb0d0a2a52b9def965fb3b','no','no'),('18983','_transient_timeout_mm_spam_2ba60e9a93452a19846fefb85d0cbb71','1444131388','no'),('18984','_transient_mm_spam_2ba60e9a93452a19846fefb85d0cbb71','no','no'),('18985','_transient_timeout_mm_spam_75740306913892215b673a1a00d9c4c1','1444132220','no'),('18986','_transient_mm_spam_75740306913892215b673a1a00d9c4c1','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18988','_transient_timeout_mm_spam_4c0e5f528ba8a559f6ada55597980d2a','1444134211','no'),('18989','_transient_mm_spam_4c0e5f528ba8a559f6ada55597980d2a','no','no'),('18990','_transient_timeout_mm_spam_d2c172296a9fc43d7aae2e54fa5c8662','1444135330','no'),('18991','_transient_mm_spam_d2c172296a9fc43d7aae2e54fa5c8662','no','no'),('18992','_transient_timeout_mm_spam_0741ff1a2dafd528f222d4b1e9467323','1444135851','no'),('18993','_transient_mm_spam_0741ff1a2dafd528f222d4b1e9467323','no','no'),('18994','_transient_timeout_mm_spam_3289c7c582dc301be7318345747ad7bd','1444136868','no'),('18995','_transient_mm_spam_3289c7c582dc301be7318345747ad7bd','no','no'),('18996','_transient_timeout_mm_spam_65b1b9ceaba6adf69d2fcbf1b8b4d711','1444136939','no'),('18997','_transient_mm_spam_65b1b9ceaba6adf69d2fcbf1b8b4d711','no','no'),('18999','_transient_timeout_mm_spam_403f28eac94c8e448428e741bd80b79d','1444137914','no'),('19000','_transient_mm_spam_403f28eac94c8e448428e741bd80b79d','no','no'),('19001','_transient_timeout_mm_spam_d93064332a5e4028f8bd7d270b9446ac','1444138108','no'),('19002','_transient_mm_spam_d93064332a5e4028f8bd7d270b9446ac','no','no'),('19003','_transient_timeout_mm_spam_f5466a3e61248069dfd4c781f4eeda5b','1444138210','no'),('19004','_transient_mm_spam_f5466a3e61248069dfd4c781f4eeda5b','no','no'),('19005','_transient_timeout_mm_spam_1b924ea405766676c1c9fab8d683e610','1444139681','no'),('19006','_transient_mm_spam_1b924ea405766676c1c9fab8d683e610','no','no'),('19007','_transient_timeout_mm_spam_3807ca3ce72e6a69fee3cab49a6acca5','1444139756','no'),('19008','_transient_mm_spam_3807ca3ce72e6a69fee3cab49a6acca5','no','no'),('19009','_transient_timeout_mm_spam_45a93fc4f25e5fa20e54a82e842134dc','1444140596','no'),('19010','_transient_mm_spam_45a93fc4f25e5fa20e54a82e842134dc','no','no'),('19014','_transient_timeout_mm_spam_4ddf5907737a9c29a5bc06b449e2a6c8','1444142548','no'),('19015','_transient_mm_spam_4ddf5907737a9c29a5bc06b449e2a6c8','no','no'),('19016','_transient_timeout_mm_spam_40f6696f00dd213832845132f5bd08f1','1444143338','no'),('19017','_transient_mm_spam_40f6696f00dd213832845132f5bd08f1','no','no'),('19019','_transient_timeout_mm_spam_7229c9939487a951e8e1163d35ccb81e','1444144697','no'),('19020','_transient_mm_spam_7229c9939487a951e8e1163d35ccb81e','no','no'),('19023','_transient_timeout_mm_spam_48fa49a356da14efa874190c0a58cfd9','1444147381','no'),('19024','_transient_mm_spam_48fa49a356da14efa874190c0a58cfd9','no','no'),('19031','_transient_timeout_mm_spam_063ad491a592288cc51e3f7812cbc189','1444151963','no'),('19032','_transient_mm_spam_063ad491a592288cc51e3f7812cbc189','no','no'),('19033','_transient_timeout_mm_spam_270a177be69384942e1a707491b33aca','1444152257','no'),('19034','_transient_mm_spam_270a177be69384942e1a707491b33aca','no','no'),('19035','_transient_timeout_mm_spam_703cd4a30331e421813a43f260f1fcee','1444152817','no'),('19036','_transient_mm_spam_703cd4a30331e421813a43f260f1fcee','no','no'),('19039','_transient_timeout_mm_spam_f03d883e1087189d32189c57d564f855','1444153919','no'),('19040','_transient_mm_spam_f03d883e1087189d32189c57d564f855','no','no'),('19041','_transient_timeout_mm_spam_334ea40b4c519e6911ccc4a443baeb18','1444154256','no'),('19042','_transient_mm_spam_334ea40b4c519e6911ccc4a443baeb18','no','no'),('19043','_transient_timeout_mm_spam_4af3bc2f724d4a890e70013da331bf65','1444154272','no'),('19044','_transient_mm_spam_4af3bc2f724d4a890e70013da331bf65','no','no'),('19047','_transient_timeout_mm_spam_1a85c488d309b8faf264b4d9866d7ee6','1444154832','no'),('19048','_transient_mm_spam_1a85c488d309b8faf264b4d9866d7ee6','no','no'),('19051','_transient_timeout_mm_spam_527ab84ae3f791a2ba6977356a6e6094','1444155705','no'),('19052','_transient_mm_spam_527ab84ae3f791a2ba6977356a6e6094','no','no'),('19053','_transient_timeout_mm_spam_13f7ab9e7d23e8c1b224a08ac341d0ec','1444156098','no'),('19054','_transient_mm_spam_13f7ab9e7d23e8c1b224a08ac341d0ec','no','no'),('19056','_transient_timeout_mm_spam_2339239c5a23b7c96f4f10852950078a','1444159355','no'),('19057','_transient_mm_spam_2339239c5a23b7c96f4f10852950078a','no','no'),('19058','_transient_timeout_mm_spam_bddd464228b1d2b8b183fdc59bd875b4','1444159571','no'),('19059','_transient_mm_spam_bddd464228b1d2b8b183fdc59bd875b4','no','no'),('19060','_transient_timeout_mm_spam_8c30eca025768c8e86f24ca788e3b3db','1444159819','no'),('19061','_transient_mm_spam_8c30eca025768c8e86f24ca788e3b3db','no','no'),('19062','_transient_timeout_mm_spam_21cce8ece2d89a915bdfe0aff602b602','1444160000','no'),('19063','_transient_mm_spam_21cce8ece2d89a915bdfe0aff602b602','no','no'),('19064','_transient_timeout_mm_spam_5da59a7510f407d6a1257927b589ff23','1444160908','no'),('19065','_transient_mm_spam_5da59a7510f407d6a1257927b589ff23','no','no'),('19066','_transient_timeout_mm_spam_cbba5cd67c5d26fac1ca524559f5a283','1444161358','no'),('19067','_transient_mm_spam_cbba5cd67c5d26fac1ca524559f5a283','no','no'),('19068','_transient_timeout_mm_spam_0d48cd40c5644ae2293bdf762b751f06','1444161563','no'),('19069','_transient_mm_spam_0d48cd40c5644ae2293bdf762b751f06','no','no'),('19070','_transient_timeout_mm_spam_fa6bf92dd6e530232dcf0f01f0b74ec5','1444162058','no'),('19071','_transient_mm_spam_fa6bf92dd6e530232dcf0f01f0b74ec5','no','no'),('19073','_transient_timeout_mm_spam_a7be01e15c8defe874adea20b37c72b1','1444163268','no'),('19074','_transient_mm_spam_a7be01e15c8defe874adea20b37c72b1','no','no'),('19075','_transient_timeout_mm_spam_d4ae6c9a9e60cc01e56c106c33201471','1444163583','no'),('19076','_transient_mm_spam_d4ae6c9a9e60cc01e56c106c33201471','no','no'),('19082','_transient_timeout_mm_spam_cdb4c9229824bec67bf85d7ed6abb740','1444166230','no'),('19083','_transient_mm_spam_cdb4c9229824bec67bf85d7ed6abb740','no','no'),('19084','_transient_timeout_mm_spam_b4f21c10ff0884766670035c2f42f7e1','1444166964','no'),('19085','_transient_mm_spam_b4f21c10ff0884766670035c2f42f7e1','no','no'),('19086','_transient_timeout_mm_spam_86e276e29d71aecdbb48c0fc77b4a953','1444167250','no'),('19087','_transient_mm_spam_86e276e29d71aecdbb48c0fc77b4a953','no','no'),('19088','_transient_timeout_mm_spam_dda702b134b16130d81680edf5f9c7eb','1444167652','no'),('19089','_transient_mm_spam_dda702b134b16130d81680edf5f9c7eb','no','no'),('19092','_transient_timeout_mm_spam_e05e74923f959b92cbd08d075ac952c0','1444168885','no'),('19093','_transient_mm_spam_e05e74923f959b92cbd08d075ac952c0','no','no'),('19094','_transient_timeout_mm_spam_c27c8ec3a386c370c14d3fa318737065','1444169141','no'),('19095','_transient_mm_spam_c27c8ec3a386c370c14d3fa318737065','no','no'),('19097','_transient_timeout_mm_spam_0d332ee8ae7a0feddf2e46f6184ac637','1444170311','no'),('19098','_transient_mm_spam_0d332ee8ae7a0feddf2e46f6184ac637','no','no'),('19102','_transient_timeout_mm_spam_d3f555966360c16a5c6dcfc6519f3bee','1444170910','no'),('19103','_transient_mm_spam_d3f555966360c16a5c6dcfc6519f3bee','yes','no'),('19106','_transient_timeout_mm_spam_e7465aeacc576d33f6a6950d43fdc4c0','1444171097','no'),('19107','_transient_mm_spam_e7465aeacc576d33f6a6950d43fdc4c0','no','no'),('19108','_transient_timeout_mm_spam_7fcb3280c470b0b4588ab7bf9d092663','1444172311','no'),('19109','_transient_mm_spam_7fcb3280c470b0b4588ab7bf9d092663','no','no'),('19110','_transient_timeout_mm_spam_162dc8cedb74314558002c62da2948f7','1444172369','no'),('19111','_transient_mm_spam_162dc8cedb74314558002c62da2948f7','no','no'),('19112','_transient_timeout_mm_spam_cd99d2842802a8d132d4f60370e6b6f9','1444172410','no'),('19113','_transient_mm_spam_cd99d2842802a8d132d4f60370e6b6f9','no','no'),('19114','_transient_timeout_mm_spam_5b4024e41c64d2b844b7ffe88eb29efe','1444172691','no'),('19115','_transient_mm_spam_5b4024e41c64d2b844b7ffe88eb29efe','no','no'),('19119','_transient_timeout_mm_spam_bcbcf8aac35050784dcd0c0d7bfcbc0d','1444174818','no'),('19120','_transient_mm_spam_bcbcf8aac35050784dcd0c0d7bfcbc0d','no','no'),('19121','_transient_timeout_mm_spam_1e0f0ec60d69b0875b11c72da4aaaa07','1444175140','no'),('19122','_transient_mm_spam_1e0f0ec60d69b0875b11c72da4aaaa07','no','no'),('19123','_transient_timeout_mm_spam_04c8190b3178c570b8ed5f5a0383a240','1444175636','no'),('19124','_transient_mm_spam_04c8190b3178c570b8ed5f5a0383a240','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('19126','_transient_timeout_mm_spam_a8ef56e7b9d2c05fa92893d6ca7b2b93','1444176323','no'),('19127','_transient_mm_spam_a8ef56e7b9d2c05fa92893d6ca7b2b93','no','no'),('19141','_transient_timeout_mm_spam_127aa991f251bf39a8c3bdec53b68ed4','1444180476','no'),('19142','_transient_mm_spam_127aa991f251bf39a8c3bdec53b68ed4','no','no'),('19146','_transient_timeout_mm_spam_e7bc1c66933ed4aca00be58289ae9187','1444180854','no'),('19147','_transient_mm_spam_e7bc1c66933ed4aca00be58289ae9187','no','no'),('19149','_transient_timeout_mm_spam_8370b8b7bfd3e5ad515b38444b3559b9','1444184532','no'),('19150','_transient_mm_spam_8370b8b7bfd3e5ad515b38444b3559b9','no','no'),('19151','_transient_timeout_mm_spam_f2fd49da07f90eeda96ca8d576df9bba','1444185938','no'),('19152','_transient_mm_spam_f2fd49da07f90eeda96ca8d576df9bba','no','no'),('19153','_transient_timeout_mm_spam_414cfeaffc1867e86c2ab0d358858c1e','1444186788','no'),('19154','_transient_mm_spam_414cfeaffc1867e86c2ab0d358858c1e','no','no'),('19161','_transient_timeout_mm_spam_845627f3ae08f29e6968f567cc795d67','1444191669','no'),('19162','_transient_mm_spam_845627f3ae08f29e6968f567cc795d67','no','no'),('19163','_transient_timeout_mm_spam_9e8fc599a4967b93cb8da6487b4b8580','1444192754','no'),('19164','_transient_mm_spam_9e8fc599a4967b93cb8da6487b4b8580','no','no'),('19169','_transient_timeout_mm_spam_91fe04098d8c8a5a25d01c848c7e4a5e','1444194031','no'),('19170','_transient_mm_spam_91fe04098d8c8a5a25d01c848c7e4a5e','no','no'),('19172','_transient_timeout_mm_spam_5df43ec6a2ef26b6144ff8577c0a66c5','1444195645','no'),('19173','_transient_mm_spam_5df43ec6a2ef26b6144ff8577c0a66c5','no','no'),('19175','_transient_timeout_mm_spam_b24f806f6343578017a8f8f8763f55d6','1444200257','no'),('19176','_transient_mm_spam_b24f806f6343578017a8f8f8763f55d6','no','no'),('19178','_transient_timeout_mm_spam_606529bbe7e361cd179a5caf3a1d9183','1444202870','no'),('19179','_transient_mm_spam_606529bbe7e361cd179a5caf3a1d9183','no','no'),('19182','_transient_timeout_mm_spam_0fd7beba18025e704ee79ec992716243','1444204586','no'),('19183','_transient_mm_spam_0fd7beba18025e704ee79ec992716243','no','no'),('19189','_transient_timeout_mm_spam_d598f9a3b5212dca8d17397d87a0b99e','1444206516','no'),('19190','_transient_mm_spam_d598f9a3b5212dca8d17397d87a0b99e','no','no'),('19191','_transient_timeout_mm_spam_839b74704cef7c956c0ed5a30afe3b30','1444206562','no'),('19192','_transient_mm_spam_839b74704cef7c956c0ed5a30afe3b30','no','no'),('19198','_transient_timeout_mm_spam_b94ce79b39d6089ca0c86540293788d2','1444214305','no'),('19199','_transient_mm_spam_b94ce79b39d6089ca0c86540293788d2','no','no'),('19201','_transient_timeout_mm_spam_3a3d6d7686a1793f45995c05a4113de7','1444217593','no'),('19202','_transient_mm_spam_3a3d6d7686a1793f45995c05a4113de7','no','no'),('19207','_transient_timeout_mm_spam_33c9e48b98ae6c480221bb9b03d0ff01','1444226025','no'),('19208','_transient_mm_spam_33c9e48b98ae6c480221bb9b03d0ff01','no','no'),('19213','_transient_timeout_mm_spam_abc0f43729989c95caa1ebc5ac67196c','1444228006','no'),('19214','_transient_mm_spam_abc0f43729989c95caa1ebc5ac67196c','no','no'),('19215','_transient_timeout_mm_spam_fde9212c2817b5666dd6be1d0bc476e1','1444228276','no'),('19216','_transient_mm_spam_fde9212c2817b5666dd6be1d0bc476e1','no','no'),('19227','_transient_timeout_mm_spam_378b15552724e38c70447eff601286bf','1444229050','no'),('19228','_transient_mm_spam_378b15552724e38c70447eff601286bf','no','no'),('19230','_transient_timeout_mm_spam_d8fa2ffd46f7fc214134107c8c80eb2c','1444232025','no'),('19231','_transient_mm_spam_d8fa2ffd46f7fc214134107c8c80eb2c','no','no'),('19238','_transient_timeout_mm_spam_fa50bc8459019b376057ed421edad349','1444233993','no'),('19239','_transient_mm_spam_fa50bc8459019b376057ed421edad349','no','no'),('19242','_transient_timeout_mm_spam_53daeada4411db47a011e092c9235425','1444239799','no'),('19243','_transient_mm_spam_53daeada4411db47a011e092c9235425','no','no'),('19244','_transient_timeout_mm_spam_7bad47a09fada07b69a5ad952b8972e8','1444239856','no'),('19245','_transient_mm_spam_7bad47a09fada07b69a5ad952b8972e8','no','no'),('19246','_transient_timeout_mm_spam_e449d84b93ae0fe46e8fa37fd2804290','1444240250','no'),('19247','_transient_mm_spam_e449d84b93ae0fe46e8fa37fd2804290','no','no'),('19249','_transient_timeout_mm_spam_d8c369156eca5c57dd1ceed682c11784','1444242042','no'),('19250','_transient_mm_spam_d8c369156eca5c57dd1ceed682c11784','no','no'),('19251','_transient_timeout_mm_spam_33e9a89e20e3acd9e55e1d3e3a67020a','1444243192','no'),('19252','_transient_mm_spam_33e9a89e20e3acd9e55e1d3e3a67020a','no','no'),('19257','_transient_timeout_mm_spam_6be5b920ad2feb0038e7d15cb255677d','1444249430','no'),('19258','_transient_mm_spam_6be5b920ad2feb0038e7d15cb255677d','no','no'),('19260','_transient_timeout_mm_spam_07de13aca656b47b1a3677941752e19a','1444252911','no'),('19261','_transient_mm_spam_07de13aca656b47b1a3677941752e19a','no','no'),('19268','_transient_timeout_mm_spam_c091d08a891a4e93eb9d2577f05fcd48','1444258085','no'),('19269','_transient_mm_spam_c091d08a891a4e93eb9d2577f05fcd48','no','no'),('19294','_transient_timeout_mm_spam_fbddc031360dbbe8f332111ef0041cab','1444278089','no'),('19295','_transient_mm_spam_fbddc031360dbbe8f332111ef0041cab','no','no'),('19301','_transient_timeout_mm_spam_e9063813c1972ded9119329df9ac51f4','1444285337','no'),('19302','_transient_mm_spam_e9063813c1972ded9119329df9ac51f4','no','no'),('19315','_transient_timeout_mm_spam_3c70d04c4af4889eabdd3dbf235d3e9f','1444299715','no'),('19316','_transient_mm_spam_3c70d04c4af4889eabdd3dbf235d3e9f','no','no'),('19344','_transient_timeout_mm_spam_6638654c18c8e6d79ed648fbd511b207','1444321696','no'),('19345','_transient_mm_spam_6638654c18c8e6d79ed648fbd511b207','no','no'),('19346','_transient_timeout_mm_spam_f2614153a013e7eb5f7ca30454256ef0','1444323308','no'),('19347','_transient_mm_spam_f2614153a013e7eb5f7ca30454256ef0','no','no'),('19351','_transient_timeout_mm_spam_9642053cd6dacf20f1e005c92e0d378b','1444326176','no'),('19352','_transient_mm_spam_9642053cd6dacf20f1e005c92e0d378b','no','no'),('19363','_transient_timeout_mm_spam_7268ca66aa63d17f7a54538db063e24a','1444343069','no'),('19364','_transient_mm_spam_7268ca66aa63d17f7a54538db063e24a','no','no'),('19384','_transient_timeout_mm_spam_000c38377dabb250c67755111b0d6c27','1444351070','no'),('19385','_transient_mm_spam_000c38377dabb250c67755111b0d6c27','no','no'),('19399','_transient_timeout_mm_spam_75982ae49c13e00282afb2dda55637d0','1444361175','no'),('19400','_transient_mm_spam_75982ae49c13e00282afb2dda55637d0','no','no'),('19409','_transient_timeout_mm_spam_267e30306836e9e7f71794d3fc574d97','1444368333','no'),('19410','_transient_mm_spam_267e30306836e9e7f71794d3fc574d97','no','no'),('19411','_transient_timeout_mm_spam_14f0eb0a9e1c2c19287fc1b2084df029','1444370721','no'),('19412','_transient_mm_spam_14f0eb0a9e1c2c19287fc1b2084df029','no','no'),('19416','_transient_timeout_mm_spam_f764b0196132acbd59517a493ca15634','1444371339','no'),('19417','_transient_mm_spam_f764b0196132acbd59517a493ca15634','no','no'),('19433','_transient_timeout_mm_spam_73eaf03da4fc209f2bb592a3a218ece9','1444375116','no'),('19434','_transient_mm_spam_73eaf03da4fc209f2bb592a3a218ece9','no','no'),('19456','_transient_timeout_mm_spam_6e434ef4397c4d37a61137070b0fcf10','1444389911','no'),('19457','_transient_mm_spam_6e434ef4397c4d37a61137070b0fcf10','no','no'),('19478','_transient_timeout_mm_spam_a8573de28fb460e7496c283faee02972','1444400160','no'),('19479','_transient_mm_spam_a8573de28fb460e7496c283faee02972','no','no'),('19512','_transient_timeout_mm_spam_b10ddaad4f7b1bf2888e5f82e3037f45','1444408327','no'),('19513','_transient_mm_spam_b10ddaad4f7b1bf2888e5f82e3037f45','no','no'),('19520','_transient_timeout_mm_spam_e384ba90e9f61164d2daae8860393b71','1444412310','no'),('19521','_transient_mm_spam_e384ba90e9f61164d2daae8860393b71','no','no'),('19522','_transient_timeout_mm_spam_04e63cad1c6d6a69b2032286d0a689c7','1444412510','no'),('19523','_transient_mm_spam_04e63cad1c6d6a69b2032286d0a689c7','no','no'),('19537','_transient_timeout_mm_spam_21efe2959a5533e0c1aaf06344948c04','1444426482','no'),('19538','_transient_mm_spam_21efe2959a5533e0c1aaf06344948c04','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('19550','_transient_timeout_mm_spam_4e3a48e4e175554027b390908bfd4b26','1444436211','no'),('19551','_transient_mm_spam_4e3a48e4e175554027b390908bfd4b26','no','no'),('19566','_transient_timeout_mm_spam_ec8f70c974e0c033e96ee353476b1a9a','1444453566','no'),('19567','_transient_mm_spam_ec8f70c974e0c033e96ee353476b1a9a','no','no'),('19576','_site_transient_timeout_browser_42f88bb63a391df782311f24fc8cf246','1444976062','yes'),('19577','_site_transient_browser_42f88bb63a391df782311f24fc8cf246','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.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'),('19584','_transient_timeout_mm_test','1446790464','no'),('19585','_transient_mm_test','a:1:{s:3:\"key\";s:4:\"none\";}','no'),('19634','_transient_timeout_mm_spam_e28721ac0397d5082d4b8149172dc220','1444465363','no'),('19635','_transient_mm_spam_e28721ac0397d5082d4b8149172dc220','no','no'),('19644','_transient_timeout_mm_spam_57cb26c66143b83f0f87cc510030d7d2','1444472617','no'),('19645','_transient_mm_spam_57cb26c66143b83f0f87cc510030d7d2','no','no'),('19649','_transient_timeout_mm_spam_8bdde2d610a1137e6cd5b3ad65ad989a','1444474607','no'),('19650','_transient_mm_spam_8bdde2d610a1137e6cd5b3ad65ad989a','no','no'),('19674','_transient_timeout_mm_spam_97b6ec57e595c330d1f843aefa76db90','1444490426','no'),('19675','_transient_mm_spam_97b6ec57e595c330d1f843aefa76db90','no','no'),('19707','_transient_timeout_mm_spam_533391a46da8413ba98040f3f05a8bb4','1444497513','no'),('19708','_transient_mm_spam_533391a46da8413ba98040f3f05a8bb4','no','no'),('19730','_transient_timeout_mm_spam_e5333249996f24b3ca26c01990ef3eb6','1444504350','no'),('19731','_transient_mm_spam_e5333249996f24b3ca26c01990ef3eb6','no','no'),('19754','_transient_timeout_mm_spam_2180f5ba6576368888ad37f068138c9a','1444522568','no'),('19755','_transient_mm_spam_2180f5ba6576368888ad37f068138c9a','no','no'),('19772','_transient_timeout_mm_spam_9cd85e46f4532555137fb90cca9a00d4','1444539915','no'),('19773','_transient_mm_spam_9cd85e46f4532555137fb90cca9a00d4','no','no'),('19776','_transient_timeout_mm_spam_2038e06630a4cf3ad414a64a9dfa1ead','1444544617','no'),('19777','_transient_mm_spam_2038e06630a4cf3ad414a64a9dfa1ead','no','no'),('19807','_transient_timeout_mm_spam_1f82e327b8998e30d10d3c22c9cab870','1444574606','no'),('19808','_transient_mm_spam_1f82e327b8998e30d10d3c22c9cab870','no','no'),('19817','_transient_timeout_mm_spam_909d4ec6ee51c774352fb8329d338b66','1444579393','no'),('19818','_transient_mm_spam_909d4ec6ee51c774352fb8329d338b66','yes','no'),('19821','_transient_timeout_mm_spam_8226d34166d88d51496fe847a30b132f','1444580063','no'),('19822','_transient_mm_spam_8226d34166d88d51496fe847a30b132f','no','no'),('19824','_transient_timeout_mm_spam_623beac6b1413f380433d74cf8f17633','1444583583','no'),('19825','_transient_mm_spam_623beac6b1413f380433d74cf8f17633','no','no'),('19832','_transient_timeout_mm_spam_47a5f846e58c1a62244ae8ab75cdf403','1444587594','no'),('19833','_transient_mm_spam_47a5f846e58c1a62244ae8ab75cdf403','no','no'),('19834','_transient_timeout_mm_spam_8b175dfce902af2eaec9ac091429cf7d','1444588545','no'),('19835','_transient_mm_spam_8b175dfce902af2eaec9ac091429cf7d','yes','no'),('19849','_transient_timeout_mm_spam_9af15c8a012023d0b66aa7d461344920','1444605041','no'),('19850','_transient_mm_spam_9af15c8a012023d0b66aa7d461344920','no','no'),('19853','_transient_timeout_mm_spam_af9452515acdf38a24a1096fd9610562','1444608139','no'),('19854','_transient_mm_spam_af9452515acdf38a24a1096fd9610562','no','no'),('19864','_transient_timeout_mm_spam_b80cf9692b8b67d8646eea8bb9a7bf85','1444616356','no'),('19865','_transient_mm_spam_b80cf9692b8b67d8646eea8bb9a7bf85','no','no'),('19866','_transient_timeout_mm_spam_77eeb8c911420c5ea15282fdeb566b09','1444619561','no'),('19867','_transient_mm_spam_77eeb8c911420c5ea15282fdeb566b09','no','no'),('19877','_transient_timeout_mm_spam_2f3989165d036d61588af97a342d96d1','1444622769','no'),('19878','_transient_mm_spam_2f3989165d036d61588af97a342d96d1','no','no'),('19883','_transient_timeout_mm_spam_e4b32c7fc86144cf21f567213772d704','1444629064','no'),('19884','_transient_mm_spam_e4b32c7fc86144cf21f567213772d704','no','no'),('19886','_transient_timeout_mm_spam_4fcef498e4d7f646e4064cdefb610d03','1444630720','no'),('19887','_transient_mm_spam_4fcef498e4d7f646e4064cdefb610d03','no','no'),('19888','_transient_timeout_mm_spam_192c2d5d74aecb8916d4d106e89f1890','1444633738','no'),('19889','_transient_mm_spam_192c2d5d74aecb8916d4d106e89f1890','no','no'),('19890','_transient_timeout_mm_spam_21fcd75d5ac1eef33640b1472e8e78b7','1444636811','no'),('19891','_transient_mm_spam_21fcd75d5ac1eef33640b1472e8e78b7','no','no'),('19896','_transient_timeout_mm_spam_ea208b854a8d028584ca38e0f43fd568','1444642900','no'),('19897','_transient_mm_spam_ea208b854a8d028584ca38e0f43fd568','no','no'),('19902','_transient_timeout_mm_spam_6cf0e8980dace345700f5ff45adf3abe','1444648097','no'),('19903','_transient_mm_spam_6cf0e8980dace345700f5ff45adf3abe','no','no'),('19909','_transient_timeout_mm_spam_fa83ebec62781861772d26de46944897','1444656952','no'),('19910','_transient_mm_spam_fa83ebec62781861772d26de46944897','no','no'),('19927','_transient_timeout_mm_spam_f89ba91810c5258420d3a68d5a73ee82','1444680614','no'),('19928','_transient_mm_spam_f89ba91810c5258420d3a68d5a73ee82','no','no'),('19930','_transient_timeout_mm_spam_80e9a552c6185dae68c76bee81862aa1','1444683805','no'),('19931','_transient_mm_spam_80e9a552c6185dae68c76bee81862aa1','no','no'),('19941','_transient_timeout_mm_spam_0b6edfb6ba509040f271a5d9ad60e30c','1444691616','no'),('19942','_transient_mm_spam_0b6edfb6ba509040f271a5d9ad60e30c','no','no'),('19944','_transient_timeout_mm_spam_d74e668621eea0a2a07d3cdf79c3edd8','1444694868','no'),('19945','_transient_mm_spam_d74e668621eea0a2a07d3cdf79c3edd8','no','no'),('19950','_transient_timeout_mm_spam_d4951dcd8de0014f261ddb29114020d0','1444701413','no'),('19951','_transient_mm_spam_d4951dcd8de0014f261ddb29114020d0','no','no'),('19959','_transient_timeout_mm_spam_34126f7328034d00bb0f7010ea0099d4','1444708805','no'),('19960','_transient_mm_spam_34126f7328034d00bb0f7010ea0099d4','no','no'),('19964','_transient_timeout_mm_spam_ed491c0e4ee19abb7909c0cc64c96686','1444717253','no'),('19965','_transient_mm_spam_ed491c0e4ee19abb7909c0cc64c96686','no','no'),('19974','_transient_timeout_mm_spam_828c15d7a7ed09818e3b18256186d679','1444731520','no'),('19975','_transient_mm_spam_828c15d7a7ed09818e3b18256186d679','no','no'),('19979','_transient_timeout_mm_spam_0bbbde27bb073af0b24a94dff72ecb07','1444734412','no'),('19980','_transient_mm_spam_0bbbde27bb073af0b24a94dff72ecb07','no','no'),('19982','_transient_timeout_mm_spam_e63645bee0688881e7e427377036c40a','1444737323','no'),('19983','_transient_mm_spam_e63645bee0688881e7e427377036c40a','no','no'),('19986','_transient_timeout_mm_spam_d14d866dac9cb2335d8a82c59f72e3b0','1444742944','no'),('19987','_transient_mm_spam_d14d866dac9cb2335d8a82c59f72e3b0','no','no'),('19990','_transient_timeout_mm_spam_6a462d3df1c07033a02c3e188414c931','1444743370','no'),('19991','_transient_mm_spam_6a462d3df1c07033a02c3e188414c931','no','no'),('19993','_transient_timeout_mm_spam_a0e37ce27c0c448b5726ccf1bfb9de28','1444746121','no'),('19994','_transient_mm_spam_a0e37ce27c0c448b5726ccf1bfb9de28','no','no'),('19997','_transient_timeout_mm_spam_cb35ad41e0a8e489b644697081d7d111','1444749504','no'),('19998','_transient_mm_spam_cb35ad41e0a8e489b644697081d7d111','no','no'),('20000','_transient_timeout_mm_spam_25eb67f591815db67bacf498db522d1c','1444749815','no'),('20001','_transient_mm_spam_25eb67f591815db67bacf498db522d1c','no','no'),('20008','_transient_timeout_mm_spam_e8dc949fcd279a8ac5f2d5b08adf9f73','1444752822','no'),('20009','_transient_mm_spam_e8dc949fcd279a8ac5f2d5b08adf9f73','no','no'),('20045','_transient_timeout_mm_spam_ff53d3fa4c54b2ddb246d10457efd488','1444756354','no'),('20046','_transient_mm_spam_ff53d3fa4c54b2ddb246d10457efd488','no','no'),('20053','_transient_timeout_mm_spam_ab0cf517afadec4a008afdce5d9cf750','1444760514','no'),('20054','_transient_mm_spam_ab0cf517afadec4a008afdce5d9cf750','no','no'),('20073','_transient_timeout_mm_spam_56429cca21e853ef3f1129ffd8a7d636','1444770317','no'),('20074','_transient_mm_spam_56429cca21e853ef3f1129ffd8a7d636','no','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('20076','_transient_timeout_mm_spam_7dd864ffd9102f75fc9c42ed2ac1c89b','1444773468','no'),('20077','_transient_mm_spam_7dd864ffd9102f75fc9c42ed2ac1c89b','no','no'),('20079','_transient_timeout_mm_spam_16e89bce176462084a0328d32307dba3','1444774871','no'),('20080','_transient_mm_spam_16e89bce176462084a0328d32307dba3','no','no'),('20100','_transient_timeout_mm_spam_3efd90f10ba40f8473449a18e08bdaae','1444785655','no'),('20101','_transient_mm_spam_3efd90f10ba40f8473449a18e08bdaae','no','no'),('20103','_transient_timeout_mm_spam_46dc928534a9ab9e5ab2cb3618e172df','1444787470','no'),('20104','_transient_mm_spam_46dc928534a9ab9e5ab2cb3618e172df','no','no'),('20106','_transient_timeout_mm_spam_8b2b3ec243a61698633fc739eba7a307','1444789269','no'),('20107','_transient_mm_spam_8b2b3ec243a61698633fc739eba7a307','no','no'),('20120','_transient_timeout_mm_spam_c0d3ba6d98ea899cf6c99fb7eb35d238','1444806705','no'),('20121','_transient_mm_spam_c0d3ba6d98ea899cf6c99fb7eb35d238','no','no'),('20123','_transient_timeout_mm_spam_2c44cef7d038b2eca8ff4d73c69a4b09','1444808337','no'),('20124','_transient_mm_spam_2c44cef7d038b2eca8ff4d73c69a4b09','yes','no'),('20125','_transient_timeout_mm_spam_fa72bdb74984e0da05fadaf262ad546a','1444809839','no'),('20126','_transient_mm_spam_fa72bdb74984e0da05fadaf262ad546a','no','no'),('20136','_transient_timeout_mm_spam_6c40d2dff810c4714163d3c104ed6b7b','1444821627','no'),('20137','_transient_mm_spam_6c40d2dff810c4714163d3c104ed6b7b','no','no'),('20139','_transient_timeout_mm_spam_383e9df9139436c7abd85a7a78946524','1444825003','no'),('20140','_transient_mm_spam_383e9df9139436c7abd85a7a78946524','no','no'),('20141','_transient_timeout_mm_spam_c7678ec86c285467b2bb6bbf4552d5e5','1444828359','no'),('20142','_transient_mm_spam_c7678ec86c285467b2bb6bbf4552d5e5','no','no'),('20145','_transient_timeout_mm_spam_bc3af326eb571b806ff317c194c3dd99','1444832544','no'),('20146','_transient_mm_spam_bc3af326eb571b806ff317c194c3dd99','no','no'),('20148','_transient_timeout_mm_spam_50950479765b1683904cf40f6ff92b1c','1444835916','no'),('20149','_transient_mm_spam_50950479765b1683904cf40f6ff92b1c','no','no'),('20167','_transient_timeout_mm_spam_5dd43d743411452a8ae944c9b2fe523b','1444846835','no'),('20168','_transient_mm_spam_5dd43d743411452a8ae944c9b2fe523b','no','no'),('20169','_transient_timeout_mm_spam_cdb922625a8f87bb9bfd4a52d1bc5d5b','1444849991','no'),('20170','_transient_mm_spam_cdb922625a8f87bb9bfd4a52d1bc5d5b','no','no'),('20172','_transient_timeout_mm_spam_a15ad6e0725c3bd04afd925c524fc3a9','1444853153','no'),('20173','_transient_mm_spam_a15ad6e0725c3bd04afd925c524fc3a9','no','no'),('20176','_transient_timeout_mm_spam_77ee5a1bcccfa3561210faae5b8e8640','1444859269','no'),('20177','_transient_mm_spam_77ee5a1bcccfa3561210faae5b8e8640','no','no'),('20190','_transient_timeout_mm_spam_1b910f42a63d254f87534e69387afd88','1444875541','no'),('20191','_transient_mm_spam_1b910f42a63d254f87534e69387afd88','no','no'),('20192','_transient_timeout_mm_spam_45835b3fbd115485ab85d7e1f704b53d','1444878514','no'),('20193','_transient_mm_spam_45835b3fbd115485ab85d7e1f704b53d','no','no'),('20199','_transient_timeout_mm_spam_b5e55b537e9d0e656099d69c42574428','1444881516','no'),('20200','_transient_mm_spam_b5e55b537e9d0e656099d69c42574428','no','no'),('20202','_transient_timeout_mm_spam_23613029a0fda5c32f3e5c0ef4b2caf2','1444884477','no'),('20203','_transient_mm_spam_23613029a0fda5c32f3e5c0ef4b2caf2','no','no'),('20212','_transient_timeout_mm_spam_fb9f2f80819b9be2aa67435d404802e0','1444892928','no'),('20213','_transient_mm_spam_fb9f2f80819b9be2aa67435d404802e0','no','no'),('20216','_transient_timeout_mm_spam_7f3b120bce802d6cc15e8fb4d90b8580','1444898801','no'),('20217','_transient_mm_spam_7f3b120bce802d6cc15e8fb4d90b8580','no','no'),('20235','_transient_timeout_mm_spam_3755ebe602091dab3d630218457171c3','1444927825','no'),('20236','_transient_mm_spam_3755ebe602091dab3d630218457171c3','no','no'),('20238','_transient_timeout_mm_spam_1788c8b3f8589cdf9178a0af405e4325','1444931042','no'),('20239','_transient_mm_spam_1788c8b3f8589cdf9178a0af405e4325','no','no'),('20243','_transient_timeout_mm_spam_360cbe21b182bb9d62f88422f998c30d','1444939222','no'),('20244','_transient_mm_spam_360cbe21b182bb9d62f88422f998c30d','no','no'),('20247','_transient_timeout_mm_spam_b11bc7a704ba7fdf4104211a1c7720bd','1444945216','no'),('20248','_transient_mm_spam_b11bc7a704ba7fdf4104211a1c7720bd','no','no'),('20250','_transient_timeout_mm_spam_f06556f89e86f8b2dccf1f84774bf96a','1444947535','no'),('20251','_transient_mm_spam_f06556f89e86f8b2dccf1f84774bf96a','no','no'),('20285','_transient_timeout_plugin_slugs','1445034427','no'),('20286','_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:41:\"hellobar_wp_plugin/hellobar_wp_plugin.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:23:\"leadpages/leadpages.php\";i:4;s:41:\"mojo-marketplace-vps/mojo-marketplace.php\";i:5;s:27:\"pretty-link/pretty-link.php\";i:6;s:45:\"simple-podcast-press/simple-podcast-press.php\";i:7;s:17:\"sumome/sumome.php\";i:8;s:43:\"the-events-calendar/the-events-calendar.php\";i:9;s:41:\"wordpress-importer/wordpress-importer.php\";i:10;s:31:\"wp-spamshield/wp-spamshield.php\";i:11;s:23:\"blogclone/blogclone.php\";i:12;s:27:\"wp-super-cache/wp-cache.php\";}','no'),('20292','_transient_timeout_mm_spam_1e31a64ae611d3a2b755c2b772f1d8e8','1444953489','no'),('20293','_transient_mm_spam_1e31a64ae611d3a2b755c2b772f1d8e8','no','no'),('20297','_transient_timeout_mm_spam_d0d0d55850d43fb980c92e527dafba21','1444959569','no'),('20298','_transient_mm_spam_d0d0d55850d43fb980c92e527dafba21','no','no'),('20301','_transient_timeout_mm_spam_7fd92cd8662a542cfd4c3d71333aa6d9','1444967377','no'),('20302','_transient_mm_spam_7fd92cd8662a542cfd4c3d71333aa6d9','no','no'),('20309','_transient_timeout_mm_spam_dc0e9b1bf67aea3ee94bb3d7e3e4dc45','1444976204','no'),('20310','_transient_mm_spam_dc0e9b1bf67aea3ee94bb3d7e3e4dc45','no','no'),('20311','_transient_timeout_mm_spam_2923de872281448f4cadb52a0be4cec5','1444978826','no'),('20312','_transient_mm_spam_2923de872281448f4cadb52a0be4cec5','no','no'),('20315','_transient_timeout_mm_spam_dca68995b3821c08be6fe52ccb879899','1444986865','no'),('20316','_transient_mm_spam_dca68995b3821c08be6fe52ccb879899','no','no'),('20318','_transient_timeout_mm_spam_6bd11b5e68f77851df0d085c57dcf8a3','1444989491','no'),('20319','_transient_mm_spam_6bd11b5e68f77851df0d085c57dcf8a3','no','no'),('20321','_transient_timeout_mm_spam_3947aac33535a066c47ca0c83a4594de','1444990711','no'),('20322','_transient_mm_spam_3947aac33535a066c47ca0c83a4594de','no','no'),('20327','_transient_timeout_mm_spam_583787b852d9b3e449e98f954ebdfbe0','1444993485','no'),('20328','_transient_mm_spam_583787b852d9b3e449e98f954ebdfbe0','no','no'),('20331','_transient_timeout_mm_spam_98eceae8d6f3c3f83791790c02bee51a','1444999084','no'),('20332','_transient_mm_spam_98eceae8d6f3c3f83791790c02bee51a','no','no'),('20334','_transient_timeout_mm_spam_41303b568bdfb273775dd55cf9cb625e','1445002005','no'),('20335','_transient_mm_spam_41303b568bdfb273775dd55cf9cb625e','no','no'),('20337','_transient_timeout_mm_spam_b4cf8977b8532d635781e41908e74503','1445005164','no'),('20338','_transient_mm_spam_b4cf8977b8532d635781e41908e74503','no','no'),('20349','_transient_timeout_mm_spam_25b36005f0367a9cdfe80386df1308ad','1445008053','no'),('20350','_transient_mm_spam_25b36005f0367a9cdfe80386df1308ad','no','no'),('20352','_transient_timeout_mm_spam_4e4872eb17ccdc51e4ea6cb331470cd5','1445010883','no'),('20353','_transient_mm_spam_4e4872eb17ccdc51e4ea6cb331470cd5','no','no'),('20359','_transient_timeout_mm_spam_5c7daf670d84193c956d9b0b6b01f622','1445013690','no'),('20360','_transient_mm_spam_5c7daf670d84193c956d9b0b6b01f622','no','no'),('20362','_transient_timeout_mm_spam_19cec5df77e6d6a58981b4686741efd5','1445016536','no'),('20363','_transient_mm_spam_19cec5df77e6d6a58981b4686741efd5','no','no'),('20365','_transient_timeout_mm_spam_41b7e5db1c4b63878440dd6a1ecfcca4','1445022639','no'),('20366','_transient_mm_spam_41b7e5db1c4b63878440dd6a1ecfcca4','no','no'),('20381','_transient_timeout_mm_spam_0fe367b0c3e9b380907aa20fd04c898a','1445028441','no'),('20382','_transient_mm_spam_0fe367b0c3e9b380907aa20fd04c898a','no','no'),('20384','_transient_timeout_mm_spam_04e5d0c6a3804706f4a20ca17dee880a','1445031294','no'),('20385','_transient_mm_spam_04e5d0c6a3804706f4a20ca17dee880a','no','no'),('20386','_transient_timeout_mm_spam_564d71260a745d67e915d267b8df109b','1445032154','no'),('20387','_transient_mm_spam_564d71260a745d67e915d267b8df109b','no','no'),('20392','_site_transient_timeout__prli_messages','1444948987','yes'),('20393','_site_transient__prli_messages','a:1:{i:0;s:550:\"If you like Pretty Link and want to generate income from your WordPress website then you\'ll love our new plugin:<br/><a class=\"prli_message_image\" href=\"http://www.memberpress.com/supercleanse/payments-728\"><img src=\"http://s3.amazonaws.com/plpmessages/banner5.png\" /></a><script>jQuery(\'.prli_message_image\').parent().removeClass(\'updated\');jQuery(\'.prli_message_image\').parent().parent().css(\'border-color\',\'transparent\').css(\'background-color\',\'transparent\');jQuery(\'.prli_message_image img\').css(\'width\',\'100%\').css(\'max-width\',\'728px\');</script>\";}','yes');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('20394','_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1444957988','no'),('20395','_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','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\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\";s:7:\"attribs\";a: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:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://theeventscalendar.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress event plugins for people who kick ass\";s: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:\"Thu, 15 Oct 2015 21:27:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:45:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Join Modern Tribe’s QA 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://theeventscalendar.com/join-modern-tribes-qa-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://theeventscalendar.com/join-modern-tribes-qa-team/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Oct 2015 23:14:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Gigs\";s: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:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1014327\";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:560:\"<p>Modern Tribe’s QA team works on a lot of cool projects: over the past year alone, we’ve tested sites built by our dev team for big-name clients including Stanford Law School, Bon Appetit Magazine, MIT, Harvard Law School + Urban Movie Channel. (Want to see how we did? The links above highlight some of our&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/join-modern-tribes-qa-team/\">Join Modern Tribe&#8217;s QA team</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Rob\";s: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:7212:\"<p>Modern Tribe’s QA team works on a lot of cool projects: over the past year alone, we’ve tested sites built by our dev team for big-name clients including <a href=\"https://law.stanford.edu/\">Stanford Law School</a>, Bon Appetit Magazine, <a href=\"http://sloanreview.mit.edu/\">MIT</a>, <a href=\"http://hls.harvard.edu/\">Harvard Law School</a> + <a href=\"https://urbanmoviechannel.com/\">Urban Movie Channel</a>. (Want to see how we did? The links above highlight some of our work). And that&#8217;s not even including our family of WordPress plugins led by <a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a>.</p>\n<p>We’ve got a slew of cool projects on the docket for 2016, and need another member for our QA team. If working on high-profile sites for large clients gets you excited and a serious case of attention to detail is your jam, we should talk.</p>\n<h2>Details About the QA Gig</h2>\n<p>QA is responsible for ensuring all aspects of quality at Modern Tribe. It&#8217;s a tall order for sure: learning how a site works, creating test plans covering obscure use cases, and then putting it all into practice when testing every aspect of site functionality&#8230;it&#8217;s a lot of ground to cover. But we&#8217;ve got an established workflow down that helps make sure we&#8217;re setting the team up with the tools they need to proceed and succeed.</p>\n<p>Though every project is different, here&#8217;s the gist of our QA flow:</p>\n<ol>\n<li><strong>Kickoff meeting.</strong> Just a kickoff — meet the PM; get your questions answered; set expectations; and schedule milestones.</li>\n<li><strong>Preparing docs.</strong> Getting started with internal documentation early is hugely important to getting the project into your brain.</li>\n<li><strong>Review approved comps.</strong> Before you start QA or even get a walkthrough, you&#8217;ll review the comps to understand the project + prepare a list of questions to ask on the QA walkthrough.</li>\n<li><strong>QA walkthrough.</strong> Once development is far enough along for QA to begin, you’ll do a walkthrough with the lead developer to get an overview of the functionality.</li>\n<li><strong>Prepare QA checklist + test plan.</strong> After seeing each component of the site in action, you’ll put together a first draft at a comprehensive QA checklist and a higher-level overview of what you&#8217;re planning to test, in what order, and when.</li>\n<li><strong>Heavy duty testing.</strong> You’ll put the site through its paces and give it a few rounds of full pass bug hunting. Beyond just hitting buttons, you’ll be thinking from a higher level: are there usability concerns? Does what we’re doing here actually make sense as the best way to solve the problem? etc.</li>\n<li><strong>Celebrating a successful launch.</strong> What feels better than kicking back after a successful launch? If QA has done their job, the project will launch smoothly, the team will have a finished product to show off, and — most importantly — the client will be happy. It doesn’t get much better than that.</li>\n</ol>\n<p>Our QA team also generally leads client training and prepares training documentation/videos when appropriate, so be prepared for some direct client communication.</p>\n<h2>The Right Candidate</h2>\n<p>We’re looking for someone who:</p>\n<ul>\n<li><strong>Has a proven track record in Quality Assurance.</strong> Automated testing experience is a bonus, but the majority of our QA is manual and requires a heavy degree of hands-on testing. Be prepared to provide examples of past experience.</li>\n<li><strong>Pays meticulous attention to detail + fights for the customer.</strong> Being able to catch bugs is huge, but it isn’t everything — QA is most effective when it puts itself in the customer or end user’s shoes.</li>\n<li><strong>Knows WordPress well.</strong> It’s tough coming in and having to learn WordPress and our QA systems at the same time. Through a (paid) test project, you&#8217;ll be expected to prove your familiarity with the platform.</li>\n<li><strong>Has 1+ year remote freelancing experience.</strong> Full-time freelancers are the only candidates we’re looking for at this time; we are not seeking F/T or P/T employees, nor can we work with somebody moonlighting from a full-time gig. And if you haven’t worked remotely before, this probably won’t be a good fit.</li>\n<li><strong>Likes working with a diverse group of awesome people.</strong> Since Modern Tribe is an entirely remote company, you&#8217;ll work with people from all over the world who you might not cross paths with at a traditional office gig. And when we get together for our yearly team-wide retreat (usually in warm exotic locale where the food is cheap and the wifi is spotty), there’s no telling what types of friendships will emerge once everyone is in the same room.</li>\n</ul>\n<p>Our hourly rate for this gig starts at<strong> $35-$45/hr</strong>, depending on experience, with opportunities for rate bumps on annual review.</p>\n<p>Since this is a freelance position, you control your schedule and work when you want to. But note that we are looking for team members to have at least <strong>3 hours of overlap each day</strong> with the rest of your project team.</p>\n<h2>Who Are We?</h2>\n<p><a href=\"http://tri.be/\">Modern Tribe</a> is a unique hybrid of independent contractors and traditional employees, with the added distinction of being 100% remote. One of the benefits of working with us is the diversity this brings: you’ll be building cool stuff with people from different cultures bringing a variety of experiences to the table.</p>\n<p>We believe that you should be happy, helpful, curious &amp; accountable, on top of being good at what you do. We believe life should be lived intentionally. We believe in a class of artisans and craftsman in control of their work who solve people problems rather than just build more crap. We believe in a sustainable vision of open source, and contribute consistently into the ecosystem.</p>\n<p><em><strong>NOTE:</strong> Modern Tribe thrives from having a diverse workplace. We do not discriminate against prospective contractors on the basis of race, religion, color, gender identity, age, veteran status, sexual orientation, marital status, physical/mental disability, or other protected classes.</em></p>\n<h2>How To Apply</h2>\n<p>We&#8217;re excited to hear from you! Please include in your application:</p>\n<ul>\n<li>A link to your Linkedin, personal portfolio, or online resume.</li>\n<li>A link to any QA plans that you have written in the past.</li>\n<li>A short sentence about why you want to work with Modern Tribe and how we can help you achieve your goals.</li>\n<li>Details about your WordPress knowledge and any relevant experience doing QA on WordPress projects.</li>\n</ul>\n<p>All set? Apply at our <a href=\"https://theeventscalendar.com/join-our-team/\">Work with Us page</a>!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/join-modern-tribes-qa-team/\">Join Modern Tribe&#8217;s QA team</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://theeventscalendar.com/join-modern-tribes-qa-team/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Upcoming Release: What’s Coming in The Events Calendar 4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://theeventscalendar.com/upcoming-release-events-calendar-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://theeventscalendar.com/upcoming-release-events-calendar-4-0/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Oct 2015 15:40: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s: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:10:\"Quick Peek\";s: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.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1013701\";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:591:\"<p>The release of The Events Calendar 4.0 is on the horizon, and we’ve got some juicy details to leak. What’s Our Timeline? We’re targeting a mid-November release for version 4.0. As with any major release, we’ve got quite a bit of testing and QA ahead of us before we can call it ready to ship,&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/upcoming-release-events-calendar-4-0/\">Upcoming Release: What&#8217;s Coming in The Events Calendar 4.0</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s: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:3155:\"<p>The release of The Events Calendar 4.0 is on the horizon, and we’ve got some juicy details to leak.</p>\n<h2>What’s Our Timeline?</h2>\n<p>We’re targeting a mid-November release for version 4.0. As with any major release, we’ve got quite a bit of testing and QA ahead of us before we can call it ready to ship, but we’re working hard to stick as close to our schedule as possible.</p>\n<h2>Beta Testers Needed</h2>\n<p>As we near the launch of 4.0, we’ll be looking for code-savvy folks to provide at least one round of substantive feedback during the course of our beta testing. The scope will include bug reports and broken functionality, including local conflicts such as theme or plugin clashes.</p>\n<p>You can find more info and get signed up on our <a href=\"https://theeventscalendar.com/knowledgebase/signup-for-beta-access/\">Beta Testing info page</a>.</p>\n<p>And now for the juicy stuff….</p>\n<h2>The Events Calendar 4.0 &#8211; The Highlights</h2>\n<ul>\n<li>A new (and free!) add-on for creating and selling tickets for events (including RSVP capabilities)</li>\n<li>We&#8217;re consolidating all of our <a href=\"https://theeventscalendar.com/tickets\">premium ticketing add-ons</a> into one single add-on</li>\n<li><a href=\"https://theeventscalendar.com/product/wordpress-events-filterbar/\">Filter Bar</a> will (finally!) support filters for additional fields created in <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar-pro/\">The Events Calendar PRO</a></li>\n<li>Change calendar colors directly in the WordPress theme customizer&#8211;no more code snippets needed!</li>\n<li>All API settings&#8211;from Eventbrite to Facebook&#8211;in a single place</li>\n<li>Facebook Events will sync the changes made to an event on facebook.com to the site</li>\n<li>Better integration with Twenty Fifteen</li>\n</ul>\n<p>Our quick &amp; dirty video preview of the updated customizer (if you already follow us on <a href=\"https://www.facebook.com/theeventscalendar\" target=\"_blank\">Facebook</a> or <a href=\"http://twitter.com/theeventscal\" target=\"_blank\">Twitter</a>, you may have already caught a glimpse of this).</p>\n<p><iframe src=\"https://player.vimeo.com/video/142261805\" width=\"271\" height=\"750\" frameborder=\"0\" title=\"4.0 Preview: Customizer Teaser\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>\n<h2>This is Just the Beginning</h2>\n<p>The upcoming changes we&#8217;ve mentioned here are significant but also represent just the tip of the iceberg as far as what&#8217;s coming in The Events Calendar and its suite of premium add-ons. Version 4.0 marks a new era and sets the stage for a ton of new ideas we have in the works that we&#8217;re excited to let you know about in due time. We hope this gives you a good idea of what&#8217;s coming and that you&#8217;re just as stoked as we are for what&#8217;s ahead!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/upcoming-release-events-calendar-4-0/\">Upcoming Release: What&#8217;s Coming in The Events Calendar 4.0</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://theeventscalendar.com/upcoming-release-events-calendar-4-0/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Release: The Events Calendar 3.12.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:65:\"https://theeventscalendar.com/release-the-events-calendar-3-12-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://theeventscalendar.com/release-the-events-calendar-3-12-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 20:16: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1010605\";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:587:\"<p>We&#8217;re back once again with a fresh release off the presses. The Events Calendar 3.12.3 is a minor update that addresses one lonely bug we felt were worth crushing ahead of the work we&#8217;re doing on 4.0.: Fix &#8211; Ensure daily counts in month view are accurate (our thanks to @communityanswers in the support forums&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-12-3/\">Release: The Events Calendar 3.12.3</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:1114:\"<p>We&#8217;re back once again with a fresh release off the presses. The Events Calendar 3.12.3 is a minor update that addresses one lonely bug we felt were worth crushing ahead of the work we&#8217;re doing on 4.0.:</p>\n<ul>\n<li><strong>Fix</strong> &#8211; Ensure daily counts in month view are accurate (our thanks to @communityanswers in the support forums for highlighting this)</li>\n</ul>\n<p>As always, we recommend updating when a maintenance release is available for the version you are currently running. That said, if you have not yet updated to The Events Calendar 3.12, please note that it was a big one and you should check out <a href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">our release notes for it</a> before making the jump.</p>\n<p>Thanks for your support and happy updating!</p>\n<p>&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-12-3/\">Release: The Events Calendar 3.12.3</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://theeventscalendar.com/release-the-events-calendar-3-12-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Release: The Events Calendar PRO 3.12.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:69:\"https://theeventscalendar.com/release-the-events-calendar-pro-3-12-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://theeventscalendar.com/release-the-events-calendar-pro-3-12-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 20:16:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1010613\";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:609:\"<p>The Events Calendar PRO 3.12.2 is ready for your updating pleasure. In this minor release, we squashed three bugs that will make your calendaring experience so much nicer: Fix &#8211; Avoid modifying permalinks unless it is absolutely necessary (props to Jan for the fix) Fix &#8211; Ensure we do not inadvertently change the order of posts&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-pro-3-12-2/\">Release: The Events Calendar PRO 3.12.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:1375:\"<p>The Events Calendar PRO 3.12.2 is ready for your updating pleasure. In this minor release, we squashed three bugs that will make your calendaring experience so much nicer:</p>\n<ul>\n<li><strong>Fix &#8211;</strong> Avoid modifying permalinks unless it is absolutely necessary (props to Jan for the fix)</li>\n<li><strong>Fix</strong> &#8211; Ensure we do not inadvertently change the order of posts when events are integrated into the main blog loop</li>\n<li><strong>Fix &#8211;</strong> Ensure rewrite rules are correctly added (our thanks to Nadia for highlighting this issue)</li>\n</ul>\n<p>We recommend installing this update if you&#8217;re already made the leap to The Events Calendar 3.12 and The Events Calendar PRO 3.12. If you have yet to level up to the latest version, please do check out <a href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">the release notes over here</a> because there were a number of significant updates you should be aware of before diving in.</p>\n<p>Thanks a ton for your support and keep on rocking as we push onward toward 4.0!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-pro-3-12-2/\">Release: The Events Calendar PRO 3.12.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://theeventscalendar.com/release-the-events-calendar-pro-3-12-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Release: Filter Bar 3.12.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://theeventscalendar.com/release-filter-bar-3-12-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://theeventscalendar.com/release-filter-bar-3-12-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 20:16: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1010617\";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:554:\"<p>Hello, howdy, hi and all of the above! We&#8217;re happy to let you know that we have a very minor update available for the Filter Bar add-on of The Events Calendar. The release is small, but does squash a rather annoying bug: Fix &#8211; Ensure Filter Bar renders as expected, including when translations are in&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-filter-bar-3-12-1/\">Release: Filter Bar 3.12.1</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:1134:\"<p>Hello, howdy, hi and all of the above! We&#8217;re happy to let you know that we have a very minor update available for the Filter Bar add-on of The Events Calendar. The release is small, but does squash a rather annoying bug:</p>\n<ul>\n<li><strong>Fix &#8211;</strong> Ensure Filter Bar renders as expected, including when translations are in effect (thanks to @flamencoagenda on the forums for highlighting this)</li>\n</ul>\n<p>We recommend installing this update if you&#8217;ve already made the jump to The Events Calendar 3.12 and Filter Bar 3.12. Please read through <a href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">the release notes for The Events Calendar 3.12</a> if you haven&#8217;t upgrade to it yet because there are a number of significant changes in there you should know about before installing.</p>\n<p>Cheers and happy updating!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-filter-bar-3-12-1/\">Release: Filter Bar 3.12.1</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://theeventscalendar.com/release-filter-bar-3-12-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Release: iCal Importer 3.12.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:59:\"https://theeventscalendar.com/release-ical-importer-3-12-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://theeventscalendar.com/release-ical-importer-3-12-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 20:16: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1010622\";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:555:\"<p>Howdy folks! A small update is available for the iCal Importer add-on for The Events Calendar. We made one minor tweak in iCal Importer 3.12.2: Tweak &#8211; Switch to the WordPress HTTP API when loading iCal data from an external source (with thanks to Bill on the forums for helping us with this issue) It&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-ical-importer-3-12-2/\">Release: iCal Importer 3.12.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:1230:\"<p>Howdy folks! A small update is available for the iCal Importer add-on for The Events Calendar. We made one minor tweak in iCal Importer 3.12.2:</p>\n<ul>\n<li><strong>Tweak &#8211;</strong> Switch to the WordPress HTTP API when loading iCal data from an external source (with thanks to Bill on the forums for helping us with this issue)</li>\n</ul>\n<p>It might seem small, but this mighty little change is super helpful when importing events to The Events Calendar from secure external sources. We recommend updating if you&#8217;ve already made the jump to The Events Calendar 3.12 and iCal Importer 3.12. If not, please do read the notes for that release ahead of updating&#8211;there are a number of significant updates to be aware of before diving in.</p>\n<p>Cheers and thanks for your support! We&#8217;re well on our way toward 4.0. <img src=\"https://theeventscalendar.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-ical-importer-3-12-2/\">Release: iCal Importer 3.12.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://theeventscalendar.com/release-ical-importer-3-12-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Join our support team as we prepare The Events Calendar 4.0 for release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://theeventscalendar.com/join-our-support-team-as-we-prepare-the-events-calendar-4-0-for-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://theeventscalendar.com/join-our-support-team-as-we-prepare-the-events-calendar-4-0-for-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 15:36: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:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gigs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1010164\";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:715:\"<p>Modern Tribe’s flagship WordPress plugin, The Events Calendar, has grown substantially during 2015. It is currently the most popular calendar plugin on the WordPress.org repo, and just a few weeks ago, hit 2 million downloads. As we move towards launching The Events Calendar 4.0 in November and prepare for the support onslaught that will likely accompany it, we’re looking&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/join-our-support-team-as-we-prepare-the-events-calendar-4-0-for-release/\">Join our support team as we prepare The Events Calendar 4.0 for release</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Rob\";s: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:8052:\"<p>Modern Tribe’s flagship WordPress plugin, <a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a>, has grown substantially during 2015. It is currently the most popular calendar plugin on the WordPress.org repo, and just a few weeks ago, <a href=\"https://theeventscalendar.com/2-million-downloads-the-events-calendar/\">hit 2 million downloads</a>. As we move towards launching <strong>The Events Calendar 4.0</strong> in November and prepare for the support onslaught that will likely accompany it, we’re looking to build out our support team with 1-2 friendly people who know the plugin and find great joy in helping troubleshoot user problems.</p>\n<p>Our support team prioritizes our <a href=\"http://theeventscalendar.com/support/forums/\">premium forums</a> above all else. Each day, the team works to clear out the list of new threads and existing follow-ups, collaborating to troubleshoot challenging issues together in our support team Slack channel. Everyone on the team is responsible for clearing out their queue of assigned threads and making as big a dent as possible in the unassigned queue each day. No threads should be left unreplied to at the end of each day, and all threads need a reply within 24 hours (during the business week).</p>\n<p>Once the queue is clear, there are plenty of opportunities for support members to help with other tasks that interest them. These include:</p>\n<ul>\n<li>Quality assurance testing on each plugin prior to a new release</li>\n<li>Contributing to development tickets during the plugin dev cycle</li>\n<li>Preparing tutorials, snippets and video walkthroughs that help users do creative/cool things with the plugin</li>\n<li>Helping run regular user testing sessions</li>\n<li>Marketing efforts: blogging, promoting the plugin, working on swag, etc.</li>\n</ul>\n<p>Though the support forums are everyone’s priority — and will be the main focus of your work each day — it is not the only opportunity support team members can expect. We want to provide people with chances to learn in the areas that interest them, so long as it doesn’t distract from the main goal of helping our customers solve their problems politely and quickly.</p>\n<h3><b>The Team</b></h3>\n<p>Modern Tribe is a unique hybrid of independent contractors and traditional employees, with the added distinction of being 100% remote. One of the benefits of working with us is the diversity this brings: you’ll be building cool stuff with people from different cultures bringing a variety of experiences to the table.</p>\n<p>A Scottish support guru living off the Western Coast of Canada. An amazing Argentinean developer based in the secluded hills of wine-rich Mendoza. A lead project manager nestled in the heart of New Hampshire while his assistant PM on the same project chills down in Nicaragua. A trio of owners — Shane, Reid and Peter — who don’t even all live in the same state.</p>\n<p>With a worldwide crew of the best and brightest, you can be sure you will learn a lot and have a great time working with people you might not cross paths with at a traditional office gig. And when we get together for our yearly team-wide retreat (usually in warm exotic locale where the food is cheap and the wifi is spotty), there’s no telling what types of friendships will emerge once everyone is in the same room.</p>\n<h3><b>The Right Candidate</b></h3>\n<p>If you possess the following traits, we’d love to speak with you:</p>\n<ul>\n<li><strong>An existing familiarity with The Events Calendar.</strong> Bonus if you have used The Events Calendar PRO or our other premium add-ons.</li>\n<li><strong>A fairly strong command of PHP, CSS, HTML and JavaScript.</strong> You don’t need to be a full-stack developer, but you need to be able to effectively troubleshoot problems in these 4 areas on your own.</li>\n<li><strong>At least 1 year experience doing web-based customer support.</strong> Be prepared to provide some examples.</li>\n<li><strong>1+ year remote freelancing experience.</strong> Full-time freelancers are the only candidates we&#8217;re looking for at this time; we are not seeking F/T or P/T employees, nor can we work with somebody moonlighting from a full-time gig. And if you haven’t worked remotely before, this probably won’t be a good fit.</li>\n</ul>\n<p>Our hourly rate for this gig starts at <strong>$30-$40/hr</strong>, depending on experience, with opportunities for rate bumps on annual review.</p>\n<p>Since this is a freelance position, you control your schedule and work when you want to. But note that we expect team members to have <strong>at least 3 hours of overlap each business day</strong> with the rest of our support team, who generally work between the hours of <strong>7 am and 5 pm PT, Monday-Friday.</strong></p>\n<h3><b>Our Interview Process</b></h3>\n<p>Modern Tribe’s interview process involves three distinct steps:</p>\n<ul>\n<li>After our recruiter does initial screening, you’ll have an interview with our hiring manager. They’ll meet with you for 30-60 minutes to ask questions about your experience with the plugin and freelancing, how you manage burnout as a remote worker, etc.</li>\n<li>If the interview works out, we’ll set you up for a paid test project answering 7-10 real world support questions pulled from our forums. (If you haven’t checked out the types of issues that we handle there, <a href=\"http://theeventscalendar.com/support/forums/\">now would be a good time</a>). You will be paid for the test project regardless of whether you make it beyond this stage.</li>\n<li>If the test project passes our support team’s collective review, we’ll get you hooked in for a one month trial. You will be a full member of the team at this point and will be doing the same work as everyone else; but the monthlong trial gives both sides an opportunity to “try before they buy.”</li>\n</ul>\n<p>When we get to the end of the monthlong trial period, both sides will meet to review how it went and whether it makes sense to continue working together.</p>\n<h3><b>Who Are We? </b></h3>\n<div>\n<p>Modern Tribe is a digital agency with a modern twist. We are a product company. We are educators. We are a great mix of freelancers and full timers. All experts. In today’s world, we get to be many things to many people.</p>\n<p>We believe in making quality products for other people and ourselves, balanced by living quality lives. We are 100% distributed &amp; our team is spread around North America (and a hint beyond).</p>\n<p>We believe that you should be happy, helpful, curious &amp; accountable, on top of being good at what you do. We believe life should be lived intentionally. We believe in a class of artisans and craftsman in control of their work who solve people problems rather than just build more shit. We believe in a sustainable vision of open source, and contribute consistently into the ecosystem.</p>\n<p><em>NOTE: Modern Tribe thrives from having a diverse workplace. We do not discriminate against prospective contractors on the basis of race, religion, color, gender identity, age, veteran status, sexual orientation, marital status, physical/mental disability, or other protected classes.</em></p>\n<h3><b>How To Apply</b></h3>\n<p>Think you’d be a good fit? We can’t wait to hear from you! Submit your information at the application form on our <a href=\"https://theeventscalendar.com/join-our-team/\">Work With Us</a> page (make sure to select Community/Support from the radio buttons to let us know which position you’re applying for). Also, please include a note about your favorite color so we know you read this. We’ll be in touch from there.</p>\n</div>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/join-our-support-team-as-we-prepare-the-events-calendar-4-0-for-release/\">Join our support team as we prepare The Events Calendar 4.0 for release</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://theeventscalendar.com/join-our-support-team-as-we-prepare-the-events-calendar-4-0-for-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Release: The Events Calendar 3.12.2, plus PRO, iCal Importer and Eventbrite Tickets 3.12.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:118:\"https://theeventscalendar.com/release-the-events-calendar-3-12-2-plus-pro-ical-importer-and-eventbrite-tickets-3-12-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://theeventscalendar.com/release-the-events-calendar-3-12-2-plus-pro-ical-importer-and-eventbrite-tickets-3-12-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Sep 2015 23:09:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1007548\";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:694:\"<p>Hey there and happy Wednesday! We&#8217;re still hard at work on building the next new version of The Events Calendar and will have some exciting news to share with what to expect. In the meantime, we have a maintenance release ready for you that we suggest installing if you&#8217;ve already updated to version 3.12. And, if&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-12-2-plus-pro-ical-importer-and-eventbrite-tickets-3-12-1/\">Release: The Events Calendar 3.12.2, plus PRO, iCal Importer and Eventbrite Tickets 3.12.1</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:4087:\"<p>Hey there and happy Wednesday! We&#8217;re still hard at work on building the next new version of The Events Calendar and will have some exciting news to share with what to expect. In the meantime, we have a maintenance release ready for you that we suggest installing if you&#8217;ve already updated to version 3.12. And, if you haven&#8217;t update to 3.12, <a href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">here&#8217;s what you&#8217;re missing</a> and what to expect before you level up.</p>\n<p>Let&#8217;s take a look at what&#8217;s new in this release &#8212; happy updating!</p>\n<hr />\n<p>&nbsp;</p>\n<h3 id=\"core\">The Events Calendar 3.12.2</h3>\n<ul>\n<li><strong>Fix &#8211;</strong> restore expected functionality for the Hide from Event Listings option</li>\n<li><strong>Fix &#8211;</strong> ensure the correct day is highlighted in month view, regardless of the site&#8217;s timezone (our thanks to @james for making us aware of this)</li>\n<li><strong>Fix &#8211;</strong> improve compatibility with the standard WordPress import tool (our thanks to @joelgoodman for highlighting this)</li>\n<li><strong>Fix &#8211;</strong> ensure our URLs are compatible with pathinfo-style permalink structures (thanks to @mill.joes and others for make us aware of this)</li>\n</ul>\n<h3 id=\"core\">The Events Calendar PRO 3.12.1</h3>\n<ul>\n<li><strong>Fix &#8211;</strong> Ensure all event views work reliably event if the permalinks are translated or otherwise customized (our thanks to Antonio Jose and many others for reporting this)</li>\n<li><strong>Fix &#8211;</strong> Ensure the &#8220;/all/&#8221; events link works reliably regardless of where it is used (our thanks to Corey and others for the report)</li>\n<li><strong>Fix &#8211;</strong> Ensure integration of events in the main blog loop does not cause breakages (our thanks to cwheelsone, Tracey and many others on the forums for reporting this)</li>\n<li><strong>Fix &#8211;</strong> Prevent the AM/PM selector from reversing itself when setting up custom recurrence patterns (thanks to Sitecrafting for highlighting this)</li>\n<li><strong>Fix &#8211;</strong> Fixed a fatal error that could occur when setting up multiple custom recurrence patterns (thanks to Adam for the heads up on this one)</li>\n<li><strong>Fix &#8211;</strong> Fixed a bug preventing custom exclusions for recurring event patterns from being observed (thanks go out to nancytimper for highlighting this issue)</li>\n<li><strong>Fix &#8211;</strong> Fixed a problem that could lead visitors to a 404/Not Found page when following certain recurring event URLs</li>\n<li><strong>Fix &#8211;</strong> Fixed a bug preventing the removal of recurrence rules</li>\n<li><strong>Fix &#8211;</strong> Fixed a bug stopping custom recurrence times and durations from being respected</li>\n<li><strong>Fix &#8211;</strong> Fixed a bug where specifying a custom time for a recurring event could incorrectly trigger an error</li>\n<li><strong>Tweak &#8211;</strong> Tighten up the cleanup of old recurring events to reduce the possibility of non-event posts being inadvertently removed</li>\n</ul>\n<h3 id=\"core\">iCal Importer 3.12.1</h3>\n<ul>\n<li><strong>Fix &#8211;</strong> Prevent changes to existing imported events from being overwritten (our thanks to @Allison for the report)</li>\n</ul>\n<h3 id=\"core\">Eventbrite Tickets 3.12.1</h3>\n<ul>\n<li><strong>Fix &#8211;</strong> Resolve a problem where ticket sale dates could not always be set to valid dates (our thanks to @d20games for reporting this)</li>\n<li><strong>Fix &#8211;</strong> Avoid rounding the number of minutes for an event start/end time when it is not an increment of 5</li>\n</ul>\n<p>&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-12-2-plus-pro-ical-importer-and-eventbrite-tickets-3-12-1/\">Release: The Events Calendar 3.12.2, plus PRO, iCal Importer and Eventbrite Tickets 3.12.1</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://theeventscalendar.com/release-the-events-calendar-3-12-2-plus-pro-ical-importer-and-eventbrite-tickets-3-12-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Sign Up for a Second Round of Beta Testing for Community Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Sep 2015 18:31:17 +0000\";s: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:20:\"News & Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1005661\";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:649:\"<p>We recently finished our first round of beta testing for our newest product, Community Tickets – thanks to all the participants who tested the plugin and supplied us with feedback! We&#8217;ll be launching a second round of beta testing on September 23rd, and are hoping for even more testers and feedback this time around. Sign&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/\">Sign Up for a Second Round of Beta Testing for Community Tickets</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s: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:1560:\"<p>We recently finished our first round of beta testing for our newest product, Community Tickets – thanks to all the participants who tested the plugin and supplied us with feedback!</p>\n<p>We&#8217;ll be launching a second round of beta testing on September 23rd, and are hoping for even <em>more</em> testers and feedback this time around.</p>\n<p><a href=\"https://theeventscalendar.com/knowledgebase/how-to-signup-for-beta-access/\" target=\"_blank\">Sign up for round two of the beta</a> and get your hands on our long-awaited, all new Community Tickets add-on!</p>\n<p>As the add-on&#8217;s name implies, it combines the front-end submission functionality of <a href=\"https://theeventscalendar.com/product/wordpress-community-events/\" target=\"_blank\">our Community Events add-on</a> with the powerful ticketing features of <a href=\"https://theeventscalendar.com/tickets/\" target=\"_blank\">our Tickets add-ons</a>; users can submit events with free or premium tickets that can then go on sale on your site. The site admin can even choose to collect part of the sales!</p>\n<p>The Community Tickets features are among the most commonly-requested things we hear about from users, and we&#8217;re chomping at the bit to get this code out to the public!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/\">Sign Up for a Second Round of Beta Testing for Community Tickets</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"What we’ve learned from integrating with WPML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2015 19:06: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:2:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"News & Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1003064\";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:621:\"<p>On July 8, 2012, Rob logged an internal ticket describing compatibility issues between The Events Calendar and WPML. A little over three years later, we are proud to say that The Events Calendar and Events Calendar PRO are now multilingual compatible. As we&#8217;ve said before, Modern Tribe strives for the best quality code. We also&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/\">What we&#8217;ve learned from integrating with WPML</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gustavo Bordoni\";s: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:4279:\"<p>On July 8, 2012, <a href=\"https://theeventscalendar.com/author/roblagatta/\">Rob</a> logged an internal ticket describing compatibility issues between The Events Calendar and <a href=\"https://wpml.org/\">WPML</a>. A little over three years later, we are proud to say that The Events Calendar and Events Calendar PRO are now multilingual compatible.</p>\n<p>As <a href=\"https://theeventscalendar.com/we-literally-dont-ship-code-that-stinks/\">we&#8217;ve said before</a>, Modern Tribe strives for the best quality code. We also want our products to be widely compatible with other popular plugins. But we&#8217;re not gonna lie- taking those first steps towards WPML compatibility was a little bit scary.</p>\n<p>We were happy to find that WPML and TEC already worked together in some ways, but the number of configuration possibilities in both plugins made it a complex puzzle. And of course, we wanted to make sure to provide robust backwards compatibility as well, which added another layer of difficulty.</p>\n<p>The main issue we had to tackle regarded the way TEC generates permalinks, as it wasn&#8217;t playing nice with the way WPML applies language settings. Our team learned about the <a href=\"https://make.wordpress.org/core/2015/06/29/wordcamp-europe-2015-multilingual-discussion/\">many challenges of multilingual WordPress</a> as we sweated to fetch multiple translations for the same string and building rewrite rules to allow permissive permalinks. Since neither WordPress core nor WPML had an option that solves our issues, we set about building our own.</p>\n<p>Originally we had thought that the solution to the WPML compatibility was mainly an issue of development. As it turns out, it was largely an issue of knowledge and configuration. We dove into WPML and the many available options. After some sleuthing to figure out the optimal configuration on the WPML side, we were able to work on TEC in order to make a user-friendly solution. Additionally, we made sure to document the necessary specifics in two knowledgebase posts: <a href=\"https://theeventscalendar.com/knowledgebase/setting-up-the-events-calendar-with-wpml/\">one detailing the set-up</a> and a <a href=\"https://theeventscalendar.com/knowledgebase/creating-translations-for-events-using-wpml/\">second one on translating events</a>.</p>\n<p>While we were not able to fully integrate our entire suite of Events plugins with WPML, we are still continuing to work towards full compatibility. For now, we just stoked to say that The Events Calendar and Events Calendar PRO are ready to rock.</p>\n<p>With version 3.12 of The Events Calendar, you can now translate calendar URLs of your calendar. Now links like <kbd>website.com/events/month</kbd> (en_us) and <kbd>website.com/eventos/mes</kbd> (pt_br) will both work- as long as you have the required languages active on WPML. However, do note that the method we created to allow this is file intense and should not be overused.</p>\n<p>We&#8217;re still working on the issues surrounding multilingual calendars. In the future we&#8217;d like to create a way for users to translate URLs without an additional plugin, and to improve the way we handle link display on the calendar. We&#8217;ll also be exploring the possibilities for expanding compatibility to our other Events plugins.</p>\n<p>We want to extend a heart-felt thank you to all of our loyal fans who <a href=\"http://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5449720-integrate-with-wpml\">requested this feature</a>, helped us understand the issues at hand, and were exceedingly patient as we worked on this complex integration. We&#8217;re excited about this new era of localization for The Events Calendar and beyond- and we couldn&#8217;t have done it without your support!</p>\n<p>Want to do more to internationalize our plugins? Head over to <a href=\"http://translations.theeventscalendar.com/\" rel=\"nofollow\">GlotPress</a> and help us maintain the translations for your native language.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/\">What we&#8217;ve learned from integrating with WPML</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://theeventscalendar.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 15 Oct 2015 22:13:09 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:13:\"cache-control\";s:29:\"max-age=1181, must-revalidate\";s:12:\"x-powered-by\";s:21:\"PHP/5.4.33-1~dotdeb.1\";s:4:\"vary\";s:6:\"Cookie\";s:10:\"x-pingback\";s:40:\"https://theeventscalendar.com/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 15 Oct 2015 21:27:37 GMT\";s:4:\"etag\";s:34:\"\"0ecc74203da000c4eae60193f651aaa7\"\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";}s:5:\"build\";s:14:\"20150516211916\";}','no'),('20396','_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1444957988','no'),('20397','_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1444947188','no'),('20406','_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1444957992','no'),('20407','_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\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\";s:7:\"attribs\";a: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:\"Thu, 17 Sep 2015 10:36:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.4-alpha-35208\";s:7:\"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:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&amp;stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2015/08/billie/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named &#8220;Billie&#8221; in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22598:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - &quot;Billie&quot;\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie.png 3018w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named &#8220;Billie&#8221; in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'389\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=1\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<div style=\"margin-bottom: 0\"><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div></div>\n<p>Your writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n&nbsp;<br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n&nbsp;<br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> &#8211; Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> &#8211; All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> &#8211; Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&amp;s=180&amp;r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bjorklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjorn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Mte90 Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/news/2015/08/billie/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&amp;stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"The release candidate for WordPress 4.3 is now available. We&#8217;ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We&#8217;ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=33512&amp;stop_rev=33372&amp;limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Jul 2015 11:21: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3807\";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:380:\"WordPress 4.2.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:2708:\"<p>WordPress 4.2.3 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, both of the WordPress security team, and later reported by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. Reported by Netanel Rubin from <a href=\"https://www.checkpoint.com/\">Check Point Software Technologies</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.3 also contains fixes for 20 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33382&amp;stop_rev=32430\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.3.</p>\n<p>Thanks to everyone who contributed to 4.2.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</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/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">Gabriel Pérez</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, and <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Jul 2015 21:55: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3796\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 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.3, try the WordPress Beta Tester plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2212:\"<p>WordPress 4.3 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li><span class=\"s1\">Fixed several bugs and broken flows in the </span><span class=\"s1\"><strong>publish box </strong></span><span class=\"s1\">in the edit screen.</span></li>\n<li>Addressed a number of edge cases for word count in the <strong>editor</strong>.</li>\n<li><span class=\"s1\"><strong>Site icons</strong> </span><span class=\"s1\">can now be previewed within the customizer. The feature has been removed from general settings.</span></li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=33369&amp;stop_rev=33289\">more than 60 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Few Tickets Remain</em><br />\n<em>Edge Cases Disappearing</em><br />\n<em>You Must Test Today</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 21:49: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.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 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.3, try the WordPress Beta Tester plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2529:\"<p>WordPress 4.3 Beta 3 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.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a> blog posts. Some of the changes in Beta 3 include:</p>\n<ul>\n<li>Performance improvements for <strong>Menus in the Customizer</strong>, as well as bug fixes and visual enhancements.</li>\n<li>Added <strong>Site Icon</strong> to the Customizer. The feature is now complete and requires lots of testing. Please help us ensure the site icon feature works well in both Settings and the Customizer.</li>\n<li>The improvements to <strong>Passwords</strong> have been added to the installation flow. When installing and setting up WordPress, a strong password will be suggested to site administrators. Please test and let us know if you encounter issues.</li>\n<li>Improved <strong>accessibility of comments and media list tables</strong>. If you use a screen reader, please let us know if you encounter any issues.</li>\n<li>Lots and lots of code documentation improvements.</li>\n<li><strong>Various other bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=33286&amp;stop_rev=33141&amp;limit=150\">more than 140 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Want to test new things?</em><br />\n<em>Wonder how four three shapes up?</em><br />\n<em>Answer: beta three</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2015 22:04: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3769\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 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.3, try the WordPress Beta Tester plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2876:\"<p>WordPress 4.3 Beta 2 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.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Fixed an issue in beta 1 where an alert appeared when saving or publishing a new post/page for the first time.</li>\n<li><strong><strong>Customizer</strong></strong> improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus. Please help us test menus in the Customizer to fix any remaining edge cases!</li>\n<li>More robust<strong> list tables</strong> with full content support on small screens and a fallback for the primary column for custom list tables. We&#8217;d love to know how these list tables, such as All Posts and Comments, work for you now on small screen devices.</li>\n<li>The <strong>Site Icon</strong> feature has been improved so that cropping is skipped if the image is the exact size (512px square) and the media modal now suggests a minimum icon size. Please let us know how the flow feels and if you encounter any glitches!</li>\n<li>The <strong>toolbar</strong> now has a direct link to the customizer, along with quick access to themes, widgets, and menus in the dashboard.</li>\n<li>We enabled <strong>utf8mb4 for MySQL</strong> extension users, which was previously unintentionally limited to MySQLi users. Please let us know if you run into any issues.</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=33138&amp;stop_rev=33046\">almost 100 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.3&amp;group=component&amp;order=priority\">everything we’ve fixed</a>.</p>\n<p><em>Edges polished up</em><br />\n<em>Features meliorated</em><br />\n<em>Beta Two: go test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordCamps Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2015/07/wordcamps-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/07/wordcamps-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2015 16:13: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: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:33:\"http://wordpress.org/news/?p=3758\";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:311:\"Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year. There have been 39 WordCamps in 2015 so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s: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:9419:\"<p>Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year.</p>\n<p>There have been <a href=\"https://central.wordcamp.org/schedule/past-wordcamps/\">39 WordCamps in 2015</a> so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for WordCamp tickets so far this year, isn&#8217;t that amazing?</p>\n<p><a href=\"https://europe.wordcamp.org/2015/\">WordCamp Europe</a> was held in Seville, Spain just a few weeks ago, with close to 1,000 registered participants and over 500 live stream participants. You can watch  <a href=\"http://wordpress.tv/2015/07/04/matt-mullenweg-keynote-qanda-wordcamp-europe-2015/\">Matt Mullenweg’s keynote Q&amp;A</a> session from WordCamp Europe right now on WordPress.tv.</p>\n<p>WordPress.tv has published 537 videos so far in 2015 from WordCamps around the world. Some of the more popular 2015 WordCamp talks on WordPress.tv include <a href=\"http://wordpress.tv/2015/03/13/tammie-lister-theme-dont-be-my-everything/\">Tammie Lister: Theme, Don’t Be My Everything </a>from WordCamp Maui, <a href=\"http://wordpress.tv/2015/04/17/jenny-munn-seo-for-2015-whats-in-whats-out-and-how-to-be-in-it-to-win-it-for-good/\">Jenny Munn: SEO for 2015 – What’s In, What’s Out and How to Be In It to Win It (For Good)</a> from WordCamp Atlanta, <a href=\"http://wordpress.tv/2015/02/27/fabrice-ducarme-les-constructeurs-de-page-pour-wordpress/\">Fabrice Ducarme: Les Constructeurs de Page pour WordPress</a> from WordCamp Paris, <a href=\"http://wordpress.tv/2015/06/02/ben-furfie-how-to-value-price-websites/\">Ben Furfie: How to Value Price Websites</a> from WordCamp London, and <a href=\"http://wordpress.tv/2015/06/09/morten-rand-hendriksen-building-themes-from-scratch-using-underscores-_s/\">Morten Rand-Hendriksen: Building Themes From Scratch Using Underscores (_S)</a> from WordCamp Seattle. Check them out!</p>\n<h3>Lots of great WordCamps are still to come</h3>\n<p><a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">WordCamp US</a> is currently in pre-planning, in the process of deciding on a host city. The following cities have proposed themselves as a great place to host the first WordCamp US: Chattanooga, Chicago, Detroit, Orlando, Philadelphia, and Phoenix. It&#8217;s possible the first WordCamp US will be held in 2016 so we can organize the best first WordCamp US imaginable.</p>\n<p>At this time, there are 28 <a href=\"https://central.wordcamp.org/schedule/\">WordCamps</a>, in 9 different countries, that have announced their dates for the rest of 2015. Twelve of these have tickets on sale:</p>\n<ul>\n<li><a href=\"https://columbus.wordcamp.org/2015/\">WordCamp Columbus</a>, Columbus, Ohio: July 17-18</li>\n<li><a href=\"https://scranton.wordcamp.org/2015/\">WordCamp Scranton</a>, Scranton, Pennsylvania: July 18</li>\n<li><a href=\"https://boston.wordcamp.org/2015/\">WordCamp Boston</a>, Boston, Massachussetts: July 18-19</li>\n<li><a href=\"https://milwaukee.wordcamp.org/2015/\">WordCamp Milwaukee</a>, Milwaukee, Wisconsin: July 24-26</li>\n<li><a href=\"https://asheville.wordcamp.org/2015/\">WordCamp Asheville</a>, Asheville, North Carolina: July 24-26</li>\n<li><a href=\"https://kansai.wordcamp.org/2015/\">WordCamp Kansai</a>, Kansai, Japan: July 25-26</li>\n<li><a href=\"https://fayetteville.wordcamp.org/2015/\">WordCamp Fayetteville</a>, Fayetteville, Arkansas: July 31-August 2</li>\n<li><a href=\"https://brighton.buddycamp.org/2015/\">BuddyCamp Brighton</a>,  Brighton, UK: August 8</li>\n<li><a href=\"https://vancouver.wordcamp.org/2015/\">WordCamp Vancouver, BC,</a> Vancouver, BC, Canada: August 15-16</li>\n<li><a href=\"https://russia.wordcamp.org/2015/\">WordCamp Russia</a>, Moscow, Russia: August 15</li>\n<li><a href=\"https://norrkoping.wordcamp.org/2015/\">WordCamp Norrköping</a>, Norrköping, Sweden: August 28-29</li>\n<li><a href=\"https://croatia.wordcamp.org/2015/\">WordCamp Croatia</a>, Rijeka, Croatia: September 5-6</li>\n<li><a href=\"https://krakow.wordcamp.org/2015/\">WordCamp Krakow,</a>  Krakow, Poland: September 12-13</li>\n<li><a href=\"https://nyc.wordcamp.org/2015/\">WordCamp NYC</a>, New York City, New York: October 30-November 1</li>\n</ul>\n<p>The other 16 events don’t have tickets on sale yet, but they’ve set their dates! Subscribe to the sites to find out when registration opens:</p>\n<ul>\n<li><a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune</a>, Pune, India: September 6</li>\n<li><a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Cape Town</a>, Cape Town, South Africa: September 10-11</li>\n<li><a href=\"https://baltimore.wordcamp.org/2015/\">WordCamp Baltimore</a>, Baltimore, Maryland: September 12</li>\n<li><a href=\"https://slc.wordcamp.org/2015/\">WordCamp Salt Lake City</a>, Salt Lake City, Utah: September 12</li>\n<li><a href=\"https://lithuania.wordcamp.org/2015/\">WordCamp Lithuania</a>, Vilnius, Lithuania: September 19</li>\n<li><a href=\"https://vegas.wordcamp.org/2015\">WordCamp Vegas</a>, Las Vegas, Nevada: September 19-20</li>\n<li><a href=\"https://switzerland.wordcamp.org/2015/\">WordCamp Switzerland</a>, Zurich, Switzerland: September 19-20</li>\n<li><a href=\"https://tampa.wordcamp.org/2015/\">WordCamp Tampa</a>, Tampa, Florida: September 25-27</li>\n<li><a href=\"https://rhodeisland.wordcamp.org/2015/\">WordCamp Rhode Island</a>,  Providence, Rhode Island: September 25-26</li>\n<li><a href=\"https://la.wordcamp.org/2015/\">WordCamp Los Angeles</a>, Los Angeles, California: September 26-27</li>\n<li><a href=\"https://denmark.wordcamp.org/2015/\">WordCamp Denmark,</a>  Copenhagen, Denmark: October 3-4</li>\n<li><a href=\"https://toronto.wordcamp.org/2015\">WordCamp Toronto</a>, Toronto, Ontario, Canada: October 3-4</li>\n<li><a href=\"https://hamptonroads.wordcamp.org/2015/\">WordCamp Hampton Roads, </a>  Virginia Beach, VA, USA: October 17</li>\n<li><a href=\"https://annarbor.wordcamp.org/2015\">WordCamp Ann Arbor</a>, Ann Arbor, Michigan: October 24</li>\n<li><a href=\"https://portland.wordcamp.org/2015/\">WordCamp Portland</a>,  Portland, OR: October 24-25</li>\n</ul>\n<p>On top of all those exciting community events, there are 26 WordCamps in pre-planning as they look for the right event space.  If you have a great idea for a free or cheap WordCamp venue in any of the below locations, get in touch with the organizers through the WordCamp sites:</p>\n<ul>\n<li><a href=\"https://dfw.wordcamp.org/2015/\">WordCamp DFW</a>:  Dallas/Fort Worth, Texas</li>\n<li><a href=\"https://riodejaneiro.wordcamp.org/2015/\">WordCamp Rio</a>: Rio de Janeiro, Brazil</li>\n<li><a href=\"https://saratoga.wordcamp.org/2015/\">WordCamp Saratoga</a>:  Saratoga Springs, New York</li>\n<li><a href=\"https://sofia.wordcamp.org/2015\">WordCamp Sofia</a>:  Sofia, Bulgaria</li>\n<li><a href=\"https://austin.wordcamp.org/2015/\">WordCamp Austin</a>:  Austin, TX</li>\n<li><a href=\"https://ottawa.wordcamp.org/2015/\">WordCamp Ottawa</a>:  Ottawa, Canada</li>\n<li><a href=\"https://charleston.wordcamp.org/2015/\">WordCamp Charleston</a>:  Charleston, South Carolina</li>\n<li><a href=\"https://chicago.wordcamp.org/2015/\">WordCamp Chicago</a>:  Chicago, Illinois</li>\n<li><a href=\"https://albuquerque.wordcamp.org/2015/\">WordCamp Albuquerque</a>:  Albuquerque, New Mexico</li>\n<li><a href=\"https://prague.wordcamp.org/2015/\">WordCamp Prague</a>:  Prague, Czech Republic</li>\n<li><a href=\"https://seoul.wordcamp.org/2014/\">WordCamp Seoul: </a>Seoul, South Korea</li>\n<li><a href=\"https://louisville.wordcamp.org/2014/\">WordCamp Louisville</a>: Louisville, Kentucky</li>\n<li><a href=\"https://omaha.wordcamp.org/2015/\">WordCamp Omaha</a>:  Omaha, Nebraska</li>\n<li><a href=\"https://grandrapids.wordcamp.org/2015/\">WordCamp Grand Rapids</a>:  Grand Rapids, Michigan</li>\n<li><a href=\"https://easttroy.wordcamp.org/2015/\">WordCamp East Troy</a>:  East Troy, Wisconsin</li>\n<li><a href=\"https://palmademallorca.wordcamp.org/2015\">WordCamp Mallorca</a>: Palma de Mallorca, Spain</li>\n<li><a href=\"https://edinburgh.wordcamp.org/2015/\">WordCamp Edinburgh</a>:  Edinburgh, United Kingdom</li>\n<li><a href=\"https://orlando.wordcamp.org/2015/\">WordCamp Orlando</a>:  Orlando, Florida</li>\n<li><a href=\"https://mexico.wordcamp.org/2015/\">WordCamp Mexico City</a>:  Mexico City, Mexico</li>\n<li><a href=\"https://netherlands.wordcamp.org/2015/\">WordCamp Netherlands</a>:  Utrecht, Netherlands</li>\n<li><a href=\"https://phoenix.wordcamp.org/2016/\">WordCamp Phoenix</a>:  Phoenix, Arizona</li>\n<li><a href=\"https://saopaulo.wordcamp.org/2015/\">WordCamp São Paulo</a>:  São Paulo, Brazil</li>\n<li><a href=\"https://manchester.wordcamp.org/2015/\">WordCamp Manchester</a>:  Manchester, United Kingdom</li>\n<li><a href=\"https://tokyo.wordcamp.org/2015/\">WordCamp Tokyo</a>:  Tokyo, Japan</li>\n<li><a href=\"https://lima.wordcamp.org/2015/\">WordCamp Lima</a>:  Lima, Peru</li>\n<li><a href=\"https://seattle.wordcamp.org/2015-beginner/\">WordCamp Seattle: Beginner</a>: Seattle, WA</li>\n</ul>\n<p>Don’t see your city on the list, but yearning for a local WordCamp? WordCamps are organized by local volunteers from the WordPress community, and we have a whole team of people to support new organizers setting up a first-time WordCamp. If you want to bring WordCamp to town, check out how you can <a href=\"https://central.wordcamp.org/become-an-organizer/\">become a WordCamp organizer</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/news/2015/07/wordcamps-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2015 01:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3738\";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.3 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.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4352:\"<p>WordPress 4.3 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.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.3 is due out next month, but to get there, we need your help testing what we&#8217;ve been working on:</p>\n<ul>\n<li><strong>Menus</strong> can now be managed with the <strong>Customizer</strong>, which allows you to live preview changes you’re making without changing your site for visitors until you’re ready. We&#8217;re especially interested to know if this helps streamline the process of setting up your site (<a href=\"https://core.trac.wordpress.org/ticket/32576\">#32576</a>).</li>\n<li>Take control of another piece of your site with the <strong>Site Icon</strong> feature. You can now manage your site’s favicon and app icon from the admin area (<a href=\"https://core.trac.wordpress.org/ticket/16434\">#16434</a>).</li>\n<li>We put a lot of work into <strong>Better Passwords</strong> throughout WordPress. Now, WordPress will limit the life time of password resets, no longer send passwords via email, and generate and suggest secure passwords for you. Try it out and let us know what you think! (<a href=\"https://core.trac.wordpress.org/ticket/32589\">#32589</a>)</li>\n<li>We’ve also added <strong>Editor Improvements</strong>. Certain text patterns are automatically transformed as you type, including <code>*</code> and <code>-</code> transforming into unordered lists, <code>1.</code> and <code>1)</code> for ordered lists, <code>&gt;</code> for blockquotes and two to six number signs (<code>#</code>) for headings (<a href=\"https://core.trac.wordpress.org/ticket/31441\">#31441</a>).</li>\n<li>We’ve improved the <strong>list view</strong> across the admin dashboard. Now, when you view your posts and pages <strong>on small screen devices</strong>, columns are not truncated and can be toggled into view (<a href=\"https://core.trac.wordpress.org/ticket/32395\">#32395</a>).</li>\n</ul>\n<p><strong>Developers</strong>: There have been a few of changes for you to test as well, including:</p>\n<ul>\n<li><strong>Taxonomy Roadmap:</strong> Terms shared across multiple taxonomies will <a href=\"https://make.wordpress.org/core/2015/06/09/eliminating-shared-taxonomy-terms-in-wordpress-4-3/\">now be split</a> into separate terms on update to 4.3. Please let us know if you hit any snags (<a href=\"https://core.trac.wordpress.org/ticket/30261\">#30261</a>).</li>\n<li>Added <code>singular.php</code> to the template hierarchy as a fallback for <code>single.php</code> and <code>page.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/22314\">#22314</a>).</li>\n<li>The old Distraction Free Writing code was removed (<a href=\"https://core.trac.wordpress.org/ticket/30949\">#30949</a>).</li>\n<li>List tables now can (and often should) have a primary column defined. We’re working on a fallback for existing custom list tables but right now they likely have some breakage in the aforementioned responsive view (<a href=\"https://core.trac.wordpress.org/ticket/25408\">#25408</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.3, <a href=\"https://make.wordpress.org/core/tag/4-3/\">check out all 4.3-tagged posts</a> on the main development blog.</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\">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/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.3\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Site icons for all</em><br />\n<em>Live preview menu changes</em><br />\n<em>Four three beta now</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 15 Oct 2015 22:13:12 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:13:\"last-modified\";s:29:\"Thu, 17 Sep 2015 10:36:36 GMT\";s:4:\"link\";s:77:\"<https://wordpress.org/news/wp-json/>; rel=\"https://github.com/WP-API/WP-API\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20150516211916\";}','no'),('20408','_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1444957992','no'),('20409','_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1444947192','no'),('20410','_transient_timeout_feed_99b272eaef9eaa265f30d77863073f26','1444957992','no'),('20411','_transient_feed_99b272eaef9eaa265f30d77863073f26','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\t\n\t\n\t\n\t\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:3:{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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: Akismet 3.1.5 Fixes Critical XSS 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=48619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/akismet-3-1-5-fixes-critical-xss-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:1592:\"<p>If you use <a href=\"https://wordpress.org/plugins/akismet/\">Akismet</a> to battle comment spam, make sure it&#8217;s running version 3.1.5 as it patches a critical security vulnerability. Due to the nature of the bug, the Akismet team pushed out auto updates to sites that can accept them. According <a href=\"https://blog.sucuri.net/2015/10/security-advisory-stored-xss-in-akismet-wordpress-plugin.html\">to Sucuri</a>, sites using Akismet 3.1.4 and lower and that have the <strong><em>Convert emoticons like <img class=\"wp-smiley\" src=\"https://blog.sucuri.net/wp-includes/images/smilies/simple-smile.png\" alt=\":-)\" /> and <img src=\"http://s.w.org/images/core/emoji/72x72/1f61b.png\" alt=\"😛\" class=\"wp-smiley\" /> to graphics on display</em></strong> option enabled, are at risk.</p>\n<p>The vulnerability stems from the way Akismet handles hyperlinks within a site&#8217;s comments. An attacker with sufficient knowledge of WordPress&#8217; internals could insert malicious scripts in the Comment section of the WordPress backend. This type of attack could lead to a number of other attacks, including compromising an entire site.</p>\n<p>So far, Akismet developers <a href=\"http://blog.akismet.com/2015/10/13/akismet-3-1-5-wordpress/\">don&#8217;t have any evidence</a> that the vulnerability is actively being exploited in the wild. Because the vulnerability is theoretically exploitable via comments, Akismet is blocking attempts during the comment-check API call so that sites not running the most recent version are protected. However, you should still upgrade immediately to 3.1.5.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Oct 2015 20:08: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:1;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"Matt: Working &amp; Exercising\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/10/working-exercising/\";s: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:1653:\"<p><img class=\"  wp-image-45499 aligncenter\" src=\"http://i1.wp.com/ma.tt/files/2015/10/IMG_3075.jpg?w=604\" /></p>\n<p>One benefit of working from home that doesn&#8217;t get discussed much is the ease of small, but frequent exercise activities through the day. I&#8217;m sure it&#8217;s not outlawed in an office to get out of your chair and do 20 jumping jacks, or plank for a minute, I definitely would feel awkward doing so. This is something on my mind as I&#8217;m working this week around ~400 colleagues for <a href=\"https://twitter.com/hashtag/a8cgm\">our once-a-year Grand Meetup</a>.</p>\n<p>When I&#8217;m home and have a ton of work to get through, my favorite approach is the <a href=\"https://en.wikipedia.org/wiki/Pomodoro_Technique\">Pomodoro Technique</a> with 25 minutes on followed by a 5 minute break. (<a href=\"https://itunes.apple.com/us/app/pomodoro-one/id907364780?mt=12\">I use this app</a> but any timer will do.) The 5 minute break is a fantastic time to do something small, like a few push-ups, squats, a plank, or even meditate. (The new <a href=\"https://itunes.apple.com/us/app/pause-relaxation-at-your-fingertip/id991764216?mt=8\">Pause app is cool</a>, and of course I <a href=\"http://calm.com/\">love Calm</a>.) You don&#8217;t have to do a ton, but over the course of a day or a week these 5 minute break exercises add up to be quite a bit and can <a href=\"http://tinyhabits.com/\">kickstart a Tiny Habit</a>. And don&#8217;t even get me started on the benefits of naps.</p>\n<p>Again, not something that&#8217;s impossible in an shared office, just feels a lot more natural and less embarrassing in your private home office.</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, 14 Oct 2015 18:37: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: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:2;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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 3.1.5: Security 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:31:\"http://blog.akismet.com/?p=1877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2015/10/13/akismet-3-1-5-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:1660:\"<p><b>Version 3.1.5 of the Akismet plugin for WordPress contains a critical security fix. Update your sites as soon as possible.</b></p>\n<p>A researcher from <a href=\"https://sucuri.net/\">Sucuri</a> notified us of an XSS vulnerability in the Akismet WordPress plugin. This bug affects all versions of the Akismet WordPress plugin since 2.5.0, but we have no evidence that it has been exploited in the wild.</p>\n<p>We&#8217;ve released updates for all vulnerable versions of the Akismet plugin. Additionally, the WordPress.org plugins team has enabled an <a href=\"https://make.wordpress.org/plugins/2015/03/14/plugin-automatic-security-updates/\">automatic update</a> for all sites running these vulnerable versions that are able to auto-update plugins.</p>\n<p>Because the vulnerability is theoretically exploitable via comments, Akismet is already blocking attempts during the comment-check API call even if you are not running the most recent version. However, to be as safe as possible, you should still upgrade immediately.</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/1877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1877/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1877&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Oct 2015 20:37: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: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:3;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: Jetpack Protect Blocks Brute Force Amplification Attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-protect-blocks-brute-force-amplification-attacks\";s: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:2469:\"<p>If you&#8217;ve noticed an influx of brute force attacks on your site, you&#8217;re not the only one. Sucuri <a href=\"https://blog.sucuri.net/2015/10/brute-force-amplification-attacks-against-wordpress-xmlrpc.html\">is reporting</a> that brute force amplification attacks are targeting WordPress sites with XML-RPC enabled. In a nutshell, XML-RPC contains a system.multicall method which allows developers to execute multiple methods and commands inside a single request.</p>\n<h2>What is a Brute Force Amplification Attack?</h2>\n<p>In a typical brute force attack, several machines or bots try to guess the username and password for a site one  at a time. In a brute force amplification attack, attackers can guess hundreds or thousands of combinations within a single request making the attack more efficient and difficult to block.</p>\n<p>The XML-RPC protocol in WordPress is a communications bridge between remote applications such as the WordPress mobile apps and the site itself. It&#8217;s also used to communicate and authenticate to Jetpack.</p>\n<h2>Jetpack Protect Does Its Job</h2>\n<p>Jetpack comes with a module called <a href=\"http://jetpack.me/support/security-features/\">Jetpack Protect</a> formerly <a href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\">known as BruteProtect</a>, that protects sites from brute force attacks. Sam Hotchkiss, lead developer of Jetpack Protect, <a href=\"https://samhotchkiss.wordpress.com/2015/10/12/testing-for-xml-rpc-multicall-vulnerabilities-in-wordpress/\">confirms in a blog post</a> that Jetpack Protect blocks brute force amplification attacks out-of-the box.</p>\n<blockquote><p>In our testing, we confirmed that Jetpack Protect (and BruteProtect) do block this attack vector.  If you’re running Jetpack with Protect enabled or you’re running BruteProtect, you don’t need to do anything to keep yourself safe from this attack technique.</p></blockquote>\n<p>If you use Jetpack Protect, you don&#8217;t need to do anything to block this attack vector. For everyone else, Sucuri recommends that administrators block system.multicall requests as they&#8217;re not used much in the wild. There&#8217;s also a handful of security plugins such as <a href=\"https://wordpress.org/plugins/better-wp-security/\">iThemes Security</a> or <a href=\"https://wordpress.org/plugins/wp-simple-firewall/\">WordPress Simple Firewall</a> that block system.multicalls and can disable XML-RPC.</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, 13 Oct 2015 18:24:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: What Do You Want to See in a WordPress.tv 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=48595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/what-do-you-want-to-see-in-a-wordpress-tv-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:1693:\"<p>The <a href=\"http://wordpress.tv/\">WordPress.tv</a> team is <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/\">requesting feedback</a> on what features you&#8217;d like to see in a website redesign. Jerry Bates, volunteer moderator for WordPress.tv, says one of the goals for 2016 is to update the site to better showcase content from WordCamps around the world. While plans are underway, the team wants to know what you think of WordPress.tv as it is today and what it would be in a perfect world.</p>\n<p>Oleg Belousov suggests <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/comment-page-1/#comment-1483\">WordPress.TV have a playlist feature</a> so viewers can favorite videos. I&#8217;d also like to see this feature and have the videos saved to my WordPress.org profile. I&#8217;ve noticed that a lot of links to presentation slides point to the speaker&#8217;s personal site. To protect against link rot and expiring domains, WordPress.tv or a sister site should host presentation slides.</p>\n<p>On the single post view for videos, you have to scroll down to read a video&#8217;s description in the right hand sidebar. Instead, I&#8217;d like to see WordPress.tv display information and related videos similar to YouTube since most of the relevant information is near the video itself. The redesign should also be responsive. If you have ideas to improve WordPress.tv or feature requests, please <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/comment-page-1/\">leave a comment</a> on the Make.WordPress.tv site.</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:\"Mon, 12 Oct 2015 17:02: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: HR Meets Science\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/10/hr-meets-science/\";s: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:156:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Great talk on analytical HR at Google. <cite>Hat tip: <a href=\"http://whenihavetime.com/\">Sara</a>.</cite></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Oct 2015 18:04: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: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:6;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Super Impressive Mario\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/10/super-impressive-mario/\";s: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:179:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This custom Mario Maker level, and the skill required to beat it, is one of the craziest feats of Mario virtuoso I&#8217;ve seen.</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, 09 Oct 2015 22:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Post Status: Responsive images for WordPress and mobile pages with AMP — 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=14573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://poststatus.com/responsive-images-for-wordpress-and-mobile-pages-with-amp-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:1819:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p><span>In this episode of Draft, Joe and Brian discuss Google’s AMP project for Accelerated Mobile Page loading, and what it means for WordPress. They also go in-depth on WordPress’s upcoming core support for handling responsive images.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/18240.mp3\">https://audio.simplecast.fm/18240.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18240.mp3\">Direct Download</a></p>\n<h3>Topics &amp; Links</h3>\n<p>Google&#8217;s AMP</p>\n<ul>\n<li><a href=\"https://www.ampproject.org/\">AMP</a></li>\n<li><a href=\"https://www.ampproject.org/how-it-works/\">How AMP works</a></li>\n<li><a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\">WordPress AMP plugin</a></li>\n<li><a href=\"http://www.niemanlab.org/2015/10/get-ampd-heres-what-publishers-need-to-know-about-googles-new-plan-to-speed-up-your-website/\">AMP on Neiman Lab: What publishers need to know</a></li>\n</ul>\n<p>Responsive Images (starts at 35 minutes in)</p>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/ticket/33641\">Responsive images merge</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">Merge Proposal</a></li>\n<li><a href=\"https://wordpress.org/plugins/ricg-responsive-images/\">Plugin version</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Oct 2015 18:18: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: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:8;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:20:\"Matt: Lists of Lists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/10/lists-of-lists/\";s: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:738:\"<blockquote><p>The app that changed my life is <a href=\"http://simplenote.com/\">Simplenote</a>, linked to Notational Velocity. I have Simplenote on my phone and Notational Velocity on my computer, and I&#8217;m obsessed with to-do lists and lists about my to-do lists. It allows me to have my lists on my phone and my lists on my computer, and they sync&#8230; if you are a list freak, with lists of lists, it will change your life.</p>\n<p>&#8212; Lena Dunham</p></blockquote>\n<p>From a talk with Kara Swisher on Re/code. <a href=\"http://recode.net/podcast-player/216027/\" target=\"_blank\">Listen to the whole podcast</a>, Simplenote comes up at the 48-minute mark. <cite>Hat tip: <a href=\"http://toni.org/\">Toni Schneider</a>.</cite></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 20:13:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:9;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: The First Half of the REST API Is Officially Added to WordPress Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/the-first-half-of-the-rest-api-is-officially-added-to-wordpress-core\";s: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:2644:\"<p>A few hours ago, Ryan McCue, one of the lead developers of the WordPress REST API project who recently received <a href=\"https://make.wordpress.org/core/2015/10/07/%f0%9f%8e%89-one-more-committer-for-4-4/\">guest commit access</a> for WordPress 4.4, committed <a href=\"https://core.trac.wordpress.org/changeset/34928\">a patch</a> that adds the REST API infrastructure to WordPress core.</p>\n<p>In his commit message, McCue referred to the infrastructure as a baby API:</p>\n<blockquote><p>REST API: Introduce baby API to the world.</p>\n<p>Baby API was born at 2.8KLOC on October 8th at 2:30 UTC. API has lots<br />\nof growing to do, so wish it the best of luck.</p>\n<p>Thanks to everyone who helped along the way:</p>\n<p>Props rmccue, rachelbaker, danielbachhuber, joehoyle, drewapicture, adamsilverstein, netweb, tlovett1, shelob9, kadamwhite, pento, westonruter, nikv, tobych, redsweater, alecuf, pollyplummer, hurtige, bpetty, oso96_2000, ericlewis, wonderboymusic, joshkadis, mordauk, jdgrimes, johnbillion, jeremyfelt, thiago-negri, jdolan, pkevan, iseulde, thenbrent, maxcutler, kwight, markoheijnen, phh, natewr, jjeaton, shprink, mattheu, quasel, jmusal, codebykat, hubdotcom, tapsboy, QWp6t, pushred, jaredcobb, justinsainton, japh, matrixik, jorbin, frozzare, codfish, michael-arestad, kellbot, ironpaperweight, simonlampen, alisspers, eliorivero, davidbhayes, JohnDittmar, dimadin, traversal, cmmarslender, Toddses, kokarn, welcher, and ericpedia.</p></blockquote>\n<p>If you&#8217;re not familiar with the REST API and its potential impacts on WordPress&#8217; future, I highly recommend reading the following articles.</p>\n<ul>\n<li><a href=\"http://wptavern.com/excellent-primer-on-the-wordpress-rest-api-project\">Excellent Primer on the WordPress REST API Project</a></li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">The WordPress REST API by Brian Krogsgard</a></li>\n<li><a href=\"http://wptavern.com/ryan-mccue-on-creating-the-json-rest-api-for-wordpress\">Ryan McCue on Creating The JSON REST API for WordPress</a></li>\n<li><a href=\"http://torquemag.io/the-ultimate-guide-to-the-wordpress-rest-api-an-ebook-by-josh-pollock/\">‘The Ultimate Guide To The WordPress REST API,’ An Ebook By Josh Pollock</a></li>\n</ul>\n<p>In the lifespan of an open source project, there are milestone moments. Even though only half of the REST API is in WordPress 4.4, I consider this to be one of those moments.</p>\n<p>If all goes well, developers will have access to the complete REST API in WordPress 4.5. I hope you&#8217;ll join me in congratulating all of the contributors that have and continue to work on the REST API.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 08:38: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: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:10;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: WPWeekly Episode 209 – Where Is the Word Press?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-209-where-is-the-word-press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2568:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://werdswords.com/\">Drew Jaynes</a>, WordPress core contributor. We discuss a wide range of topics, from Jaynes&#8217; opinions on Scott Taylor&#8217;s work on WordPress 4.4 thus far to his trip to <a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Capetown Africa, 2015</a>.</p>\n<p>We go in-depth on 10up&#8217;s investments in WordPress and discuss what&#8217;s happened to the Word Press. Last but not least, we discuss why <a href=\"https://twitter.com/jjj/status/647265586624512001\">developers are so excited</a> for Taxonomy Term Meta to be part of WordPress 4.4.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wp101-founded-by-shawn-hesketh-turns-7-years-old\">WP101 Founded by Shawn Hesketh Turns 7 Years Old</a><br />\n<a href=\"http://wptavern.com/the-top-100-active-wordpress-themes-and-plugins-on-godaddys-hosting-network\">The Top 100 Active WordPress Themes and Plugins on GoDaddy’s Hosting Network</a><br />\n<a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level\">6 WordPress Plugins That Take Native Comments to the Next Level</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-like-dislike/\">WP Like/Dislike</a> allows visitors to like or dislike a post on your website.</p>\n<p><a href=\"https://wordpress.org/plugins/dorzki-notifications-to-slack/\">Slack Notifications</a> is a plugin that notifies you in your Slack channel via the Slack API on the following: New WordPress Version, New Plugins Updates, Post Published, New User Registration, Admin Login.</p>\n<p><a href=\"https://wordpress.org/plugins/postmatic-for-gravity-forms/\">Postmatic for Gravity Forms</a> is a simple plugin that allows individuals to subscribe to Postmatic feeds using Gravity Forms.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 21st 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 #209:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 08:32: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:11;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: How to Favorite Themes on the WordPress Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-favorite-themes-on-the-wordpress-theme-directory\";s: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:2145:\"<p>When the WordPress theme directory was <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">redesigned earlier this year</a>, a <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design#comment-65119\">common request from readers</a> was the ability to favorite themes as you can with plugins. This feature was also <a href=\"https://meta.trac.wordpress.org/ticket/28\">suggested</a> by Mario Pesehv two years ago.</p>\n<p>On July 22nd, Dion Hulse <a href=\"https://meta.trac.wordpress.org/changeset/1770\">committed a change</a> with little fanfare to the WordPress theme directory that allows registered users to mark themes as favorites.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavoriteIcon.png\"><img class=\"size-full wp-image-48551\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavoriteIcon.png?resize=1025%2C447\" alt=\"Theme Favorite Icon\" /></a>Theme Favorite Icon\n<p>Registered users who are logged into WordPress.org will see a heart icon above the download button on a theme&#8217;s detailed information page. When clicked, the heart icon turns red and the theme is added to your favorites list. To see your favorites list, visit the theme directory home page and click the Favorites tab.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavorites.png\"><img class=\"size-full wp-image-48552\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavorites.png?resize=633%2C521\" alt=\"Themes Marked as Favorites\" /></a>Themes Marked as Favorites\n<p>To remove a theme from your favorites list, visit the theme&#8217;s detailed information page and click the heart icon.</p>\n<p>Unfortunately, you can&#8217;t install themes marked as favorite from the backend of WordPress since the Favorites tab doesn&#8217;t exist on the Add Themes page. However, I&#8217;ve <a href=\"https://core.trac.wordpress.org/ticket/34206\">created a ticket on Trac</a> to see if it can be added in time for WordPress 4.4. Keep in mind that like plugins, themes marked as favorites will show up on your WordPress.org user profile.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 06:21: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:\"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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:92:\"WPTavern: Measure Jetpack: An Independent Project Aimed at Measuring Jetpack’s 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=48538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/measure-jetpack-an-independent-project-aimed-at-measuring-jetpacks-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:3308:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ProjectJetpackBenchmark.png\"><img class=\"aligncenter size-full wp-image-48540\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ProjectJetpackBenchmark.png?resize=658%2C292\" alt=\"Project Jetpack Benchmark\" /></a>Just about every time we publish an article about Jetpack, one or more readers <a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage#comment-88443\">leaves a comment</a> similar to the following, <em>I don&#8217;t use Jetpack because it slows down my site</em>. Many of the comments don&#8217;t link to or provide data that backs up their claim.</p>\n<p>Outside of the <a href=\"http://wptavern.com/benchmarks-indicate-jetpack-doesnt-negatively-impact-site-loading-times\">benchmarks</a> produced by the BruteProtect team late last year, there&#8217;s little evidence to support the claim that Jetpack negatively impacts a site&#8217;s performance. <a href=\"https://profiles.wordpress.org/ideag/#content-plugins\">Arūnas Liuiza</a>, a WordPress plugin developer, is working <a href=\"http://blog.arunas.co/project-measure-jetpack/\">on a new project</a> that hopes to solve the mystery of whether or not Jetpack causes sites to load more slowly.</p>\n<h2>Preparing the Testing Environment</h2>\n<p>In the next few weeks, Liuiza and his students will scour the WordPress plugin directory to find plugins with comparable features to Jetpack&#8217;s modules. The team is going to set up three identical WordPress sites with default Lorem Ipsum content.</p>\n<p>One site will act as the benchmark, another will run Jetpack, and the third will run plugins similar to Jetpack&#8217;s modules. Liuiza explains how his students will perform the benchmark process:</p>\n<blockquote><p>We’ll start the measuring, with different plugins/modules activated and deactivated. We’ll be doing 1-to-1 comparisons, as well as some combos. We are going to measure load times, as well as some stats reported by Query Monitor such as memory usage, database query count etc.</p></blockquote>\n<p>Liuiza says benchmark results will be published in a series of posts on his blog and on the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facbook group</a>. Liuiza is asking for the community&#8217;s help to locate plugins that are feature-comparable to the modules in Jetpack.</p>\n<p>He&#8217;s also asking for advice on the testing methodology he and his students should use. There&#8217;s no timetable on when the results will be published as it&#8217;s considered a side project.</p>\n<h2>Benchmark Frontend Modules Only</h2>\n<p>Jetpack currently has 36 modules but some of them simply connect to services such as VaultPress or VideoPress. I think Liuiza and his team should concentrate on modules that potentially impact a site&#8217;s frontend performance as it doesn&#8217;t make sense to benchmark modules that are only for the backend.</p>\n<p>I&#8217;m doubtful that an independent study of Jetpack&#8217;s performance will solve the issue once and for all, especially if the results show that it doesn&#8217;t have much of an impact on sites as people think. However, it will be nice to have another set of data to point people to when it comes up in discussions.</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, 07 Oct 2015 18:41:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:13;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"Matt: Accelerated Mobile Pages &amp; 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:21:\"http://ma.tt/?p=45475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://ma.tt/2015/10/accelerated-mobile-pages-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:494:\"<p>As was just announced on <a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\">the VIP blog</a> and <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\">Google</a>, there&#8217;s a new open standard that competes with (or complements) Facebook&#8217;s Instant Articles. It&#8217;s easy for WordPress sites to support both, <a href=\"https://github.com/Automattic/amp-wp/\">you can check out this Github project to see the plugin code so far</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, 07 Oct 2015 14:33: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: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:14;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: 10up Continues to Make Major Investments in 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=48524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/10up-continues-to-make-major-investments-in-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:4759:\"<p>In the last two years, <a href=\"http://10up.com/\">10up</a>, a web design and development agency has contributed to WordPress in significant ways. From <a href=\"http://wptavern.com/10up-sponsors-helen-hou-sandi-to-work-full-time-on-wordpress-core\">sponsoring Helen Hou-Sandi</a> to work full-time on WordPress core, to <a href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">sponsoring Drew Jaynes</a> to lead the WordPress 4.2 development cycle. In a post published on the company&#8217;s blog, <a href=\"http://10up.com/blog/2015/commitments-open-web/\">10up announced</a> it will continue to invest in WordPress and other open source projects it works with on a daily basis.</p>\n<p>According to the announcement, 10up is sponsoring Jaynes to work on WordPress full-time. The company has also created a Platform Engineer position and although it&#8217;s not hiring to fill the role, the company has left the title open-ended as it continues to support and build web platforms such as <a href=\"http://10up.com/blog/2015/sponsoring-sanitize-css/\">santize.css</a> and <a href=\"http://10up.com/blog/2014/varying-vagrant-vagrants-future/\">Varying Vagrant Vagrants</a>.</p>\n<h2>Sponsoring Scott Kingsley Clark to Work on the Fields API Project</h2>\n<p>In a major show of support, 10up is sponsoring 100 hours of <a href=\"http://scottkclark.com/\">Scott Kingsley Clark’s</a> company time to work on the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API Project</a>. Announced in May, the <a href=\"https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/\">Fields API Project</a> is an offshoot of the Metadata API project. The Fields API would allow developers to register fields and sections for WordPress objects. According to Clark, the goal is to initially cover the following WordPress objects:</p>\n<ul>\n<li>Customizer (retrofitting it beneath the existing Customizer API)</li>\n<li>User profile screen</li>\n<li>Post editor</li>\n<li>Settings screens (retrofitting it beneath the existing Settings API)</li>\n<li>And other areas in the future (Comment editor, Network Settings screens [see <a href=\"https://core.trac.wordpress.org/ticket/15691\">#15691</a>], Media modals, etc)</li>\n</ul>\n<p>10up believes that supporting the Fields API Project will help move it into a viable state to potentially be added to WordPress in the near-future, &#8220;As a company with a central mission of creating great publishing experiences, the user and developer experiences a fields API can improve are something we are particularly well-versed in,&#8221; Hou-Sandi said.</p>\n<p>Hou-Sandi goes on to explain that the web is built on open technologies that are usually maintained by small groups of people who rely on donations.</p>\n<blockquote><p>The balance between use and support of open source software leans heavily toward use, and that imbalance has become even more apparent. Even with increased awareness around the plight of projects integral to a safe web, initiatives like OpenSSL continue to operate on small donations and the volunteer efforts of a few. It takes time to convert pledges into action, and we’ve yet to see very many pledges at all, much less action.</p></blockquote>\n<p>The following quote written by Jake Goldman, <a href=\"http://10up.com/about/#employee-jake-goldman\">Founder and President of 10up</a>, explains why reinvesting in open source projects is so important not only for his company&#8217;s customers, but the WordPress userbase in general.</p>\n<blockquote><p>I’ve said repeatedly that nothing is more critical to the success of agencies that rely on community, open source software platforms than the continued success of those platforms. It is incumbent upon those who have leveraged free, open platforms with success to share that success back.</p>\n<p>By economically enabling world-class engineers to improve open platforms, we not only ensure that our customers continue to have a first class solution, we enable the next generation of builders, who can’t yet afford such resources, to further grow our ecosystem and the platform’s demand. I believe this is the social contract of open source, and as 10up grows, so to will our contributions to open source. It’s not just responsible citizenship, it’s good business.</p></blockquote>\n<p>It makes sense for companies whose businesses rely on open source software to find ways to reinvest time, energy, and money back into those projects less they disappear. That&#8217;s precisely what 10up is doing along with <a href=\"http://ma.tt/2014/09/five-for-the-future/\">a few other companies</a>. Let me know in the comments if and how your company is contributing back to open source software.</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, 06 Oct 2015 21:09:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"Matt: Scratch &amp; Sniff Whiskey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/scratch-sniff-whiskey/\";s: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:418:\"<p>Whether you&#8217;re curious for yourself or looking for a great gift for a scotch-loving friend, <a href=\"http://www.amazon.com/Essential-Scratch-Becoming-Whiskey-Know-It-All/dp/0544520602\">The Essential Scratch &#038; Sniff Guide to Becoming a Whiskey Know-It-All</a> from my friends Richard Betts, Crystal English Sacca, and Wendy MacNaughton is a must-buy. I have read this book myself and it smelled great.</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, 06 Oct 2015 20:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:16;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:79:\"WPTavern: You Can Now Search for and Install Plugins From Within Jetpack Manage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage\";s: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:3229:\"<p>At the end of 2014, Jetpack 3.3 introduced a <a href=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\">centralized dashboard</a> that enables users to <a href=\"https://wordpress.com/plugins/jetpack\">manage Jetpack powered sites</a>. At the time, you could only do the following:</p>\n<ul>\n<li><strong>Plugin management:</strong> Turn plugins on or off with one click — per site or in bulk.</li>\n<li><strong>Initiate plugin updates:</strong> Update plugins for a single site or all sites in bulk.</li>\n<li><strong>Automatic updates:</strong> Turn on auto-updates for any plugin on a per-site basis or in bulk.</li>\n</ul>\n<p>Now you can <a href=\"http://jetpack.me/2015/10/01/new-plugin-browser/\">browse and install plugins</a> from the WordPress plugin directory on sites you own that use Jetpack with the <a href=\"https://jetpack.me/support/site-management/\">Manage module</a> activated. Visit <a href=\"https://wordpress.com/plugins/browse\">https://wordpress.com/plugins/browse</a> and choose the site you want to manage. Look for the Configure area on the sidebar and click the Add button to open the plugin browser.</p>\n\n<a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage/pluginbrowserinwp43\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/PluginBrowserInWP43.png?resize=1169%2C682\" class=\"attachment-full\" alt=\"Plugin Browser in WordPress 4.3\" /></a>\n<a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage/jetpackmanagepluginbrowser\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/JetpackManagePluginBrowser.png?resize=977%2C812\" class=\"attachment-full\" alt=\"Jetpack Plugin Browser\" /></a>\n\n<p>When the plugin directory <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">launched a redesign</a> earlier this year, <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">a common complaint</a> from readers is that the ability to see new plugins added to the directory was removed. Unlike the plugin browser in WordPress, the browser on WordPress.com displays new plugins.</p>\n<p>Both browsers display similar information in the detailed view with the exception that the WordPress.com browser doesn&#8217;t show a list of contributors. Enej Bajgorić, a member of the Jetpack development team, explains how to quickly install a plugin to a Jetpack site when browsing the WordPress plugin directory:</p>\n<blockquote><p>If you find yourself browsing the WordPress.org plugin repository and want to install the plugin on your Jetpack site, you can just replace the .org in the URL with .com and be taken to the new Plugin Browser where you can install the plugin with a single click. You will need to be logged into your WordPress.com account for this to work.</p></blockquote>\n<p>A plugin browser to search for and install plugins is another feature that makes Jetpack Manage a free, decent alternative to commercial services for managing multiple sites. If you manage multiple sites with Jetpack Manage, let us know what you think and what key features you&#8217;d like to see added.</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, 06 Oct 2015 18:29: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:\"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:17;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Interview in French\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/interview-in-french/\";s: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:196:\"<p>Si vous parlez français, <a href=\"http://www.journaldunet.com/solutions/dsi/1161757-interview-de-matt-mullenweg/\">vous pourriez profiter de cette interview avec moi sur Journal Du Net</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:\"Mon, 05 Oct 2015 23:07: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: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:18;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:70:\"WPTavern: Tom Nowell on How Automattic Keeps Workers Healthy and Happy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/tom-nowell-on-how-automattic-keeps-workers-healthy-and-happy\";s: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:12001:\"<hr />\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/TomNowell.jpg\"><img class=\"alignright size-thumbnail wp-image-48491\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/TomNowell.jpg?resize=150%2C150\" alt=\"Tom Nowell\" /></a>This post was contributed by <a href=\"https://twitter.com/Tarendai\">Tom J Nowell</a>. Tom is a <a href=\"https://automattic.com/work-with-us/vip-wrangler/\">VIP Wrangler</a> at <a href=\"https://vip.wordpress.com\">WordPress.com VIP</a>, lead of the <a href=\"http://www.wptherightway.org/en/index.html\">WP The Right Way</a> project, <a href=\"http://tomjn.com\">blogger</a>, and community moderator at <a href=\"https://wordpress.stackexchange.com/\">WordPress Stack Exchange</a>. Tom will be speaking at <a href=\"https://nyc.wordcamp.org/2015/\">WordCamp New York</a> later this month on escaping and security.</p>\n<hr />\n<p>This is a story about my job as a <a href=\"http://vip.wordpress.com\" target=\"_blank\">VIP Wrangler</a>, what <a href=\"http://automattic.com\" target=\"_blank\">Automattic</a> does to keep Automatticians happy, and my battles with anxiety, <a href=\"http://hyperboleandahalf.blogspot.co.uk/2011/10/adventures-in-depression.html\" target=\"_blank\">depression</a>, and fear.</p>\n<h2>Joining the VIP Team</h2>\n<p>Almost a year ago, I worked for <a href=\"http://codeforthepeople.com/\">Code For The People</a>, a six person development agency that was in acquisition talks with Automattic. I remember at the beginning of the week, we thought an acquisition could happen before Christmas and by the following Friday, we were signing new employment contracts, and booking tickets to Lisbon for the VIP team meet up!</p>\n<p>I remember being the first to arrive, surrounded by people from the VIP team I&#8217;ve never met in person. We went out for dinner, learned how to do deploys, visited aquariums, gardens, and then went home.</p>\n<h2>The Happiness Rotation</h2>\n<p>After the meet up, I spent two months finishing contracts and started my Happiness Rotation. A happiness rotation is three weeks of working on the WordPress.com support team to get in touch with the problems end users are facing. Every Automattician has to go through a happiness rotation as part of their trial.</p>\n<p>Working the happiness rotation was hard. When I say this, I don&#8217;t mean it was an insurmountable task. I had a full-time Happiness Engineer available 24/7 to ask any question I wanted, a week of walkthroughs, supervised working, mountains of documentation, pre-written examples, and slack channels with friendly supportive people. I knew what to do, how to do it, and <a href=\"https://wordpress.stackexchange.com/users/736/tom-j-nowell\" target=\"_blank\">I&#8217;ve done it before</a>.</p>\n<h2>VIP Training</h2>\n<p>Despite this, I struggled, and VIP training began. Work at VIP fits into several sub roles that developers cycle through and training consists of a week in each role mentored by an experienced VIP Wrangler. Afterwards, we continue the cycle as full VIP Wranglers. Throughout the entire process, I had a general mentor for any and all things Automattic, be it mystery acronyms, or how to book a holiday.</p>\n<p>At this point, I realized my job had grown in scope and felt insurmountable. I didn&#8217;t know what was going on and there was still much to learn. Combined with a torrent of new notifications, p2s, and emails, I felt lost. GitHub scaled from two to three emails per day to hundreds, P2 posts filled my other inbox, people asked difficult questions, and the sheer amount of activity at Automattic was overwhelming.</p>\n<h2>Dealing With Adversity</h2>\n<p>In the last few years, I viewed Automattic as my career end goal and suddenly I was there, years ahead of schedule. Not just that, I was struggling. I couldn&#8217;t grasp what was going on and I felt paralyzed in the face of work. I grappled with the thought that I was bad at my job, didn&#8217;t belong there, and that I wouldn&#8217;t last the next six months. I had this feeling that at any time, they were going to pull me into a call and say it isn&#8217;t working out.</p>\n<p>A number of questions ran through my head. What would people think if they saw I left after the acquisition? Everyone&#8217;s treating it as a promotion and congratulating me. Maybe I&#8217;m not ready? I was handed a theme to review and struggling to read basic lines of code, mulling it over in my mind, why can&#8217;t I do this?</p>\n<p>Sometimes I had the wrong window open and was reviewing my code but was so preoccupied, I didn&#8217;t realize it. Today, it takes me four days to review 6,000 lines of code in a theme but at the time, it took me two weeks to move through 1,000 lines.</p>\n<h2>The Catch Up Calls</h2>\n<p>It&#8217;s at this point that I was introduced to the bi-weekly catch up call. The team leads would chat with each person individually every two weeks to find out how they were, what they were doing, and what they&#8217;d like to do the following week. It was a chance to flag any problems and plan ahead.</p>\n<p>I experienced nothing like this at CFTP or at any of my previous jobs and combined with the stalling work on the review, I panicked. My first catch up call was awkward and didn&#8217;t last long. My second catch up call didn&#8217;t go so well. I was at WordCamp Norway preparing to give a talk on <a href=\"http://www.wptherightway.org/en/index.html\" target=\"_blank\">WP The Right Way</a>. I sat in a quiet room and received a call on a Skype from my team lead.</p>\n<p>I felt as though I was put on the spot having to justify what I&#8217;d been doing the last two weeks, and trying to figure out how to spin weeks of panicking in front of a computer into a tale of bountiful code reviewing, pleasant Norwegian winters, and a smile.</p>\n<h2>Recovering From the Breakdown</h2>\n<p>Instead, I closed my machine and burst into tears. A few minutes later I opened my machine, apologized, and tried to explain what had happened. I was told they didn&#8217;t care how much work I was doing as long as I was learning and happy. A colleague picked up the review I was working on and noted that I was  thorough with the parts I reviewed.</p>\n<p>My team lead, Steph, checked up on me every two to three days for the next two weeks to make sure I was okay and tried to find what kind of work I took to best. I spent time on deploys, then moved on to a long rotation doing code review so that I could focus on particular tasks and build my confidence.</p>\n<p>While this was happening, another colleague asked if I was okay as he thought I was down. He introduced me to an internal slack channel called <a href=\"http://bluehackers.org/\" target=\"_blank\">Bluehackers</a> where other Automatticians who struggled could share their experiences. Seeing other people talk candidly about their problems made me recognize a lot of things I hadn&#8217;t considered, the most important being that I wasn&#8217;t alone.</p>\n<h2>I&#8217;m Not Alone</h2>\n<p>I wasn&#8217;t the only one who struggled some days and failed to get anything done. I wasn&#8217;t the only one who panicked when faced with new or even familiar tasks. Everyone at VIP was friendly and supportive, not because they knew of my situation, but because they are nice people. One time, my technical lead sent me three family sized pies because we had a slack discussion on pudding.</p>\n<p>Sometimes I don&#8217;t get anything done. Sometimes I struggle to do things I normally do effortlessly. Sometimes I turn off the video in calls because I&#8217;m still in bed. It&#8217;s 3PM and I can&#8217;t bring myself to get up, changed, and eat. There are so many projects I want to do. I have the knowledge, I have the resources, the support, the time, but they don&#8217;t get done, and it&#8217;s a struggle to explain why. Sometimes it&#8217;s things I know that need doing, like buying food or paying bills.</p>\n<h2>Confirmation Things are Working Out</h2>\n<p>A few months later I was in Seville at WordCamp Europe. Initially, I wasn&#8217;t going to go but decided I would regret it if I didn&#8217;t. I threw some clothes in a suitcase and purchased a flight. Large groups of people are scary, but I&#8217;ve found WordCamps tend to have familiar friendly faces mixed in. I can&#8217;t stress how big a boost it is to be able to see and make friends from event to event, yet still meet new people.</p>\n<p>Before I left, I found myself with my former boss and now colleague. He asked how I was getting along at Automattic. He asked me this before, and I said, &#8220;It was rough at the start but I think I&#8217;m there now.&#8221; He told me that everyone else at the company thought good of me and that I was fitting in well. It might have been simple statement but it meant a lot to me.</p>\n<h2>A Bout of Impostor Syndrome</h2>\n<p>I had real moments when I went to sleep thinking I was going to lose my job, that I might not be cut out to be a developer, and that I didn&#8217;t deserve the things I had. But throughout the entire process, my team leads and my colleagues tried to support me. They placed my well-being first and they proactively asked if I was ok when they suspected something was wrong, and sought to put real solutions in place where they could.</p>\n<p>They found other people with similar problems and tried to give me the ability to express what was happening, sharing their own problems coping, and what they were doing to keep on top of them. They gave praise and listened to good ideas, asked for help when they needed it, and they understood. Right now, I&#8217;m ok, but things have a habit of creeping up unnoticed, triggered by unexpected things.</p>\n<p>I get anxious about food at WordCamps if I don&#8217;t know what&#8217;s being served, I&#8217;m uncomfortable in social situations, and at times I have problems gathering the energy to do day-to-day things, but I&#8217;m lucky. I have a good job, a nice family, a comfortable apartment, and interesting work. My problems are mild and I know others have it worse. Most people are going to pretend everything&#8217;s ok but everyone needs a little help.</p>\n<h2>Suggestions for Employers and Struggling Employees</h2>\n<p>Automattic has things in place to make sure Automatticians lead healthy mental lives. We have an unlimited holiday allowance, a small expense budget to make traveling easier (e.g. a pot of tea at an airport or a massage), team meet ups, sabbaticals, and many others. Matt Mullenweg doesn&#8217;t want Automatticians to struggle, we work hard and it takes its toll. Often, we forget that we have to take care of our emotional and mental needs and give ourselves time.</p>\n<p>Consider creating your own internal Bluehackers group and give people avenues to express themselves when they need to. Make sure they&#8217;re happy, and that you care about their well-being more than their quality of work and output as reassurance goes a long way. Some companies have gone as far as setting minimum holiday allowances to force employees to spend time on themselves.</p>\n<p>If you&#8217;re dealing with problems like these, talk about it. Talk to a GP/Doctor, a friend, family, whatever works for you. Talking is hard, but it&#8217;s necessary. If someone opens up to you, listen. Don&#8217;t try to offer solutions, don&#8217;t compare and contrast, don&#8217;t try to offer sympathy, don&#8217;t expect it to be sorted out in a month&#8217;s time. Simply listen as that person chose to tell you, so give them space and respect.</p>\n<p>If you suspect someone is down, ask them if they&#8217;re ok and if you notice they bounce back, tell them, and tell them you&#8217;re glad! Highlight interesting things that happen, help them when they make a mistake, ask them when you make one yourself. But remember, sometimes all someone needs is a hug and a cup of tea to know that things are ok. Give them space, don&#8217;t ask for explanations, and let them know you&#8217;re there if you need them.</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:\"Mon, 05 Oct 2015 17:11:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:69:\"Post Status: How WordPress core development happens — 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=14528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/how-wordpress-core-development-happens-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:2409:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his guest co-host, <a href=\"https://twitter.com/williamsba\">Brad Williams</a> discuss some of today’s hottest, current WordPress news.</p>\n<p>This week Brian and Brad talk about how to get involved in WordPress core, what to expect when you do, how to navigate the waters of core development. They also discuss term meta, its use cases, how it works, and why it’s a great feature for WordPress 4.4.</p>\n<p>Brad is guest hosting this week, as Joe is out. He’s the co-founder of <a href=\"https://webdevstudios.com\">WebDevStudios</a>, a co-organizer for <a href=\"https://2015.us.wordcamp.org/about/organizers/\">WordCamp US</a>, and wrote <a href=\"http://bit.ly/prowp3\">Professional WordPress Design &amp; Development </a> (my go-to book on WordPress development). You can follow Brad on Twitter <a href=\"https://twitter.com/williamsba\">@williamsba</a>.</p>\n<a href=\"https://audio.simplecast.fm/18028.mp3\">https://audio.simplecast.fm/18028.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18028.mp3\">Direct Download</a></p>\n<h3>Topics</h3>\n<p>WordPress core development process:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/components/\">WordPress core components</a></li>\n<li><a href=\"https://make.wordpress.org/core/features-as-plugins/\">Features as plugins</a></li>\n<li><a href=\"https://core.trac.wordpress.org/\">WordPress Trac </a></li>\n<li><a href=\"https://codex.wordpress.org/Core_Team\">The WordPress core team</a></li>\n<li><a href=\"https://make.wordpress.org/chat/\">How to get on WordPress Slack discussions</a></li>\n</ul>\n<p>Term meta:</p>\n<ul>\n<li><a href=\"https://poststatus.com/?s=term+meta\">Term Meta posts/notes on Post Status</a> (some members only content)</li>\n<li><a href=\"https://poststatus.com/notes/the-case-for-term-meta-and-a-roadmap-for-making-it-happen/\">The case for term meta</a> (members only)</li>\n<li><a href=\"https://core.trac.wordpress.org/changeset/34529\">Term meta lands in core</a></li>\n<li><a href=\"https://make.wordpress.org/core/tag/taxonomy/\">Term Meta posts on Make Core</a></li>\n<li><a href=\"http://github.com/sc0ttkclark/wordpress-fields-api\">WordPress Fields API project</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Oct 2015 00:55: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: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:20;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WP101 Founded by Shawn Hesketh Turns 7 Years Old\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/wp101-founded-by-shawn-hesketh-turns-7-years-old\";s: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:1903:\"<p>Earlier this week, WordPress video training site <a href=\"https://www.wp101.com/\">WP101</a>, founded by Shawn Hesketh, <a href=\"https://www.wp101.com/birthday/\">turned seven years old</a>. Since launching in 2008, Hesketh&#8217;s videos have been viewed more than a million times by over 500k people. He&#8217;s also re-recorded the videos that make up the WP101 series 17 times. With seven years of experience under his belt, I asked Hesketh what he would have done differently in the beginning.</p>\n<p>&#8220;From a technical standpoint, I wish I’d picked a solid membership plugin that would have enabled us to grow. We’re planning a costly migration in the coming months, and a better membership plugin might have saved us the considerable hassle and cost,&#8221; Hesketh told the Tavern.</p>\n<p>Technical issues aside, Hesketh believes his business&#8217; success is largely due to his focus on serving people, &#8220;It’s one thing to create an online course and hope people discover it. But it takes much more dedication to actually engage people on a daily basis, take the time to understand their goals, and then help them get clear on how to accomplish those goals,&#8221; he said.</p>\n<p>Hesketh doesn&#8217;t have any regrets but wishes he launched the question and answer forum on the first day, &#8220;Its given me the opportunity to answer questions that may not be covered in our videos. That’s the real value that WP101 brings to the table, real people helping others,&#8221; he said.</p>\n<p>WP101 launched around the same time as a lot of commercial theme shops such as iThemes, StudioPress, and WooThemes. Although WP101 doesn&#8217;t sell commercial themes or plugins, Hesketh has carved out a space in the WordPress ecosystem that enables him to make a living. If you use WP101 or have in the past, I&#8217;d love to hear what you think of his videos in the comments.</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, 03 Oct 2015 01: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:\"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:21;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: The Top 100 Active WordPress Themes and Plugins on GoDaddy’s Hosting Network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/the-top-100-active-wordpress-themes-and-plugins-on-godaddys-hosting-network\";s: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:5167:\"<p>It was a warm, sunny afternoon in Tempe, AZ as I walked with a group of GoDaddy employees on our way to lunch during Pressnomics 3 earlier this year. It&#8217;s the first time I met Mendel Kurland, Christopher Carfi, and Kurt Payne in person. During lunch, we discussed a number of topics from the efforts made to change the company&#8217;s image, to ideas that help the WordPress community.</p>\n<p>I suggested to the team that GoDaddy create a billboard chart that shows the most popular themes and plugins used across its network. Not only would the information be beneficial to the company, it would also give the WordPress community valuable insight into what plugins and themes are used on a webhosting network with millions of customers.</p>\n<p>Nine months after our discussion, GoDaddy turned the idea into reality with the <a href=\"https://garage.godaddy.com/wordpress-hot-100/\">Hot 100</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/GoDaddyHot100.png\"><img class=\"size-full wp-image-48463\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/GoDaddyHot100.png?resize=1025%2C682\" alt=\"Top 100 Plugins and Themes of The Week\" /></a>Top 100 Plugins and Themes of The Week\n<p>GoDaddy tracks which themes and plugins are activated across the millions of sites it hosts and puts the 100 most popular of each into a list. The list is generated each week and places the previous week of results into an archive allowing you to monitor trends.</p>\n<p>Similar to the <a href=\"http://www.billboard.com/charts/hot-100\">Billboard Hot 100</a>, you can see the current rank of a plugin or theme, whether it&#8217;s moved up or down, and what its rank was the previous week. With an influential list like the Hot 100, it would be easy to accept paid listings. Carfi, confirms <a href=\"https://garage.godaddy.com/webpro/wordpress/hot-100-wordpress-plugins-and-themes/\">it&#8217;s not possible</a> to purchase placement.</p>\n<h2>How the Lists Are Generated</h2>\n<p>The Hot 100 is determined by ranking the net change in the number of active installs of WordPress plugins and themes in aggregate across GoDaddy&#8217;s hosting network. It looks at plugins and themes that are active at the time of the analysis and does not include plugins or themes that are deactivated.</p>\n<p>Instead of using the total number of active installs, the Hot 100 looks at the week-over-week change in active installs. This enables the list to determine which plugins and themes are hot or part of a rising trend. It also prevents bias towards plugins that already have a large install base such as Jetpack.</p>\n<p>Interestingly, themes on the list that are non-GPL are specifically noted and link to the Hot 100 instead of their corresponding theme page. In a <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1025849944143886/\">post published</a> to the Advanced WordPress Facebook group, Jeff King, Senior Vice President of Hosting at GoDaddy explains why.</p>\n<blockquote><p>One great recommendation and valuable bit of feedback we received is that, since the community embraces GPL, we should reflect that ethos in the Hot 100 list. While some non-GPL themes or plugins may occasionally show up in the list due to the fact that some non-GPL items still exist in the ecosystem, we don&#8217;t necessarily need to link to them. As of next week, we&#8217;ll be removing links to non-GPL themes and plugins.</p></blockquote>\n<h2>The Hot 100 Is a Valuable Resource</h2>\n<p>Although WordPress.org provides stats for plugin and theme authors, you can&#8217;t determine where they&#8217;re being used. The GoDaddy Hot 100 gives the public and developers of popular plugins and themes an opportunity to see how well they&#8217;re doing on one of the largest webhosts in the industry. While Jetpack and Akismet are the two most active plugins and seven default themes make up the top 10 themes, it&#8217;s the 25th-100th rankings that I find interesting.</p>\n<p>For example, <a href=\"https://wordpress.org/plugins/hello-dolly/\">Hello Dolly</a> which ships with WordPress and is activated by default after installation is ranked 27th this week. Last week, it ranked 38th meaning a lot of new installs of WordPress have taken place. This indicates that even though a lot of customers disable the plugin at some point after installation, it remains active on many sites hosted by GoDaddy.</p>\n<p>One of the largest jumps I&#8217;ve seen so far is the <a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a> plugin by Modern Tribe. It was ranked 95th last week and 31st this week. It would be interesting to know why a lot of new WordPress installs are activating this plugin on GoDaddy hosted sites this week versus last week.</p>\n<p>The <a href=\"https://garage.godaddy.com/wordpress-hot-100/\">Hot 100</a> is a valuable resource and I encourage you to see if your favorite plugins and themes made the list. Although it&#8217;s specific to GoDaddy, do you think the data is valuable? Would you like to see other large webhosting companies provide a glimpse into the most active WordPress themes and plugins used across their network?</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, 02 Oct 2015 18:51:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:22;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: Jetpack 3.7.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48458\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-3-7-2-patches-two-security-vulnerabilities\";s: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:1336:\"<p>Jetpack 3.7.2 is <a href=\"https://wordpress.org/plugins/jetpack/\">available for download</a> and patches two security vulnerabilities. The first is a cross-site scripting vulnerability in the contact form due to improper input sanitation that affects Jetpack 3.7.0 and below. Marc-Alexandre Montpas of <a href=\"https://sucuri.net/\">Sucuri</a> is credited with responsibly disclosing the vulnerability.</p>\n<p>The second is an information disclosure vulnerability present in certain hosting configurations responsibly disclosed by Jaime Delgado Horna of <a href=\"http://listae.com/\">Listae</a>. In addition to patching the vulnerabilities, 3.7.2 also fixes an error with the REST API that creates multiple drafts and published posts. Other notable fixes includes:</p>\n<ul>\n<li>Updating the Google+ logo in our sharing buttons.</li>\n<li>Adding custom capabilities for module management for multisite installs.</li>\n<li>Fixing a bug that was sending the contact form response fields in the wrong order.</li>\n</ul>\n<p>Montpas has <a href=\"https://blog.sucuri.net/2015/10/security-advisory-stored-xss-in-jetpack.html\">additional information</a> on the cross-site scripting vulnerability discovered in Jetpack on the Sucuri blog, including a timeline of events. Please update to Jetpack 3.7.2 as soon as possible to protect your sites.</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, 02 Oct 2015 16:12: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:23;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WPWeekly Episode 208 – A Nod to the King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wptavern.com/wpweekly-episode-208-a-nod-to-the-king\";s: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:2841:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the death of Alex King who was a pillar of the WordPress project. King passed away a few days ago from colon cancer. We share stories of meeting and discussing WordPress topics with King and describe his many contributions to WordPress. King will be dearly missed by the WordPress community.</p>\n<p>During the second half of the show, we discuss upcoming changes in WordPress 4.4, the lessons I learned moderating comments on WP Tavern, and WordCampus renaming to WPCampus.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/alex-king-founder-of-crowd-favorite-passes-away\">Alex King, Founder of Crowd Favorite Passes Away</a><br />\n<a href=\"http://alexking.org/blog/2015/08/24/rememberances\">Alex King&#8217;s Final Request</a><br />\n<a href=\"http://wptavern.com/wp-super-cache-1-4-5-patches-xss-vulnerability\"> WP Super Cache 1.4.5 Patches XSS Vulnerability</a><br />\n<a href=\"http://wptavern.com/lessons-i-learned-moderating-comments-in-wordpress\"> Lessons I Learned Moderating Comments in WordPress</a><br />\n<a href=\"http://wptavern.com/wordcampus-renames-event-to-wpcampus\"> WordCampus Renames Event to WPCampus</a><br />\n<a href=\"http://wptavern.com/wordpress-4-4-to-possibly-rearrange-fields-to-the-comment-form\"> WordPress 4.4 to Possibly Rearrange Fields to the Comment Form</a><br />\n<a href=\"http://wptavern.com/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-editor\"> WordPress 4.4 Removes the View Post and Get Shortlink Buttons From the Post Editor</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/cf7-customizer/\">Contact Form 7 Customizer</a> allows you to alter items like spacing and button size of the contact form using the customizer.</p>\n<p><a href=\"https://wordpress.org/plugins/view-admin-as/\">View Admin As</a> lets you simulate what a site looks like from a user with a specific role or capability.</p>\n<p><a href=\"https://wordpress.org/plugins/grayscale-images/\">Grayscale Images</a> converts images to gray-scale and displays the colored image hovered over.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 7th 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 #208:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 09:25: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:24;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: 6 WordPress Plugins That Take Native Comments to the Next Level\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/6-wordpress-plugins-that-take-native-comments-to-the-next-level\";s: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:12366:\"<p>Last week, I <a href=\"http://wptavern.com/lessons-i-learned-moderating-comments-in-wordpress\">shared the lessons I learned</a> and the drawbacks to moderating comments in WordPress. In this post, I highlight six plugins that solve a problem I encountered or enhance comments for both readers and site administrators. All of the plugins are free of charge and available from the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a>.</p>\n<h2>Problem Solvers</h2>\n<h3>Crowd Control</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48420\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlPluginBanner.png?resize=799%2C253\" alt=\"Crowd Control Plugin Banner\" /></a>I discovered that not all comments need to be moderated. <a href=\"https://wordpress.org/plugins/crowd-control/\">Crowd Control</a>, by Postmatic, gives readers the ability to report comments they feel don&#8217;t adhere to a site&#8217;s commenting policy.</p>\n<p>When enabled, a new option is displayed on the <strong>General &#8211; Discussion</strong> settings page. You can configure how many reports a comment needs before it&#8217;s sent to the moderation queue and whether administrators should be notified when it happens.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlSettings.png\"><img class=\"size-full wp-image-48421\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlSettings.png?resize=798%2C174\" alt=\"Crowd Control Settings\" /></a>Crowd Control Settings\n<p>If an administrator approves a comment that&#8217;s in moderation due to hitting the threshold, it won&#8217;t end up back in the moderation queue. This gives administrators the last word on whether a comment is acceptable or not.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlInAction.png\"><img class=\"size-full wp-image-48422\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlInAction.png?resize=686%2C202\" alt=\"Crowd Control in Action\" /></a>Crowd Control in Action\n<p>If you think a comment needs an administrator&#8217;s attention or does not adhere to the WP Tavern <a href=\"http://wptavern.com/comment-policy\">commenting policy</a>, hover over the comment and click the report button. A new column is added to <strong>edit-comments.php</strong> that displays how many reports a comment has. It&#8217;s important to note that detailed information of who reported the comment is not saved to the database.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlReportedColumn.png\"><img class=\"size-full wp-image-48423\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlReportedColumn.png?resize=807%2C193\" alt=\"Reported Comments Column\" /></a>Reported Comments Column\n<p>The system is open for abuse but I trust that the Tavern readership will use it responsibly.</p>\n<h3>Show Parent Comment</h3>\n<p>Comments that are pending moderation in the WordPress backend that are in response to another comment are hard to moderate. <a href=\"https://wordpress.org/plugins/show-parent-comment/\">Show Parent Comment</a>, developed by <a href=\"https://profiles.wordpress.org/stephencronin/\">Stephen Cronin</a>, adds a <strong>Show More</strong> dropdown to the <strong>edit-comments.php</strong> screen that allows administrators to see the text of the comment that a person is responding too.</p>\n<p><a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level#gallery-48414-1-slideshow\">Click to view slideshow.</a><br />\nI&#8217;ve used this plugin for more than two weeks and I enjoy the user interface. It looks and acts as if it&#8217;s a natural part of WordPress. Chris Christoff <a href=\"https://core.trac.wordpress.org/ticket/33627\">created a ticket</a> in Trac with the suggestion that a user interface element like the one in Cronin&#8217;s plugin be added to core. If you have feedback on the best way to accomplish this, please add it to the ticket.</p>\n<h2>Enhancements to Native Comments</h2>\n<h3>Epoch</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/EpochPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48415\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/EpochPluginBanner.png?resize=806%2C255\" alt=\"Epoch Plugin Banner\" /></a><a href=\"https://wordpress.org/plugins/epoch/\">Epoch</a> is a plugin developed by Postmatic and a few other contributors that enhances WordPress&#8217; comment system. Unlike services such as Disqus or Livefyre that replace the comment system, Epoch adds features to WordPress&#8217; native comments. This allows you to keep comments within your database at all times without relying on a third-party.</p>\n<p>Epoch applies a series of visual enhancements to the comment form. Replies from the post author are a different color from regular responses and the date and time the comment is written is displayed at the top. Epoch also uses Ajax to send and receive comments which eliminates the need to refresh the page.</p>\n<a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level#gallery-48414-2-slideshow\">Click to view slideshow.</a>\n<p>Epoch has a front end moderation capability that allows site administrators to approve, trash, or spam comments. Unlike the native comment form, Epoch doesn&#8217;t load the comments unless the browser reaches a certain point on a post or is accessed via a direct link.</p>\n<p>In most instances, the comment form loads quickly but on certain mobile devices, the lack of speed is noticeable. The team is aware of the performance issues and is attacking the problem with a three stage approach.</p>\n<p>Epoch relies on JavaScript to function so if a visitor browsing your site has JavaScript disabled, the comments don&#8217;t load. Again, the team is aware of this issue and is creating a fallback to WordPress&#8217; native comment system if the files can&#8217;t be retrieved from its CDN or JavaScript is disabled.</p>\n<h3>Basic Comment Quicktags</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48426\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagPluginBanner.png?resize=769%2C251\" alt=\"Basic Comment Quicktag Plugin Banner\" /></a>In WordPress 4.3, the allowed HTML tags text displayed near the comment form <a href=\"https://core.trac.wordpress.org/ticket/30157\">was removed</a>. The tags were removed because they&#8217;re note relevant and confusing to most users. While I agree that the text is not relevant, I think the comment form should have basic text formatting buttons so readers don&#8217;t have to remember and manually type HTML tags.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagsOnTheTavern.png\"><img class=\"size-full wp-image-48428\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagsOnTheTavern.png?resize=665%2C368\" alt=\"Basic Comment Quicktags in Action\" /></a>Basic Comment Quicktags in Action\n<p>Once Basic Comment Quicktags is installed, navigate to <strong>Settings &#8211; Discussion</strong> and check the box to enable them for comments. When enabled, the comment text area will have Bold, Italic, Link and Quote buttons. The best part of this plugin is that it exposes a built-in core feature using the <a href=\"http://codex.wordpress.org/Quicktags_API\">Quicktags API</a> added to WordPress 3.3. Text formatting buttons in the comment area is a courtesy I&#8217;d like more site owners to give to readers.</p>\n<h3>Simple Comment Editing</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48429\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingPluginBanner.png?resize=764%2C262\" alt=\"Simple Comment Editing Plugin Banner\" /></a><a href=\"https://wordpress.org/plugins/simple-comment-editing/\">Simple Comment Editing</a>, developed by <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, adds the ability for readers to edit their comments in a limited time frame. By default, readers have five minutes to edit their comment once it&#8217;s submitted. Although no configuration is necessary, you can alter the time and behavior of the plugin by using <a href=\"https://github.com/ronalfy/simple-comment-editing#wordpress-filters\">actions and filters</a>. I&#8217;ve changed the time limit to 15 minutes on the Tavern to make sure readers have plenty of time to make edits.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingInAction.png\"><img class=\"size-full wp-image-48430\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingInAction.png?resize=676%2C173\" alt=\"Simple Comment Editing Countdown Timer\" /></a>Simple Comment Editing Countdown Timer\n<p>With Simple Comment Editing installed, the amount of contact form submissions and requests to edit a comment have gone down considerably.</p>\n<h3>Postmatic</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48432\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticPluginBanner.png?resize=801%2C235\" alt=\"Postmatic Plugin Banner\" /></a><a href=\"https://wordpress.org/plugins/postmatic/\">Postmatic</a> is a plugin that <a href=\"https://gopostmatic.com/\">ties into a service</a> and has a number of features. Readers can subscribe to posts or to comments and receive updates via email. Postmatic has a beautiful email template that shows the most recent reply, the commenter&#8217;s Gravatar, and a recap of the post and conversation.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticCommentEmailTemplate.png\"><img class=\"size-full wp-image-48433\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticCommentEmailTemplate.png?resize=727%2C833\" alt=\"Postmatic Comment Email Template\" /></a>Postmatic Comment Email Template\n<p>Readers can respond to comments via email without having to visit the comment form. Site administrators can reply, trash, or submit comments to Akismet via email. It&#8217;s important to note that Postmatic is not a third-party commenting service. Instead, it uses the native comment system in WordPress allowing you to keep and own your data at all times.</p>\n<p>While I moderate comments from the WordPress mobile app or the WordPress backend, Postmatic is a great fallback. I also think the email template looks great and offers a better user experience than the comment notification emails provided by WordPress. Postmatic <a href=\"https://gopostmatic.com/technology/\">does a lot more</a> than what I describe above but for the purpose of this article, I focused on the comment portion of the service.</p>\n<p>Postmatic is a new addition to the Tavern that I encourage you to try. After trying it out, please tell me about your experience. I especially wany to know if it&#8217;s easier to keep track of and take part in conversations.</p>\n<h2 class=\"font-headlines\">Notifications That a Comment in Moderation is Approved</h2>\n<p>One of the problems I&#8217;ve yet to solve is being addressed by a number of WordPress contributors in <a href=\"https://core.trac.wordpress.org/ticket/33717#comment:6\">ticket 33717</a>. If all goes well, it&#8217;s possible this feature will be added to WordPress 4.4. Once added, readers whose comments end up in the moderation queue will automatically be notified by WordPress when it&#8217;s approved.</p>\n<h2>It’s Not Perfect but It&#8217;s an Improvement</h2>\n<p>Even with all the features these plugins provide, I don&#8217;t think the comment system in WordPress or the form on WP Tavern is perfect. I&#8217;m not sure if perfection of either can be achieved. However, I think both are improvements over the previous iterations. If there&#8217;s a plugin you use to improve WordPress&#8217; native comments or its moderation system, let me know about it in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 08:28: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: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:41:\"Donncha: The Web Won’t Forget Alex King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://z9.io/2015/09/29/the-web-wont-forget-alex-king/\";s: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:2811:\"<p>If you use a WordPress site, either as a visitor or owner, you&#8217;re using code that <a href=\"http://alexking.org/\">Alex King</a>, one of the original developers of WordPress, worked on. </p>\n<p>He passed away after fighting <a href=\"http://alexking.org/blog/thread/cancer\">cancer for 2 years</a> but his online presence lives on in the form of his blog with it&#8217;s deep archive of posts going back years, and in so much code that it&#8217;s humbling to look at his <a href=\"http://alexking.org/projects\">projects page</a>. Looking through the svn log of WordPress trunk shows he still had a hand in helping the WordPress project until relatively recently:</p>\n<blockquote><p>trunk$ svn log|grep alexkingorg<br />\nprops alexkingorg for the initial, long-suffering patch.<br />\nprops alexkingorg. fixes <a href=\"https://core.trac.wordpress.org/ticket/24162\">#24162</a>.<br />\nProps alexkingorg<br />\n`wp.media` instead of just `media`. props alexkingorg, see #22676.<br />\nAdd $post_ID context to the pre_ping filter. props alexkingorg, devesine. fixes #18506.<br />\nAdd filter so the users can select custom image sizes added by themes and plugins, props alexkingorg, fixes #18520<br />\nesc_textarea() and application for obvious textarea escaping. props alexkingorg. fixes #15454<br />\nEscape links by default.  Props alexkingorg. see #13051<br />\nSafely include class-json.php, class-simplepie.php and class-snoopy.php, props alexkingorg, fixes #11827<br />\nFix user creation from admin after changes for #10751. Fixes #10811 props alexkingorg.<br />\nHooks needed to allow alternate category admin inteface. Props alexkingorg. fixes #3408<br />\nWrap cat name in CDATA. props alexkingorg.  fixes #3252</p></blockquote>\n<p>I&#8217;m sorry I never met Alex, however I remember working virtually with him and Adam Tow on AllThingsD which seems like a lifetime away now. Adam has <a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">a great article</a> on Alex on his blog, as does Matt <a href=\"http://ma.tt/2015/09/remembering-alex-king/\">who went into detail</a> about Alex&#8217;s involvement with WordPress going back to the days of b2. I had completely forgotten <a href=\"http://alexking.org/blog/2004/01/25/wordpress-css-style-competition\">the CSS competition</a> he mentioned!</p>\n<p>Alex, your legacy lives on. </p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2003/03/10/b2-hacks/\" rel=\"bookmark\" title=\"Permanent Link: b2 Hacks\">b2 Hacks</a></li><li> <a href=\"http://z9.io/2007/12/12/how-to-find-cocaine-in-ireland/\" rel=\"bookmark\" title=\"Permanent Link: How to find cocaine in Ireland\">How to find cocaine in Ireland</a></li><li> <a href=\"http://z9.io/2003/05/31/king-of-hearts/\" rel=\"bookmark\" title=\"Permanent Link: King Of Hearts\">King Of Hearts</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Sep 2015 20:44: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:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:92:\"WPTavern: WordPress 4.4 Removes the View Post and Get Shortlink Buttons From the Post Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2435:\"<p>In WordPress 4.4, the View Post button in the post editor is disappearing in favor of a clickable permalink. Four years ago, <a href=\"http://scribu.net/\">Scribu</a>, who is a <a href=\"http://scribu.net/blog/left-wordpress.html\">former WordPress contributor</a>, created ticket <a href=\"https://core.trac.wordpress.org/ticket/18306\">#18306</a>. In the ticket, Scribu explains that the View Post button is redundant functionality and suggests that it be removed in favor of a clickable permalink.</p>\n<p>Here are two screenshots of the post editor. The first is WordPress 4.3 and the second is WordPress 4.4. Clicking the permalink allows you to preview the post in its current state. Notice the slug part of the URL is in bold. You need to click the Edit button to edit the permalink.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WP43PermalinkEditor.png\"><img class=\"wp-image-48397 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WP43PermalinkEditor.png?resize=568%2C213\" alt=\"WordPress 4.3 Post Editor\" /></a>WordPress 4.3 Post Editor\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/WP44PermalinkEditor.png\"><img class=\"wp-image-48398 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/WP44PermalinkEditor.png?resize=570%2C188\" alt=\"WordPress 4.4 Post Editor\" /></a>WordPress 4.4 Post Editor\n<p>Not only does this change remove redundant functionality, it removes a UI element from the page. Enhancements like these are a huge win for WordPress because it makes the interface simpler without permanently removing the button&#8217;s purpose.</p>\n<p>In addition to the View Post button, the Get Shortlink button is also removed. The button shows up if you’re using a custom shortlink and can be re-enabled using code or a plugin. For most users, the Edit button is the only one they&#8217;ll see between the post title and content box.</p>\n<p>I expect some users will be frustrated as they go through the process of changing their workflow but overall, I think it&#8217;s a great improvement. What do you think?</p>\n<hr />\n<p>If you&#8217;re using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress beta testing plugin</a> by Peter Westwood, I encourage you to set it to bleeding edge nightlies and update your site. You&#8217;ll be able to test this change and others during the WordPress 4.4 development cycle.</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, 29 Sep 2015 19:22: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:\"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:27;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Remembering Alex King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/09/remembering-alex-king/\";s: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:6442:\"<p><a href=\"http://ma.tt/2009/05/wordcamp-sf-2009-2/mcm_0235-2/\"><img class=\"alignright\" src=\"http://i1.wp.com/ma.tt/files/2009/05/MCM_0235.JPG?resize=276%2C415\" alt=\"\" /></a>Alex speaking at WordCamp SF 2009One of the original WordPress developers, Alex King, has passed <a href=\"http://alexking.org/blog/thread/cancer\">from cancer</a> at far too young an age. Alex actually <a href=\"http://alexking.org/blog/2002/10/24/b2-coding\">got involved with b2 in 2002</a> and was active in the forums and the &#8220;hacks&#8221; community there.</p>\n<p>Alex had a background as a designer before he learned development, and I think that really came through as he was one of those rare people who thought about the design and usability of his code, the opposite of most development that drifts toward entropy and complexity. One of my favorite things about Alex was how <em>darn tasteful</em> he was. He would think about every aspect of something he built, every place someone could click, every path they could go down, and gave a thoughtfulness to these paths that I still admire and envy today.</p>\n<p>As an example look&nbsp;at his <a href=\"http://alexking.org/project/post-formats-admin-ui\">project page (essentially a category archive) for the Post Formats Admin UI</a>, isn&#8217;t that clever and intuitive how the posts connect together, and when more time passes in the thread it&#8217;s <a href=\"https://cloudup.com/ceWJeb9zcK6\">shown as a break</a>. It&#8217;s classic Alex: something simple and thoughtful that in hindsight is so gobsmackingly obvious you wonder why everything doesn&#8217;t work that way, but you never would have imagined it beforehand. And Alex wouldn&#8217;t just imagine it and do it for himself, he released his best work as open source, as a gift to the community and the world, over and over and over again.</p>\n<p>Back when WordPress was getting started Alex was a celebrity of the b2 world, his hacks (plugins before plugins) were&nbsp;some of the coolest ones around. We had a ton of overlapping interests in web standards, photography, development, and gadgets so&nbsp;we frequently read and commented on each other&#8217;s blogs. I would never miss a post on his site, and that&#8217;s back when we were both doing one or more posts a day. To get a sense of Alex it&#8217;s worth <a href=\"http://alexking.org/blog\">exploring his blog</a> &#8212; he was a clear thinker and therefore a clear writer.&nbsp;The straightforward nature Alex wrote with was something I always admired about him.</p>\n<p>We <a href=\"http://alexking.org/blog/2003/07/08/wordpress-development\">discussed WordPress early on</a>, Alex <a href=\"http://alexking.org/blog/2003/07/23/wordpress-hacks\">signed up to help with what later became the plugin directory</a>, and <a href=\"http://alexking.org/blog/2004/01/25/wordpress-css-style-competition\">his CSS competition</a> (look at those prizes! and notice it&#8217;s all GPL) was hugely influential on the path to themes, and <a href=\"http://alexking.org/blog/2003/08/15/wordpress-dev\">he officially became a contributing developer in August of 2003</a>.</p>\n<p>The list of what Alex was one of the first to do in the WordPress community is long, and <em>in hindsight</em> seems gobsmackingly obvious, which is the sign of innovation. I smile when I think of how he <a href=\"http://alexking.org/blog/2003/10/02/moving-to-denver\">moved from the Bay area to Denver</a> before it was cool, or his <a href=\"https://cloudup.com/cL9v2RKEI0T\">love of scare quotes</a>. Once there was something going on in WordPress and he called me to talk about it, I was so surprised, he said the number was right on my contact page (and it was) but even though it had been there for years no one had ever called it before, but that was just the type of person Alex was, always reaching out and connecting.</p>\n<p><img src=\"https://atow.files.wordpress.com/2015/09/2007-04-16_2122-18_8683.jpg\" alt=\"\" /></p>\n<p><em>Adam Tow, myself, Barry Abrahamson, Alex King; Photo from <a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">Adam Tow&#8217;s post</a>.</em></p>\n<p>I&#8217;m not sure how to include this next part: I couldn&#8217;t write last night &#8212; I was too tired. After falling&nbsp;asleep I had one of those super vivid dreams that you can&#8217;t tell are dreams. There had been some sort of mix-up on Twitter and Alex was still alive, I&nbsp;visited Colorado with my sister and saw him surrounded by family at a picnic table, all the rooms were taken so they put me on a floor mattress where I slept. Tons of his friends were around and we took pictures together, he was excited about the better front&nbsp;camera on the 6s+. (Alex understood&nbsp;mobile all the way back to the Treo days.) It was all very ordinary and in a group setting, until we decided to walk alongside a small highway, past some grain silos, to meet the group at a bar. The walk was just the two of us and we talked and&nbsp;laughed about the big mix-up and he asked about this post, what was going to be in it. He got most excited and emphatic with the part about him being a developer with great taste, and a clear writer <a href=\"http://www.williamzinsserwriter.com/\">William Zinsser</a> would be proud of, so I like to think that those were two things he was proud of. The overwhelming emotion I remember was joy. Waking up was disconcerting, part of me wants to believe part of Alex&#8217;s spirit was there, where another more logical part thinks my mind was&nbsp;just going through <a href=\"https://en.wikipedia.org/wiki/K%C3%BCbler-Ross_model\">the denial stage of grief</a>. Regardless I know that Alex will stay in the minds of people who knew him for many years to come.</p>\n<p>Code that Alex wrote still runs billions of times a day across millions of websites, and long after that code evolves or gets refactored the ideas and philosophy he embedded in WordPress will continue to be part of who we are. Alex believed so deeply in open source, and was one of the few people from a design background who did. (Every time you see <a href=\"https://en.wikipedia.org/wiki/Share_icon\">the share icon</a> on the web or in Android you should think of him.) I like the idea that part of his work will&nbsp;continue in software for decades to come, but I&#8217;d rather have him here, thinking outside the box and challenging us to do better, to be more obvious, and work harder for our users. He never gave up.</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, 29 Sep 2015 17:57:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Alex King, Founder of Crowd Favorite Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/alex-king-founder-of-crowd-favorite-passes-away\";s: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:8966:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/AlexKingWithDaughter.jpg\"><img class=\"size-full wp-image-48381\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/AlexKingWithDaughter.jpg?resize=620%2C360\" alt=\"Alex King with his daughter Heather\" /></a>Alex King with his daughter Caitlin\n<p>Alex King, who founded web development agency <a href=\"https://crowdfavorite.com/\">Crowd Favorite,</a> and <a href=\"https://profiles.wordpress.org/alexkingorg/\">author</a> of several WordPress themes and plugins <a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">passed away last night</a> at his home. In January 2013, King was diagnosed with stage four colon cancer. He used his blog to tell the <a href=\"http://alexking.org/blog/thread/cancer\">story of his fight to stay alive</a>.</p>\n<p>On August 24th, King <a href=\"http://alexking.org/blog/2015/08/24/cycle-1-of-new-trial\">finished the first cycle</a> of a new clinical trial that he says went well.</p>\n<blockquote><p>I’m nearly through my first cycle of the new clinical trial and overall I think it’s gone pretty well. I was able to get the 6 pills/day (3 in the morning, 3 in the evening) without too much concern. That said, by the end of the 5 days taking the pills I would basically sleep for the day.</p></blockquote>\n<p>On the same day, he published what would be his <a href=\"http://alexking.org/blog/2015/08/24/rememberances\">final request</a> to the WordPress community. King requested that anyone with memories of him and his career to submit them to his wife.</p>\n<blockquote><p>One of the things my wife and I are trying to do is put together some information about my career that will hopefully give my 6 year-old daughter a better sense of who I was as an adult. She knows me as “dad”, but when she gets older she’ll be curious about who I was to my peers and colleagues.</p></blockquote>\n<p>If you have any memories of King, please honor his request and <a href=\"http://alexking.org/contact\">submit them</a> to his wife.</p>\n<h2>Outpouring of Support</h2>\n<p>As the news of King&#8217;s death spread throughout the community, many shared grief on Twitter while others reflected on his accomplishments in WordPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Most <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> users will never know how important <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> was to our CMS. A great loss to the community. <a href=\"https://t.co/JPtI3gMfE7\">https://t.co/JPtI3gMfE7</a></p>\n<p>&mdash; Name cannot be blank (@mor10) <a href=\"https://twitter.com/mor10/status/648574009097875456\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">alex king (<a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a>) was an incredible asset to <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a>. he will be missed.</p>\n<p>&mdash; Tom McFarlin (@tommcfarlin) <a href=\"https://twitter.com/tommcfarlin/status/648561299689996288\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Things <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> committed to WordPress: Rss feeds for comments, password protected posts, comments having linkable URLS, &amp; Localization.</p>\n<p>&mdash; Aaron Jorbin (@aaronjorbin) <a href=\"https://twitter.com/aaronjorbin/status/648555278892404736\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">So sad to hear of the death of <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a>. One of the original WordPress developers. RIP.</p>\n<p>&mdash; Mike Little (@mikelittlezed1) <a href=\"https://twitter.com/mikelittlezed1/status/648639966092902401\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Very sad to hear about the passing of <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> &#8211; smart, analytical, kind, every time I met/talked w/ him.</p>\n<p>&mdash; Cory Miller (@corymiller303) <a href=\"https://twitter.com/corymiller303/status/648590138331656192\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">One of the earliest <a href=\"https://twitter.com/techstars\">@techstars</a> mentors passed. An original <a href=\"https://twitter.com/WordPress\">@wordpress</a> developer w/ <a href=\"https://twitter.com/photomatt\">@photomatt</a>, <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> embodied <a href=\"https://twitter.com/hashtag/givefirst?src=hash\">#givefirst</a> perfectly.</p>\n<p>&mdash; Micah Baldwin (@micah) <a href=\"https://twitter.com/micah/status/648582043161391104\">September 28, 2015</a></p></blockquote>\n<p></p>\n<p>In addition to Twitter, many published their thoughts and memories of King on their site.</p>\n<ul>\n<li><a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">Remembering Alex King</a></li>\n<li><a href=\"http://pressnomics.com/2015/09/alex-king-1975-2015/\">Alex King 1975-2015</a></li>\n<li><a href=\"http://wp.mattwie.be/2015/09/28/rip-alex-king/\">RIP Alex King</a></li>\n<li><a href=\"https://poststatus.com/alex-king/\">Rest in peace, Alex King</a></li>\n<li><a href=\"http://chrislema.com/remembering-alex-king/\">Chris Lema on Remembering Alex King</a></li>\n</ul>\n<h2>King&#8217;s Impact on WordPress Early On</h2>\n<p>King is one of a handful of people who witnessed the transition <a href=\"https://github.com/WordPress/book/blob/master/Content/Part%201/2-b2-cafelog.md\">from b2 to WordPress</a>. He&#8217;s one of the earliest WordPress developers and is largely credited with motivating developers to <a href=\"https://github.com/WordPress/book/blob/master/Content/Part%203/12-themes.md\">build themes</a> using the template engine in WordPress 1.5.</p>\n<blockquote><p>Alex King wrote a <a href=\"http://alexking.org/blog/2004/01/20/wordpress-css-style-switcher\">CSS Style Switcher</a> hack, which came with three CSS stylesheets. Not everyone who had a WordPress blog wanted to create their own stylesheet, and many didn’t know how. Users needed a pool of stylesheets to choose from. To grow the number of stylesheets available, Alex ran a WordPress <a href=\"http://alexking.org/blog/2004/01/25/wordpress-css-style-competition\">CSS Style competition</a>. Prizes, donated by members of the community, were offered for the top three stylesheets; $70, $35, and $10 respectively. &#8211; WordPress History Book</p></blockquote>\n<p>In the first contest, King received 38 submissions with Pink Lillies by Naoko Takano winning first place.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/pink-lillies.png\"><img class=\"size-large wp-image-48383\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/pink-lillies.png?resize=500%2C300\" alt=\"Pink Lillies Wins First Design Contest\" /></a>Pink Lillies Wins First Design Contest\n<p>Each sylesheet submitted to the contest was <a href=\"http://alexking.org/projects/wordpress/styles\">available to the public</a>. In essence, King&#8217;s website was an early version of the WordPress theme directory. In the <a href=\"http://alexking.org/blog/2005/02/27/wordpress-theme-competition\">second contest</a>, he received over 100 submissions. In total, King hosted 138 themes on his site. He decided not to host the competition again in 2006 due to the sheer amount of work required.</p>\n<h2>Appearances</h2>\n<p>King appeared on several different WordPress podcasts and spoke at a number of WordCamps. Here are links to a few of them.</p>\n<ul>\n<li><a href=\"http://wptavern.com/wpweekly-episode-79-%e2%80%93-alex-king-and-wphelpcenter\">WPWeekly Episode 79 – Alex King And WPHelpCenter</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=6x-WXann_O0\">DradCast &#8211; Episode 037 with Alex King</a></li>\n<li><a href=\"http://www.wpelevation.com/2014/01/episode-15-alex-king/\">WP Elevation Episode #15 – Alex King</a></li>\n<li><a href=\"http://archive.wordpress.org/interviews/2013_04_23_King.html#L53\">Interview from 2013 for the WordPress History book</a></li>\n</ul>\n<p></p>\n<p></p>\n<p></p>\n<h2>My Memorable Experience With Alex King</h2>\n<p>The last time I spoke to King in person was at WordCamp San Francisco 2013. A group of us rode together in a party limo complete with blinking lights inside. I sat across from him and asked a few questions related to his health. I also asked him about the early days of WordPress. King was a soft-spoken man who at times is hard to hear but it turned out to be a great and memorable conversation.</p>\n<p>The WordPress community has lost an inspirational person and a pillar of the WordPress project. My deepest condolences go out to his friends and family. King is survived by his wife Heather and his daughter Caitlin.</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, 29 Sep 2015 02:42: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: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Post Status: Rest in peace, Alex King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://poststatus.com/alex-king/\";s: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:2118:\"<p>The prototypical WordPress developer and blogger, Alex King was a tremendously influential member of the WordPress ecosystem.</p>\n<p>He was one of a very small group of people involved during the transition of b2 to WordPress. He helped to create the website that would become the first WordPress.com VIP client. He started the first WordPress-centric consulting agency. He was fundamental to the development and direction of dozens of WordPress features. He even created a small icon that would go on to become the ubiquitous &#8220;share icon&#8221;.</p>\n<p>Alex was a selfless contributor, a driven entrepreneur, and a friend to many. He was also a husband to Heather and a father to Caitlin.</p>\n<p>In addition to web work, Alex loved golf and photography. His blog is an outstanding example of the art, where he logged his story, his passions, and his challenges. I could not possibly tell his story better <a href=\"http://alexking.org/about\">than he himself can</a>.</p>\n<p>Following are more valuable links to help remember Alex:</p>\n<ul>\n<li><a href=\"http://alexking.org/\">Alexking.org</a></li>\n<li><a href=\"http://alexking.org/blog/thread/cancer\">His open battle with cancer</a></li>\n<li><a href=\"http://alexking.org/blog/topic/wordpress\">His WordPress posts</a></li>\n<li><a href=\"http://alexking.org/blog/topic/photography\">His photography</a></li>\n<li><a href=\"https://profiles.wordpress.org/alexkingorg/\">His WordPress.org profile</a></li>\n<li><a href=\"http://archive.wordpress.org/interviews/2013_04_23_King.html\">His interview for the WordPress history book</a></li>\n<li><a href=\"https://crowdfavorite.com/\">Crowd Favorite, the agency he founded</a></li>\n<li><a href=\"http://tri.be/thank-you-alex-king/\">Peter Chester reflects on the impact Alex had in his life</a></li>\n<li><a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">A remembrance from his friend Adam Tow</a></li>\n<li><a href=\"http://ma.tt/2015/09/remembering-alex-king/\">Matt Mullenweg remembers Alex King</a></li>\n</ul>\n<p>Today is a sad day for the WordPress community, and Alex King will be missed. May he rest in peace.</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:\"Mon, 28 Sep 2015 20:29: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: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:30;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: WordPress 4.4 to Possibly Rearrange Fields to the Comment Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-4-to-possibly-rearrange-fields-to-the-comment-form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1622:\"<p>WordPress plugin and theme developers need to take note of an <a href=\"https://make.wordpress.org/core/2015/09/25/changes-to-fields-output-by-comment_form-in-wordpress-4-4/\">important change in WordPress 4.4</a> that rearranges the comment form. In WordPress 4.4, the comment form is arranged so that the text area is displayed first followed by the name, email, and website fields.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentsFirst.png\"><img class=\"size-full wp-image-48366\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentsFirst.png?resize=1024%2C992\" alt=\"Comment Text Area is First\" /></a>Comment Text Area is First\n<p>According to Aaron Jorbin, WordPress core developer, the change improves navigation when using the keyboard to toggle through fields. It also makes it easier for users to leave comments.</p>\n<p>Since the change requires filters and actions to run in a different order, the HTML output by <code>comment_form</code> will be different. Jorbin explains that if developers use any of the hooks inside <code>comment_form</code>, especially <code>comment_form_field_comment</code> and <code>comment_form_after_fields</code>, developers should test their themes and plugins using <a href=\"https://wordpress.org/download/nightly/\">WordPress 4.4 nightlies</a>.</p>\n<p>If you run into any problems or inconsistencies, please report them to<a href=\"https://core.trac.wordpress.org/ticket/29974\"> ticket #29974</a>. What do you think of the change? Do you think readers want to write their comment first instead of filling out the other three fields?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2015 19:02: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:31;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"WPTavern: WordCampus Renames Event to WPCampus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48351\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wptavern.com/wordcampus-renames-event-to-wpcampus\";s: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:1937:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WPCampusFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-48353\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WPCampusFeaturedImage.png?resize=811%2C161\" alt=\"WPCampus Featured Image\" /></a>When <a href=\"http://wptavern.com/wordcampus-a-conference-devoted-to-using-wordpress-in-higher-education\">WordCampus was announced</a>, some of our readers <a href=\"http://wptavern.com/wordcampus-a-conference-devoted-to-using-wordpress-in-higher-education#comment-72098\">expressed concern</a> that the event&#8217;s name is too similar to <a href=\"https://2015.us.wordcamp.org/\">WordCamp US</a> and would cause confusion.</p>\n<p>There was also concern that without being officially sanctioned by WordCamp Central, the event would infringe the <a href=\"http://wordpressfoundation.org/trademark-policy/\">WordCamp trademark</a> that is owned and protected by the WordPress Foundation. To alleviate these concerns, the organizing group changed the name from WordCampus to <a href=\"http://wpcampus.org/\">WPCampus</a>.</p>\n<p>Rachel Carden, one of the event&#8217;s primary organizers, says the team had a backup plan from day one, &#8220;While most of the community agreed that the name WordCampus was spot on, the possibility of changing our name was proposed from day one as WordCampus was being confused with WordCamp US,&#8221; Carden said.</p>\n<p>&#8220;As much as we love WordCampus, we didn’t want it to get in the way of what we hope to achieve, so the topic was passionately discussed at a planning meeting. The entire community cast their votes for a new name and WPCampus was selected as the clear winner,&#8221; Carden told the Tavern.</p>\n<p>More than 250 people have expressed interest in WPCampus. If you’re interested in speaking, sponsoring, or attending the event, please <a href=\"http://wpcampus.org/\">fill out the survey. </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:\"Sun, 27 Sep 2015 17:25: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:\"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:32;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:32:\"Matt: Cars should be 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:21:\"http://ma.tt/?p=45365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/09/cars-should-be-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:741:\"<blockquote><p>“The reality is that more and more decisions, including decisions about life and death, are being made by software,” Thomas Dullien, a well-known security researcher and reverse engineer who goes by the Twitter handle Halvar Flake, said in an email. “But for the vast majority of software you interact with, you are not allowed to examine how it functions,” he said.</p></blockquote>\n<p>The Times <a href=\"http://www.nytimes.com/2015/09/27/business/complex-car-software-becomes-the-weak-spot-under-the-hood.html\">has a great look at hacker and car manufacturer mishaps and makes the case over and over again for Open Source</a>. It&#8217;s great to see more of the world waking up to the importance of open source.</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, 26 Sep 2015 18:18: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: Freenode to Purge Inactive Nicks, Channels, and Accounts on October 2nd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/freenode-to-purge-inactive-nicks-channels-and-accounts-on-october-2nd\";s: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:1822:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/cleaning.jpg\"><img class=\"size-full wp-image-16322\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/cleaning.jpg?resize=1025%2C491\" alt=\"photo credit: 13Moya 十三磨牙 - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/ericqian/4447132325/\">13Moya 十三磨牙</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p><a href=\"https://freenode.net/\">Freenode</a>, the IRC network responsible for hosting communication servers for WordPress and many other open source projects <a href=\"http://blog.freenode.net/2015/09/services-database-purge/\">will be performing maintenance</a> on or around October 2nd. Freenode will remove expired nicks, channels, and accounts.</p>\n<p>Although a lot of people have switched to <a href=\"https://make.wordpress.org/chat/\">SlackHQ</a> from IRC to communicate in real-time, the WordPress support channel with hundreds of users still exists on Freenode with no plans to move it to Slack.</p>\n<p>If you have a registered account on Freenode and have not identified with the service in 120 days or more, you must authenticate your account before October 2nd. You can do this by connecting to Freenode and using the <em>/msg nickserv identify</em> command, then enter your password.</p>\n<p>If you&#8217;ve forgotten your password, use the <em><span class=\"verbatim-b\"><a href=\"https://freenode.net/faq.shtml\">/msg nickserv sendpass</a></span></em> command to recover lost passwords. Alternatively, use the <em>/msg nickserv help sendpass</em> command to receive help recovering your password.</p>\n<p>It&#8217;s especially important for users who have registered channels on Freenode to authenticate or else the username and channels associated with it will be removed.</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, 25 Sep 2015 18:57: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:\"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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Donncha: WP Super Cache 1.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:24:\"http://z9.io/?p=89499667\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://z9.io/2015/09/25/wp-super-cache-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6585:\"<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a> is a fast caching plugin for WordPress. It will help your site run faster and serve more traffic.</p>\n<p>This is a security and bugfix release.\n<ul>\n<li>Some servers display a directory index when no index.html is found in a directory. That may reveal the filenames of cache files.</li>\n<li> There were issues in the settings page that might allow an attacker to browse or delete files named index.html.</li>\n<li> PHP Object Injection could occur if an attacker managed to inject malicious code into the legacy cache meta files.</li>\n</ul>\n<p>When you upgrade, your “legacy cache” files for logged in users will be deleted. This may have an impact on your site:</p>\n<ul>\n<li>If your site is slow at generating new pages.</li>\n<li>If you have many known users (logged in users or people who comment).</li>\n</ul>\n<p>Your site will suddenly have to generate new cache files for all visiting known users.</p>\n<p>Relying on caching like this is not recommended for these types of users as it’s very inefficient. Each user has a separate cache file that must be checked whenever the plugin does administration work like cleaning up stale cache files.</p>\n<p>If most of your traffic is anonymous users who don’t comment you don’t need to worry about this.</p>\n<h3>Directory Listings</h3>\n<p>If a server is configured to show directory listings it will show files and directories in the cache directory to visitors who access those directories directly through their browser. This might reveal private posts, and in the case where legacy caching is enabled for known users the login cookie was stored in &#8220;.meta&#8221; files that could be downloaded.</p>\n<p><a href=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-11-at-14.40.00.png\"><img src=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-11-at-14.40.00.png?resize=660%2C275\" alt=\"2013\" class=\"aligncenter size-large wp-image-89499673\" /></a></p>\n<p>Files named &#8220;index.html&#8221; were added to the main cache directories to stop remote users viewing the contents of the cache directories. Unfortunately it&#8217;s not possible to add empty index.html files to the supercache directories because those files could be served by accident to legitimate visitors of the site. However, the plugin will also add a directive that disables directory listings to the file cache/.htaccess. You can now also change the location of the cache directory on the Advanced Settings page of the plugin. If you can&#8217;t disable directory indexing on your server and you have private posts you should change this location and use PHP mode to serve cache files.</p>\n<p><img src=\"http://i2.wp.com/z9.io/files/2015/08/cache-location.png?resize=660%2C314\" alt=\"cache-location\" class=\"aligncenter size-full wp-image-89499679\" /></p>\n<p>If a directory index is found in the cache directory it will show a warning like this to administrators:</p>\n<p><a href=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-12-at-12.27.29.png\"><img src=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-12-at-12.27.29.png?resize=660%2C231\" alt=\"index.html warnings\" class=\"aligncenter size-large wp-image-89499671\" /></a></p>\n<p>Clicking the logout link will log everyone out, except the user who clicks it, but it guarantees that the login cookies are updated, just in case someone has copied the cookie from an old meta file. </p>\n<h3>Directory Traversal and File Deletion</h3>\n<p>User input in the settings page wasn&#8217;t properly sanitised. The code that sanitised directory paths when deleting cache files wasn&#8217;t secure and might allow an attacker to view or delete files named index.html. Deletes are protected by a nonce, limiting the useful lifetime of the URL however.</p>\n<h3>PHP Object Injection</h3>\n<p>The plugin used serialize and unserialize <a href=\"https://wordpress.org/support/topic/php-object-injection?replies=2\">to store data</a> in &#8220;legacy cache&#8221; meta files. This might be used to perform a <a href=\"https://www.owasp.org/index.php/PHP_Object_Injection\">PHP object injection</a> attack. Serialised data is now stored as JSON data.</p>\n<p>The format of legacy cached files has changed. The files in the meta directory no longer have a .meta extension. They are .php files now and each file has a &#8220;die()&#8221; command to stop anyone loading them.<br />\nThe data stored in those files is now stored as JSON serialised data. The login cookie is an MD5 hash now as well.<br />\nWhen you upgrade the plugin your existing legacy cache files will be deleted and regenerated as visitors use your site.</p>\n<p>Apart from those security fixes there have been a number of enhancements and bugfixes:</p>\n<ul>\n<li> Disabling the plugin no longer deletes the configuration file. Uninstalling will do that however.</li>\n<li> Enhancement: Only preload public post types. Props webaware.</li>\n<li> It&#8217;s now possible to deactivate the plugin without visiting the settings page.</li>\n<li> Fixed the cache rebuild system. Rebuild files were deleted immediately but now survive up to 10 seconds longer than the request that generate them.</li>\n<li> Minor optimisations: prune_super_cache() exits immediately if the file doesn&#8217;t exist.</li>\n<li> The output of wp_cache_get_cookies_values() is now cached per visit.</li>\n<li> Added PHP pid to the debug log to aid debugging.</li>\n<li> Various small bug fixes.</li>\n<li> Fixed reset of expiry time and GC settings when updating advanced settings.</li>\n<li> Removed CacheMeta class to avoid APC errors. It&#8217;s not used any more.</li>\n<li> Fixed reset of advanced settings when using &#8220;easy&#8221; settings page.</li>\n</ul>\n<p>This release wouldn&#8217;t be possible without the help of <a href=\"https://kraft.im/\">Brandon Kraft</a>, <a href=\"https://medium.com/@dane\">Dane Odekirk</a>, Ben Bidner, Jouko Pynnönen and <a href=\"https://scrutinizer-ci.com/\">Scrutinizer</a>. Thank you all!</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"http://z9.io/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"http://z9.io/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Sep 2015 17:19: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:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: Lessons I Learned Moderating Comments in 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=48340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lessons-i-learned-moderating-comments-in-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:3414:\"<p>In the past 4-5 weeks, I&#8217;ve moderated every comment submitted to WP Tavern. Not only was it an experiment to see what would happen but a new way for me to use WordPress. The experiment introduced me to several drawbacks in WordPress&#8217; comment moderation system.</p>\n<h2>Lack of Context</h2>\n<p>Comments that are pending moderation in the WordPress backend that are in response to another comment are hard to moderate. Take the following screenshot for example. This comment is in response to a comment submitted by Norcross. Unless I open Norcross&#8217; comment in a new browser tab or window, I have no idea what the context of the conversation is. Pending notifications in the WordPress mobile app also don&#8217;t show text from the parent comment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WordPress43CommentContent.png\"><img class=\"size-full wp-image-48150\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WordPress43CommentContent.png?resize=851%2C161\" alt=\"WordPress 4.3 Comment Content Area\" /></a>WordPress 4.3 Comment Content Area\n<p>I propose that WordPress core adds the text from parent comments to replies in the backend so I know what people are responding too. This also helps when replying to comments from the backend as I&#8217;ll know the context of the conversation.</p>\n<h2>Lack of Notifications That a Comment in Moderation is Approved</h2>\n<p>WordPress does not send an email notification when a comment is approved from moderation. However, there are a lot of people <a href=\"https://core.trac.wordpress.org/ticket/33717\">working to add</a> this feature to WordPress 4.4.</p>\n<h2>A Whitelisting System for Anonymous Comments</h2>\n<p>The biggest drawback to comment moderation is that not every comment needs to be moderated. A whitelisting system can lessen the burden of having to moderate each comment.</p>\n<p>WordPress provides the ability to blacklist comments. You can also configure a set of parameters to determine when a comment goes into the moderation queue such as, number of links, content within the comment, and if the comment author has a previously approved comment. None of these configurations are useful if WordPress is configured to send every comment to moderation.</p>\n<p>WP Tavern does not have open registration and allows comments from anonymous people. This makes whitelisting difficult since the IP address, name, URL, and email address of a commenter can easily change or be imitated. The whitelisting component of WordPress becomes more useful if you can tie it to a registered user account.</p>\n<p>I&#8217;m unsure if WordPress can improve this area of the moderation system or if it&#8217;s an assumed risk administrators take when accepting anonymous comments.</p>\n<h2>A Major Time Suck</h2>\n<p>Moderating every comment is a pain and sucks up time that can be spent doing something else. During my vacation last week, I continued to moderate comments from the WordPress mobile app because if I didn&#8217;t, the conversation stopped. I&#8217;ve concluded that by accepting anonymous comments, there needs to be a way for the audience to help moderate instead of doing it on my own.</p>\n<p>In a future post, I&#8217;m going to list a few WordPress plugins I&#8217;ve discovered that takes the commenting system to the next level. Many of the plugins solve one or most of the problems listed above.</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, 25 Sep 2015 15:52:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WP Super Cache 1.4.5 Patches XSS 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=48336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/wp-super-cache-1-4-5-patches-xss-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:606:\"<p>If you use <a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a>, you should immediately update to version 1.4.5 as it <a href=\"https://wordpress.org/plugins/wp-super-cache/changelog/\">patches a XSS vulnerability</a> in the settings page. This version also prevents PHP object injections. In addition to security patches, 1.4.5 contains a number of bug fixes. Make sure to update your sites as soon as possible to patch the vulnerability. You can <a href=\"http://z9.io/2015/09/25/wp-super-cache-1-4-5/\">find more details</a> on this release on Donncha Ó Caoimh&#8217;s website.</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, 25 Sep 2015 14: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:\"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:37;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"Post Status: All about the WordPress REST API and its current state — 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=14463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/the-wordpress-rest-api-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:3437:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>This week, Joe and Brian go into depth discussing all aspects of the WordPress REST API, and the state of the API today.</p>\n<p>With the recent merge proposal, there is a good chance it will be included in WordPress core via a two stage process in the WordPress 4.4 and 4.5 releases. The first release would be the core infrastructure and the second release would include the endpoints. This is our longest podcast, but we go in depth on one of WordPress&#8217;s most anticipated features in years.</p>\n<a href=\"http://audio.simplecast.fm/17641.mp3\">http://audio.simplecast.fm/17641.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/17641.mp3\">Direct Download</a></p>\n<h3>Topics:</h3>\n<ul>\n<li>Brief overview: what is the REST API?</li>\n<li>Why is the REST API important, and why are people excited about it?</li>\n<li>REST API proposal</li>\n<li>Reviews from the core team</li>\n<li>New REST API core component</li>\n<li>Trac Ticket</li>\n<li>Comparison&#8217;s to Drupal&#8217;s REST API</li>\n<li>Customizer roadmap in regards to the API</li>\n<li>Authentication and future REST API projects</li>\n</ul>\n<h3>Links:</h3>\n<ul>\n<li><a href=\"http://v2.wp-api.org/\">REST API Version 2 site and docs</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">REST API merge proposal</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/23/committer-reviews-of-the-rest-api/\">Committer review requests for the REST API</a></li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">Introduction to the WordPres REST API</a></li>\n<li><a href=\"https://poststatus.com/how-storycorps-uses-wordpress-to-enable-storytelling-everywhere/\">How StoryCorp uses the REST API</a> for mobile audio uploads</li>\n<li><a href=\"https://www.openhub.net/p/wordpress\">WordPress on OpenHub</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/33982\">The core ticket</a> for merging the REST API infrastructure (Stage 1)</li>\n<li><a href=\"https://poststatus.com/notes/lessons-for-wordpress-from-drupalcon/\">Lessons for WordPress from Drupalcon</a> (members only)</li>\n<li>Matt Mullenweg&#8217;s <a href=\"http://www.producthunt.com/live/matt-mullenweg#comment-151620\">excitement for the API</a> on a Product Hunt AMA</li>\n<li>Ryan McCue&#8217;s &#8220;<a href=\"https://poststatus.com/a-future-api/\">A Future API</a>&#8221; post on possibilities, including centralized auth</li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\">Possible roadmap for the Customizer</a> (including REST API integrations, perhaps)</li>\n<li>The new <a href=\"https://make.wordpress.org/core/components/rest-api/\">REST API core Trac component</a></li>\n<li><a href=\"https://github.com/WP-API/OAuth1\">OAuth1</a> for the WordPress REST API</li>\n<li>The <a href=\"https://github.com/WP-API\">API on Github</a></li>\n<li><a href=\"http://feelingrestful.com/\">A Day of REST</a> conference all about the API</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Sep 2015 05:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:38;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"WPTavern: WPWeekly Episode 207 – Going Postmatic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wptavern.com/wpweekly-episode-207-going-postmatic\";s: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:2704:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <span class=\"st\">Jason Lemieux</span> and <span class=\"st\">Dylan Kuhn</span> of <a href=\"https://gopostmatic.com/\">Postmatic</a>. During the show, we learn the company&#8217;s history and how it started. We discuss what the service offers and how people can take advantage of it.</p>\n<p>Last but not least, we learn what the company has in store for version 2.0. If you&#8217;ve thought about using Postmatic or want to learn more about the company, this episode is for you.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/the-wordpress-rest-api-is-one-major-step-closer-to-being-merged-into-core\">The WordPress REST API Is One Major Step Closer to Being Merged Into Core</a><br />\n<a href=\"http://wptavern.com/the-impacts-heropress-is-having-on-wordpress-communities-in-india\">The Impacts HeroPress Is Having on WordPress Communities in India</a><br />\n<a href=\"http://wptavern.com/jeff-yablon-and-the-wordpress-foundation-settle-out-of-court\">Jeff Yablon and the WordPress Foundation Settle Out of Court</a><br />\n<a href=\"http://torquemag.io/the-ultimate-guide-to-the-wordpress-rest-api-an-ebook-by-josh-pollock/\">The Ultimate Guide to the WordPress REST API by Josh Pollock</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-user-activity/\">WP User Activity</a> logs activity in WordPress. Activities can be sorted, filtered, and viewed per-user, along with session data for logged in users, IP addresses, and user-agents.</p>\n<p><a href=\"https://wordpress.org/plugins/wishlist-for-woocommerce/\">Wishlist for WooCommerce</a> lets customers save the items they want to purchase in the future.</p>\n<p><a href=\"https://wordpress.org/plugins/database-to-excel/\">Database to Excel</a> allows you to export a MySQL database table to a Microsoft Excel file. It also allows you to show all of the values within a database table with an <em>export to Excel</em> option.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 30th 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 #207:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Sep 2015 18:31: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:39;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Akismet: Akismet WordPress Plugin 3.1.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2015/09/24/akismet-3-1-4-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:1261:\"<p>Version 3.1.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update clarifies the error messages that Akismet uses so that they&#8217;re easier to understand, and it enables link previews in the admin for all links in a comment &#8212; not just the author&#8217;s website link. A fix is also included for a bug that could have caused comment moderation emails to be sent for some comments that were caught as spam.  For a full list of the changes in this release, see the <a href=\"https://plugins.trac.wordpress.org/log/akismet/trunk\">revision log</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/1873/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1873/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1873&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:\"Thu, 24 Sep 2015 17:35:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:40;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: WP Comment Humility Relocates the Comments Top-level Menu Item to the Posts Menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/wp-comment-humility-relocates-the-comments-top-level-menu-item-to-the-posts-menu\";s: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:1786:\"<p>One of the key <a href=\"http://wptavern.com/wordpress-4-3-billie-named-after-jazz-singer-billie-holiday-is-available-for-download\">features in WordPress 4.3</a> is that comments on pages are disabled by default. If you only enable comments for posts, you may be interested in <a href=\"https://wordpress.org/plugins/wp-comment-humility/\">WP Comment Humility</a>, a new plugin created by <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> that moves the top-level Comments menu item to the Posts menu. The following screenshot better illustrates what it does.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentHumilityInAction.png\"><img class=\"size-full wp-image-48314\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentHumilityInAction.png?resize=429%2C378\" alt=\"Comment Humility in Action\" /></a>Comment Humility in Action\n<p>If a site enables comments for posts only, this location for the menu item makes sense. What if you&#8217;re using Custom Post Types? According the <a href=\"https://wordpress.org/plugins/wp-comment-humility/faq/\">plugin&#8217;s FAQ</a>, the user experience might be weird, &#8220;If you have a post type other than <em>post</em> that supports comments, it may make more sense to not use this plugin,&#8221; Jacoby said. He suggests giving it a try and if the user experience doesn&#8217;t feel right, to disable it.</p>\n<p>Documentation is <a href=\"http://github.com/stuttter/wp-comment-humility/\">located on GitHub</a> where you can also submit Pull Requests. WP Comment Humility works out-of-the-box without any configuration options on WordPress 4.3 and is <a href=\"https://wordpress.org/plugins/wp-comment-humility/\">available for free</a> in the WordPress plugin directory.</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, 23 Sep 2015 23:19:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:41;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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: Highlights From Matt Mullenweg’s Q&amp;A Session on Product Hunt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/highlights-from-matt-mullenwegs-qa-session-on-product-hunt\";s: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:4859:\"<p>On September 22nd, Matt Mullenweg participated in a <a href=\"http://www.producthunt.com/live/matt-mullenweg\">question and answer session</a> on <a href=\"http://www.producthunt.com/\">Product Hunt</a>. Product Hunt is a site <span class=\"_Tgc\">that lets users share and discover new products. In the session, Mullenweg answers questions like what advice he&#8217;d give to his 20 and 25-year-old self and how he combats burn out. Here are a few highlights from the session.<br />\n</span></p>\n<hr />\n<p><strong>Nikhil V</strong> &#8211; Hello Matt, with the upcoming release of the WP REST API in WordPress core, what do you hope to most see built with its capabilities?</p>\n<p><strong>Matt Mullenweg</strong> &#8211; I&#8217;m hugely excited about the REST API! Once the infrastructure is in, I think we&#8217;ll see really widespread adoption from plugins that right now are creating their endpoints in very ad-hoc ways. Once we iterate a bit more on the core content endpoints and authentication I think we&#8217;ll see a lot more specialized interfaces built on WP as like a content kernel, an engine powering a wide array of applications and interfaces you&#8217;d never imagine having WordPress behind them today.</p>\n<p><strong>Erik Torenberg &#8211; </strong>If you could go back in time and give advice for your, say, 20-year-old self, what would you tell yourself? How about 25?</p>\n<p><strong>Matt Mullenweg</strong> &#8211; To my 20-year-old self I would say to be okay with things building up over time. Something I didn&#8217;t appreciate until recently is that there any many productive decades ahead with which to build the things that I feel need to exist in the world. One of the best things I did then was avoid any press or capitalization on my age (to the extent I could) because youth is an ephemeral asset and just a novelty in business.</p>\n<p>To my 25-year-old self I would tell him to slow down and think about health more, I burned the candle at both ends that year. I would also say to not get as caught up in mailing list and IRC arguments and discussions, just focus on building.</p>\n<p><strong>Sydney Liu</strong> &#8211; In the early days of WordPress, what was the 20% that got you the 80% of the results?</p>\n<p><strong>Matt Mullenweg</strong> &#8211; There&#8217;s no simple answer there, if I had to pick one thing it would be <em>luck</em>.</p>\n<p><strong> <span class=\"comments--item--heading--name\">Kristof Bernaert</span></strong> &#8211; How do you see WP about 5 years, or how do you want it to see?</p>\n<p><strong>Matt Mullenweg</strong> &#8211; In 5 years I think that WP will be infinitely easier to use for both power-users, developers, and newbies. You will be able to have a full experience of core, plugins, themes, docs, and support in several dozen languages that will be as large or larger than English. There will be over a million people making their living on top of the platform. Most people will be creating from touch devices, and their content will mostly not come from keyboards (virtual or physical) as an input device.</p>\n<p><strong><span class=\"comments--item--heading--name\">Tys Bradford</span></strong> <span class=\"comments--item--heading--name\">&#8211; Your accomplishments with WordPress have literally changed the face of the internet and enabled people without programming skills to make beautiful and functional websites. Do you think this could be replicated ever with mobile applications (iOS/Android)? I have seen a few companies try, but none have come close to delivering in the way WordPress is able to.</span></p>\n<p><strong>Matt Mullenweg</strong> &#8211; Thank you! The ecosystems and app stores for iOS and Android right now are too locked down, and the discoverability and overhead of apps is too distorted, for an approach like WordPress&#8217; to work for mobile applications. The environment for the foreseeable future there is going to favor more centralized apps, my only hope is that at least a few get really successful (including ours) that aren&#8217;t advertising-driven.</p>\n<h2>My Question Was Not Answered</h2>\n<p>Unfortunately, my question was not answered. However, I&#8217;m going to ask it in this post with the hope that he&#8217;ll answer it in the comments.</p>\n<p><em>You&#8217;ve spent a lot of time, money, and energy trying to create a great mobile experience in WordPress via dedicated apps. As more of the WordPress backend becomes responsive, how will this affect (if any) the priority level of developing the mobile apps versus putting that time and effort into a 100% responsive WordPress backend?</em></p>\n<p>Mullenweg answers a lot more questions than what&#8217;s listed above but those are the ones that stand out to me. You can <a href=\"http://www.producthunt.com/live/matt-mullenweg\">read the entire session</a> on the Product Hunt site.</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, 23 Sep 2015 20:46: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: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:42;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:83:\"WPTavern: The WordPress REST API Is One Major Step Closer to Being Merged Into Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48284\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-wordpress-rest-api-is-one-major-step-closer-to-being-merged-into-core\";s: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:2965:\"<p>After more than three years of development, the <a href=\"http://v2.wp-api.org/\">WordPress REST API</a> is one major step closer to getting merged into core. Ryan McCue, a lead contributor to the project, published the first <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">official proposal</a> to merge the API into WordPress. The proposal explains what the REST API is, why it&#8217;s needed, an integration plan, and what happens after the merge. The plan is to integrate the API in two stages, infrastructure and endpoints.</p>\n<h2>Two Part Plan</h2>\n<p>The infrastructure is the code responsible for routing requests and handling the meta layer of the API, including JSON serialization/deserialization, linking, embedding, and REST best practices. Merging the infrastructure first allows developers to start building upon it and to migrate from existing custom code. The plan is to merge the infrastructure portion of the API in WordPress 4.4.</p>\n<p>Endpoints are considered the more complex of the two as they’re responsible for mapping data from the external JSON format to the internal data structures and vice versa. In other words, endpoints are the bridges of communication between WordPress and external applications. To provide more time for core committers to review the code, endpoints will be merged in WordPress 4.5.</p>\n<p>Development of the API <a href=\"https://github.com/WP-API/WP-API\">takes place on GitHub</a> but core WordPress development takes place on Subversion and Trac. When the API is merged into core, it will no longer be developed as a separate project. McCue proposes that the best of GitHub and Trac be integrated so developers comfortable with GitHub can continue to contribute to the project:</p>\n<blockquote><p>Given the team’s experience with GitHub as well as Trac, we can bring the best of both worlds by helping integrate the two. This would also improve contributions to WordPress as a whole, and benefit the whole community. This will be especially important as we encourage more contributions from the wider community (client authors, for example). We think we can make good progress here, and we’d love to try to help improve the process.</p></blockquote>\n<p>Although there&#8217;s a <a href=\"https://github.com/wordpress/wordpress\">GitHub repository for WordPress</a> that&#8217;s synced to its Subversion counterpart, it does not accept pull requests. If integrating GitHub and Trac proves to be successful, it could open the door for WordPress to accept pull requests or contributions through GitHub.</p>\n<p>The plan to merge the API into core is not finalized and the team needs your <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">comments, questions, and opinions</a>. I encourage you to read the full proposal and the comments as McCue answers additional questions related to the merge. How happy are you to see this merge proposal?</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, 23 Sep 2015 18:55: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:43;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Product Hunt AMA Today\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45356\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/09/product-hunt-ama-today/\";s: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:222:\"<p>In about half an hour I&#8217;m doing an AMA (ask me anything) on Product Hunt, <a href=\"https://www.producthunt.com/live/matt-mullenweg\">please join and ask some questions on any topic that tickles your fancy</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, 22 Sep 2015 18:39: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: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:44;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:75:\"WPTavern: The Impacts HeroPress Is Having on WordPress Communities in India\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-impacts-heropress-is-having-on-wordpress-communities-in-india\";s: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:2137:\"<p>Topher DeRosia, who recently attended<a href=\"http://wptavern.com/a-recap-of-wordcamp-pune-india-by-topher-derosia\"> WordCamp Pune</a>, India, <a href=\"http://heropress.com/subtle-impacts/\">published a post on the HeroPress blog</a> that describes the subtle impacts the project is having on people.</p>\n<p>Saurabh Shukla, lead organizer for WordCamp Pune, says the site inspired not only their speaker selection but their presentations as well, &#8220;We wanted people to derive at least a level of inspiration from the speakers and decided that stories make more sense than presentations,&#8221; Shukla said.</p>\n<p>Examples of inspiring presentations at WordCamp Pune include, a workshop where people could experience accessibility issues for themselves, WordPress for activism, and building education products for South Asia.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WordCamp-Pune-India-Classroom.png\"><img class=\"size-full wp-image-48218\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WordCamp-Pune-India-Classroom.png?resize=904%2C509\" alt=\"WordCamp Pune Classrooms\" /></a>Presentation in a Classroom at WordCamp Pune\n<p>According to DeRosia, many Indians feel like their WordPress communities are not getting the respect they deserve. DeRosia believes the amount of excitement expressed by Indians for HeroPress is because their work is noticed and appreciated.</p>\n<p><em>&#8220;That</em> is why India is excited about HeroPress. They’re getting respect. Not just from me, but from thousands of readers around the world,&#8221; DeRosia said.</p>\n<p>Although DeRosia says he&#8217;d be content with the impacts the site has had if HeroPress ended today, I would be sad to see it go  because it&#8217;s a great addition to the WordPress community. Thankfully, DeRosia says people are requesting more essays, exchanges of knowledge, shared wisdom, shared respect, and more of the HeroPress spirit.</p>\n<p>If an essay published on HeroPress or the <a href=\"http://heropress.com/about/\">project&#8217;s mission</a> has inspired you in any way, please let us know in the comments.</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, 22 Sep 2015 17:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"Matt: Interview, and Complementing Slack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/09/complementing-slack/\";s: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:1437:\"<p>I had a conversation with <a href=\"https://about.me/tonyconrad\">Tony Conrad</a> at the <a href=\"http://www.strictlyvc.com/\">StrictlyVC</a> event in San Francisco last week, following a dizzyingly talented line-up of <a href=\"http://techcrunch.com/2015/09/17/chamath-palihapitaya-on-insane-burn-rates-ipos-and-raising-a-new-real-estate-fund/\">Chamath Palihapitiya</a> and <a href=\"http://dfj.com/content/steve-jurvetson\">Steve Jurvetson</a>.</p>\n<p><a href=\"http://techcrunch.com/2015/09/18/move-over-slack-automattic-mulls-commercializing-its-own-internal-messaging-product/\">Techcrunch has a good write-up with a number of the relevant quotes from the event</a>. The only thing I&#8217;d like to respond to, because it wasn&#8217;t a direct quote, is the headline &#8220;Move Over Slack? Automattic Mulls Commercializing Its Own Internal Messaging Product.&#8221;</p>\n<p>The first problem is the headline missed the obvious alliteration of &#8220;Mullenweg Mulls,&#8221; <img src=\"http://s.w.org/images/core/emoji/72x72/1f600.png\" alt=\"😀\" class=\"wp-smiley\" />but more importantly&#8230; <a href=\"https://slack.com/\">Slack</a> has become a really key tool for both Automattic <a href=\"https://make.wordpress.org/chat/\">and WordPress.org</a> and anything we do with the evolution of <a href=\"http://p2theme.com/\">P2</a> (some of which we already have running internally) will be complementary to Slack, not competitive with it.</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, 22 Sep 2015 04:26: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: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:46;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:70:\"WPTavern: Jeff Yablon and the WordPress Foundation Settle Out of Court\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/jeff-yablon-and-the-wordpress-foundation-settle-out-of-court\";s: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:5837:\"<p>Earlier this year, the <a href=\"http://wptavern.com/the-wordpress-foundation-sues-jeff-yablon-for-trademark-infringement\">WordPress Foundation sued Jeff Yablon</a> for trademark infringement. The Foundation wanted Yablon to stop using its trademarks, dismiss the opposition proceeding, pay the foundation for any profits related to use of the WordPress trademarks, pay up to $100,000 per infringing domain name, transfer the domains and pay other fees and damages.</p>\n<h2>Timeline of Events</h2>\n<p>On June 22nd, <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=91221895&pty=OPP&eno=7\">Yablon filed a request</a> for default judgement. On June 29th, the Foundation responded to Yablon by <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=91221895&pty=OPP&eno=8\">asking the Trademark Trial and Appeal Board</a> to deny Yablon&#8217;s request for default judgement.</p>\n<p>On September 9th, David Mermelstein, Administrative Trademark Judge, <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=91221895&pty=OPP&eno=9\">filed a response</a> that not only denied Yablon&#8217;s motion for default judgment, but also suspended proceedings until the civil case was complete.</p>\n<p>With proceedings suspended, Yablon could no longer file motions or requests with the TTAB. The only option left was to proceed through court.</p>\n<h2>The Settlement Between Yablon and The Foundation</h2>\n<p>On September 21st, Yablon and the WordPress Foundation <a href=\"https://cloudup.com/cLmq3DWS6MZ\">settled out of court</a> (PDF).</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/YablonSettlementSample.png\"><img class=\"size-full wp-image-48277\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/YablonSettlementSample.png?resize=839%2C621\" alt=\"Sample of Settlement\" /></a>Sample of Settlement\n<h3>Yablon&#8217;s Obligations</h3>\n<p>According to the settlement, by no later than October 15th, Yablon agrees to cease any and all use of the WordPress name, logos, trademarks, and any other name or mark confusingly similar to the term WordPress or its logo.</p>\n<p>He also has to cease any and all use of the WordPress Marks, standing alone or in combination with other words or designs, including but not limited to:</p>\n<ul>\n<li>Use in any company name</li>\n<li>Meta-tags</li>\n<li>Domain names</li>\n<li>Personalized URLs</li>\n<li>Keyword Advertising on Yablon&#8217;s websites</li>\n<li>Social media handles or account names</li>\n<li>Indoor outdoor store signage</li>\n<li>Letterhead</li>\n<li>Stationary</li>\n<li>Business cards</li>\n</ul>\n<p>Yablon must also comply with the terms of the <a href=\"http://wordpressfoundation.org/trademark-policy/\">WordPress trademark and domain name policies</a>.</p>\n<p>No later than five days after the effective date (Oct 15th), Yablon has to transfer all of the domains he owns that incorporate the WordPress Mark to the Foundation.</p>\n<p>Last but not least, Yablon acknowledges that the Foundation owns and has the exclusive rights in and to the WordPress marks in connection with the goods and services identified in each of WordPress&#8217; registrations.</p>\n<p>Yablon can no longer do anything inconsistent with the Foundation&#8217;s ownership of its WordPress Marks and registrations thereof, including but not limited to, contesting the Foundation&#8217;s title to or the validity of the WordPress marks or the trademark registrations thereof.</p>\n<h3>WordPress Foundation&#8217;s Obligations</h3>\n<p>Once Yablon transfers the domains to the Foundation and does not breach the terms of the agreement, the Foundation will redirect the domains to a domain of Yablon&#8217;s choosing for 6 months from the effective date or April 1, 2016, whichever comes later.</p>\n<p>Within 10 days of the domains being transferred, the Foundation will file a stipulated request to withdrawal its U.S. Opposition Proceeding No. 91221895 without prejudice and Case 3:15-cv02745 in the United States District Court for the Northern District of California, without prejudice.</p>\n<p>As long as Yablon does not breach the agreement, the Foundation agrees not to sue for violating its trademarks prior to the effective date.</p>\n<p>The Foundation will not object to Yablon&#8217;s use of the WordPress Marks as part of any subdomains or subdirectories associated with any second level domain name registered to and controlled exclusively by Yablon.</p>\n<p>Examples include but are not limited to, wordpress.answerguy.com or answerguy.com/wordpress in connection with services that involve use of the WordPress platform, support the WordPress brand services, and that do not otherwise violate the rights of the Foundation.</p>\n<h2>In Summary</h2>\n<p>Both parties agree to bear their own attorney&#8217;s fees and costs, if any were incurred through the effective date.</p>\n<p>When I <a href=\"http://wptavern.com/the-wordpress-foundation-sues-jeff-yablon-for-trademark-infringement\">spoke to Yablon</a> on the phone in June shortly after the lawsuit was filed, he sounded like he knew what he was getting into and the complexities involved with U.S. Trademarks. Yablon strongly believed he had enough evidence to pursue the matter and to see it through the court system.</p>\n<p>Instead of seeing the court case all the way through, he chose to give up which in the court system, is not the same thing as losing, as losing or winning sets a precedent.</p>\n<p>While Yablon didn&#8217;t lose the case, the WordPress Foundation didn&#8217;t win either. It&#8217;s a reminder that the Foundation will aggressively defend its trademarks in the court system if other means prove unsuccessful.</p>\n<p>Do you think Yablon’s mission to defend his use of WordPress in a top-level domain name and potentially open the door for others to do the same, was in the best interest of the WordPress community as a whole?</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, 22 Sep 2015 01:59:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:47;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Post Status: Local WordPress development strategies and transparency in business — 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=14389\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://poststatus.com/local-wordpress-development-strategies-and-transparency-in-business-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:2596:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today&#8217;s hottest, current WordPress news.</p>\n<p><a href=\"https://audio.simplecast.fm/17416.mp3\">https://audio.simplecast.fm/17416.mp3</a><br />\n<a href=\"http://audio.simplecast.fm/17416.mp3\">Direct Download</a></p>\n<h3>Links and stories discussed:</h3>\n<h4>Working locally</h4>\n<ul>\n<li><a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\">Varying Vagrant Vagrants (VVV)</a></li>\n<li><a href=\"https://github.com/Chassis/Chassis\">Chassis</a></li>\n<li><a href=\"https://github.com/humanmade/Salty-WordPress\">Salty WordPress</a></li>\n<li><a href=\"https://serverpress.com/get-desktopserver/\">Get DesktopServer</a></li>\n<li><a href=\"https://www.mamp.info/en/mamp-pro/\">MAMP and MAMP Pro</a></li>\n<li><a href=\"https://hub.docker.com/_/wordpress/\">Docker Hub</a></li>\n<li><a href=\"https://guynathan.com/install-lamp-stack-on-mavericks-with-homebrew-with-php-mcrypt\">Installing LAMP stacks with Homebrew</a></li>\n<li><a href=\"https://www.digitalocean.com/community/tutorials/how-to-dockerise-and-deploy-multiple-wordpress-applications-on-ubuntu\">How to Dockerise and deploy multiple WordPress applications on Ubuntu</a></li>\n<li><a href=\"https://docs.docker.com/machine/\">Docker Machine</a></li>\n<li><a href=\"https://github.com/Automattic/vip-quickstart\">VIP Quickstart</a></li>\n<li><a href=\"http://wp-cli.org/\">WP-CLI</a></li>\n</ul>\n<h4>Underscore.js</h4>\n<ul>\n<li><a href=\"http://underscorejs.org/\">Underscore.js </a></li>\n<li><a href=\"http://themehybrid.com/weblog/intro-to-underscore-js-templates-in-wordpress\">Intro to Underscore.js templates in WordPress</a></li>\n<li><a href=\"https://poststatus.com/backbone-js-underscore-js-and-wordpress/\">Backbone.js, Underscore.js and why they matter for WordPress</a></li>\n</ul>\n<h4>Transparency</h4>\n<ul>\n<li><a href=\"http://wplift.com/income-reports-roundup-july-2015\">WPLift&#8217;s Public income reports roundup</a></li>\n<li><a href=\"https://buffer.com/transparency\">Buffer+Transparency</a></li>\n<li><a href=\"http://chrislema.com/downside-transparency-reports/\">Is there a downside to transparency reports?</a></li>\n</ul>\n<h4>Nomadbase.io launch</h4>\n<ul>\n<li><a href=\"https://nomadbase.io/\">Nomadbase.io</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2015 17:58:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:48;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:\"Matt: Winning Remote Work Culture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/09/winning-remote-work-culture/\";s: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:163:\"<p><a href=\"http://blog.cloudpeeps.com/top-10-companies-winning-at-remote-work-culture/\">Top 10 companies winning at remote work culture and their secrets</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:\"Thu, 17 Sep 2015 17:41:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:49;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:75:\"Post Status: Gravity Flow makes custom form administrative workflows simple\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/gravity-flow-makes-custom-form-administrative-workflows-simple/\";s: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:6464:\"<p></p>\n<p><a href=\"https://gravityflow.io/\">Gravity Flow</a> is one of the coolest new plugins I&#8217;ve seen in quite some time.</p>\n<p>Invoices, purchase orders, job applications, and employee vacation requests are just a few potential applications for Gravity Flow, which makes form-centric approval, user input, and notification processes simple.</p>\n<p>&#8220;With Gravity Flow, you use the power of <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> to design your forms, and you use Gravity Flow to design your process using easy to use drag-and-drop tools,&#8221; the video states. The flows created in Gravity Flow can be customized to include all sorts of user-defined paths to request stakeholder feedback, get administrative approval, or fire off a notification that a certain step in the flow has been accomplished. It can even be integrated with other notification systems like Zapier.</p>\n<p>It&#8217;s not that common to see a WordPress plugin (especially an add-on plugin) that simultaneously targets a niche and serves it so extensively. Gravity Flow is built to extend the powerful Gravity Forms product, and it really takes it an extra mile.</p>\n<p>I see a lot of potential for Gravity Flow for intranets and other corporate environments with lots of stakeholders and traditionally clunky, email based workflows for approval of common tasks.</p>\n<h3>Trying Gravity Flow</h3>\n<p>I took Gravity Flow for a spin, because there is a handy demo site capability built in. For a plugin this complex, being able to test drive it is a really great feature. Most workflow tasks can take place either in the admin or on the front-end.</p>\n<p>Creating workflows feels a lot like adding regular notifications to Gravity Forms.</p>\n<p><img class=\"aligncenter size-large wp-image-14340\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/gravity-flow-workflow-752x579.png\" alt=\"gravity-flow-workflow\" width=\"752\" height=\"579\" /></p>\n<p>Workflows have many configuration and sending options. And each step can be sorted and arranged to follow a series of steps, and can even allow for delays (like for a scholarship review period, in my example).</p>\n<p>That&#8217;s the view for an administrator, but someone who is responsible for providing feedback or approval has a front-end view to directly interact with the workflow.</p>\n<p><img class=\"aligncenter size-large wp-image-14339\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/gravity-flow-review-update-workflow-752x872.png\" alt=\"gravity-flow-review-update-workflow\" width=\"752\" height=\"872\" /></p>\n<p>And administrators can see reports of activity for various workflows.</p>\n<p><img class=\"aligncenter size-large wp-image-14338\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/09/gravity-flow-reports-752x552.png\" alt=\"gravity-flow-reports\" width=\"752\" height=\"552\" /></p>\n<p>This is a pretty simple overview of the plugin, and I&#8217;d recommend you <a href=\"http://demo.gravityflow.io/\">check out the demo</a>, or his full <a href=\"http://docs.gravityflow.io/category/34-walkthroughs\">walkthrough</a> examples. but this at least highlights some of the plugin&#8217;s power.</p>\n<h3>Development of Gravity Flow</h3>\n<p>One of the more interesting things about Gravity Flow is that <a href=\"https://www.stevenhenty.com/\">Steven Henty</a> made it. Steven actually works at Rocketgenius, the company behind Gravity Forms, and he is a developer of the main Gravity Forms product.</p>\n<p>I talked to Steven about why this isn&#8217;t a Gravity Forms official add-on, and what it&#8217;s like working on a side project for your own company&#8217;s product.</p>\n<blockquote><p>Rocketgenius has a lot of plans and loads of really exciting stuff in the pipeline so it was a question of priorities &#8211; Rocketgenius can’t possibly do absolutely everything at the same time. For me it’s a project that’s niche enough to be an interesting and profitable side project and yet not too time-consuming so I can continue to focus 100% on my day job.</p></blockquote>\n<p>He also reiterated how important it is to him that he had his team behind him for this project. And Carl Hancock &#8212; co-founder of Rocketgenius &#8212; is excited about Steven&#8217;s product as well, saying &#8220;The product is awesome. It&#8217;s definitely more complex [and] business oriented, but that&#8217;s a good thing.&#8221;</p>\n<p>Carl also shared that Steve has a background that lends itself to thinking about complex problems to solve, working on, &#8220;more enterprise stuff pre-WordPress, on a wide variety of platforms and programming languages.&#8221;</p>\n<p>Steve did a great job with Gravity Flow, and I&#8217;m happy to see it out there.  On <a href=\"https://www.stevenhenty.com/gravity-flow/\">his personal blog</a>, he highlights use cases for the product, which are real world examples based on how his first 100 beta testers are using it.</p>\n<h3>Gravity ecosystem</h3>\n<p>A few Rocketgenius employees have Gravity Forms focused side projects, which I think is really cool. Another favorite of mine is David Smith&#8217;s <a href=\"http://gravitywiz.com/\">Gravity Wiz</a>, that adds functionality snippets, or &#8220;perks&#8221;, to Gravity Forms. The third-party ecosystem is doing well too; <a href=\"https://gravityplus.pro/\">Gravity Plus</a> and <a href=\"https://gravityview.co/\">Gravity View</a> are two healthy Gravity Forms focused businesses that come to mind, and I&#8217;m sure there are many more.</p>\n<p>The main plugin continues to dominate the WordPress forms space. Though it is commercial only, it powers hundreds of thousands of websites, and has dozens of official <a href=\"http://www.gravityforms.com/add-ons/\">add-ons</a>. Carl has told me many times he doesn&#8217;t even view most other WordPress forms plugins as competition (though newer entrants like <a href=\"https://ninjaforms.com/\">Ninja Forms</a> are doing quite well for themselves), as Gravity Forms aims to take marketshare away from complex hosted solutions like Wufoo, rather than gobble up the much larger but less demanding market that just wants simple contact forms.</p>\n<p>If you want to keep up with Gravity Flow, <a href=\"https://gravityflow.io/\">check out the website</a>. And the project is <a href=\"https://github.com/stevehenty/gravityflow\">on Github</a> as well, as Steve is billing for support and automatic upgrades, which starts at €87 (around $100) per year.</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, 15 Sep 2015 13:55: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:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:36:\"http://feeds.feedburner.com/wp-pipes\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:8:\"wp-pipes\";}}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:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"mlXqWvEgP5VHNyc6arcPZVmuRMw\";s:13:\"last-modified\";s:29:\"Thu, 15 Oct 2015 22:02:22 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Thu, 15 Oct 2015 22:13:12 GMT\";s:7:\"expires\";s:29:\"Thu, 15 Oct 2015 22:13:12 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20150516211916\";}','no'),('20412','_transient_timeout_feed_mod_99b272eaef9eaa265f30d77863073f26','1444957992','no'),('20413','_transient_feed_mod_99b272eaef9eaa265f30d77863073f26','1444947192','no'),('20414','_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1444957993','no'),('20415','_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\t\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\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\n\t\";s:7:\"attribs\";a: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:\"Thu, 15 Oct 2015 21:48: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: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\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"6743@https://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:1;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"25254@https://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:2;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"2141@https://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:3;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"2572@https://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:6;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:33:\"15@https://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:7;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"9542@https://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:8;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:34:\"132@https://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:9;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"12073@https://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:10;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"5790@https://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:12;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"18101@https://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\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"8321@https://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\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:34:\"363@https://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:15;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"23862@https://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:28:\"Your WordPress, Streamlined.\";s: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:16;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"2082@https://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:17;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"51888@https://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:25;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"26607@https://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:28;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"38058@https://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:29;a:6:{s:4:\"data\";s:30:\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\";s:7:\"attribs\";a: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:36:\"47509@https://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:\"\";}}}}}}}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:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 15 Oct 2015 22:13:13 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:7:\"expires\";s:29:\"Thu, 15 Oct 2015 22:23:51 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 15 Oct 2015 21:48:51 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20150516211916\";}','no'),('20416','_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1444957993','no'),('20417','_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1444947193','no'),('20418','_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1444990393','no'),('20419','_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/09/wordpress-4-3-1/\'>WordPress 4.3.1 Security and Maintenance Release</a> <span class=\"rss-date\">September 15, 2015</span><div class=\"rssSummary\">WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/akismet-3-1-5-fixes-critical-xss-security-vulnerability\'>WPTavern: Akismet 3.1.5 Fixes Critical XSS Security Vulnerability</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/10/working-exercising/\'>Matt: Working &amp; Exercising</a></li><li><a class=\'rsswidget\' href=\'http://blog.akismet.com/2015/10/13/akismet-3-1-5-wordpress/\'>Akismet: Akismet 3.1.5: Security Release</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>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=siteorigin-panels&amp;_wpnonce=9452320c1e&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),('20421','_transient_timeout_mm_spam_4bb074ccbc987a2cfd2cc5786204f8f7','1445034033','no'),('20422','_transient_mm_spam_4bb074ccbc987a2cfd2cc5786204f8f7','no','no'),('20428','wordpress_api_key','be8046aae5ef','yes'),('20429','akismet_strictness','0','yes'),('20431','_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1444958654','yes'),('20432','_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:\"5472\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3428\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3390\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2884\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2640\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2101\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2061\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1937\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1892\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1872\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1855\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1826\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1730\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1534\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1449\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1411\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1248\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1230\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1217\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1198\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1091\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1034\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"993\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"949\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"906\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"890\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"846\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"837\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"824\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"820\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"808\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"772\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"744\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"716\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"705\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"698\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"696\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"693\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"683\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"681\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"672\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"660\";}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:\"654\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"650\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"627\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"613\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"610\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"605\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"601\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"598\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"586\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"572\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"571\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"557\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"556\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"555\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"555\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"552\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"543\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"541\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"533\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"511\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"507\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"496\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"495\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"495\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"489\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"486\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"475\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"471\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"460\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"457\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"433\";}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:\"431\";}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:\"430\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"415\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"408\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"393\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"391\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"390\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"389\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"380\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"380\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"376\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"374\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"373\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"372\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"368\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"367\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"366\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"366\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"364\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"364\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"361\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"357\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:3:\"356\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"356\";}}','yes'),('20433','_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1445011203;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.5.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"3.7.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.3.7.2.zip\";}s:27:\"pretty-link/pretty-link.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7343\";s:4:\"slug\";s:11:\"pretty-link\";s:6:\"plugin\";s:27:\"pretty-link/pretty-link.php\";s:11:\"new_version\";s:5:\"1.6.8\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/pretty-link/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/pretty-link.1.6.8.zip\";}s:17:\"sumome/sumome.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"48317\";s:4:\"slug\";s:6:\"sumome\";s:6:\"plugin\";s:17:\"sumome/sumome.php\";s:11:\"new_version\";s:4:\"1.10\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/sumome/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/sumome.zip\";s:14:\"upgrade_notice\";s:20:\"Ignore admin iframes\";}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11861\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:6:\"3.12.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"14975\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.1.zip\";}s:31:\"wp-spamshield/wp-spamshield.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"48753\";s:4:\"slug\";s:13:\"wp-spamshield\";s:6:\"plugin\";s:31:\"wp-spamshield/wp-spamshield.php\";s:11:\"new_version\";s:7:\"1.9.6.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-spamshield/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-spamshield.zip\";s:14:\"upgrade_notice\";s:64:\"Updated the anti-spam filters. Please see Changelog for details.\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.6.zip\";s:14:\"upgrade_notice\";s:64:\"Bugfix for sites that use mod_rewrite to serve compressed pages.\";}}}','yes'),('20434','blogclone_options','a:1:{s:12:\"homeurl_hash\";s:32:\"1d7e7159a7888e853100be9f689da81b\";}','yes'),('20436','plugin_blogclone_options','{\"db_version\":1}','yes'),('20511','_transient_timeout_mm_spam_1af4f66e522b6a4c7a12b85cd70cff6c','1445037185','no'),('20512','_transient_mm_spam_1af4f66e522b6a4c7a12b85cd70cff6c','no','no'),('20517','_transient_timeout_mm_spam_45dfd2c4f5717de8c77165f85b503bcb','1445037811','no'),('20518','_transient_mm_spam_45dfd2c4f5717de8c77165f85b503bcb','no','no'),('20522','_transient_timeout_mm_spam_ef166c2dbcce9911a3553bdc3c6b9a27','1445038910','no'),('20523','_transient_mm_spam_ef166c2dbcce9911a3553bdc3c6b9a27','no','no'),('20530','_transient_timeout_mm_spam_1249a9af44e7f44a878d3d50e1e11b86','1445040001','no'),('20531','_transient_mm_spam_1249a9af44e7f44a878d3d50e1e11b86','no','no'),('20535','_transient_timeout_mm_spam_5b4c108a8cc5470d796fe3f1f373f08b','1445040256','no'),('20536','_transient_mm_spam_5b4c108a8cc5470d796fe3f1f373f08b','no','no'),('20562','_transient_timeout_mm_spam_a112f7797daf1f93c2c1cbec45848c5c','1445048578','no'),('20563','_transient_mm_spam_a112f7797daf1f93c2c1cbec45848c5c','no','no'),('20566','_transient_timeout_mm_spam_a09d2f593c25e4f13abb4f62c2772b0a','1445048910','no'),('20567','_transient_mm_spam_a09d2f593c25e4f13abb4f62c2772b0a','no','no'),('20574','_transient_timeout_mm_spam_428abfd96b85de156288fe8edaf9e951','1445050143','no'),('20575','_transient_mm_spam_428abfd96b85de156288fe8edaf9e951','no','no'),('20611','_transient_timeout_mm_spam_225bdc86ba4517b5e64c6cb4ae7cf06a','1445054322','no'),('20612','_transient_mm_spam_225bdc86ba4517b5e64c6cb4ae7cf06a','no','no'),('20624','_transient_timeout_mm_spam_ebceade597cfb5e31b12cfb64ab8d692','1445057234','no'),('20625','_transient_mm_spam_ebceade597cfb5e31b12cfb64ab8d692','no','no'),('20636','_transient_timeout_mm_spam_04234b7341c6486785d274f3ead2362e','1445060157','no'),('20637','_transient_mm_spam_04234b7341c6486785d274f3ead2362e','no','no'),('20639','_transient_timeout_mm_spam_9f34b4ae4d3a04f7664b715793f81aae','1445060371','no'),('20640','_transient_mm_spam_9f34b4ae4d3a04f7664b715793f81aae','no','no'),('20646','_transient_timeout_mm_spam_014eb026b9ae4b4d2df848dbbd87a149','1445062800','no'),('20647','_transient_mm_spam_014eb026b9ae4b4d2df848dbbd87a149','no','no'),('20650','_transient_timeout_mm_spam_15f8045d2dbae93a8c588abea550ebc1','1445063034','no'),('20651','_transient_mm_spam_15f8045d2dbae93a8c588abea550ebc1','no','no'),('20655','_transient_timeout_mm_spam_57debe7255bc46441ffe8f49a503810a','1445063301','no'),('20656','_transient_mm_spam_57debe7255bc46441ffe8f49a503810a','no','no'),('20685','_transient_timeout_mm_spam_2a141ca4b94c0cff218d9a14feaed1a9','1445068799','no'),('20686','_transient_mm_spam_2a141ca4b94c0cff218d9a14feaed1a9','no','no'),('20692','_transient_timeout_mm_spam_8ab43f34833656588b2b6be08a28f561','1445070027','no'),('20693','_transient_mm_spam_8ab43f34833656588b2b6be08a28f561','no','no'),('20699','_transient_timeout_mm_spam_0fbe400a3ebcd0c4cfe10774df49954a','1445071526','no'),('20700','_transient_mm_spam_0fbe400a3ebcd0c4cfe10774df49954a','no','no'),('20710','_transient_timeout_mm_spam_3a18f369410d009761900b06ede97e23','1445072776','no'),('20711','_transient_mm_spam_3a18f369410d009761900b06ede97e23','no','no'),('20714','_transient_timeout_mm_spam_94f4924d9419627955f63f41ad5cbb1a','1445072878','no'),('20715','_transient_mm_spam_94f4924d9419627955f63f41ad5cbb1a','no','no'),('20742','_transient_timeout_mm_spam_e14ad08ca427867cb53aa33ed7f29dcf','1445080661','no'),('20743','_transient_mm_spam_e14ad08ca427867cb53aa33ed7f29dcf','no','no'),('20746','_transient_timeout_mm_spam_8773760df604d5168f9909dc962e4ad1','1445081683','no'),('20747','_transient_mm_spam_8773760df604d5168f9909dc962e4ad1','no','no'),('20752','_transient_timeout_mm_spam_e72d52bc868921ce800c9918b6c77b33','1445081764','no'),('20753','_transient_mm_spam_e72d52bc868921ce800c9918b6c77b33','no','no'),('20914','_site_transient_timeout_ghu-1eda13567dd0e7ce35b07e674764d1ef','1444999416','yes'),('20915','_site_transient_ghu-1eda13567dd0e7ce35b07e674764d1ef','O:8:\"stdClass\":12:{s:4:\"name\";s:20:\"mojo-marketplace.php\";s:4:\"path\";s:20:\"mojo-marketplace.php\";s:3:\"sha\";s:40:\"b9b0309ffdadf70a0792cfada743ee4377489a11\";s:4:\"size\";i:2227;s:3:\"url\";s:109:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contents/mojo-marketplace.php?ref=production\";s:8:\"html_url\";s:91:\"https://github.com/mojoness/mojo-marketplace-wp-plugin/blob/production/mojo-marketplace.php\";s:7:\"git_url\";s:115:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/blobs/b9b0309ffdadf70a0792cfada743ee4377489a11\";s:12:\"download_url\";s:101:\"https://raw.githubusercontent.com/mojoness/mojo-marketplace-wp-plugin/production/mojo-marketplace.php\";s:4:\"type\";s:4:\"file\";s:7:\"content\";s:3022:\"PD9waHAKLyoKUGx1Z2luIE5hbWU6IE1PSk8gTWFya2V0cGxhY2UKRGVzY3Jp\ncHRpb246IFRoaXMgcGx1Z2luIGFkZHMgc2hvcnRjb2Rlcywgd2lkZ2V0cywg\nYW5kIHRoZW1lcyB0byB5b3VyIFdvcmRQcmVzcyBzaXRlLgpWZXJzaW9uOiAw\nLjcuMgpBdXRob3I6IE1pa2UgSGFuc2VuCkF1dGhvciBVUkk6IGh0dHA6Ly9t\naWtlaGFuc2VuLm1lP3V0bV9jYW1wYWlnbj1wbHVnaW4mdXRtX3NvdXJjZT1t\nb2pvX3dwX3BsdWdpbgpMaWNlbnNlOiBHUEx2MiBvciBsYXRlcgpMaWNlbnNl\nIFVSSTogaHR0cDovL3d3dy5nbnUub3JnL2xpY2Vuc2VzL2dwbC0yLjAuaHRt\nbApHaXRIdWIgUGx1Z2luIFVSSTogbW9qb25lc3MvbW9qby1tYXJrZXRwbGFj\nZS13cC1wbHVnaW4KR2l0SHViIEJyYW5jaDogcHJvZHVjdGlvbgoqLwoKLy9E\nbyBub3QgYWNjZXNzIGZpbGUgZGlyZWN0bHkKaWYgKCAhIGRlZmluZWQoICdX\nUElOQycgKSApIHsgZGllOyB9CgpkZWZpbmUoICdNTV9CQVNFX0RJUicsIHBs\ndWdpbl9kaXJfcGF0aCggX19GSUxFX18gKSApOwpkZWZpbmUoICdNTV9CQVNF\nX1VSTCcsIHBsdWdpbl9kaXJfdXJsKCBfX0ZJTEVfXyApICk7CgppZiAoIGZp\nbGVfZXhpc3RzKCBNTV9CQVNFX0RJUiAuICdpbmMvYnJhbmQucGhwJyApICkg\newoJcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvYnJhbmQucGhw\nJyApOwp9CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIgLiAnaW5jL2Jhc2Uu\ncGhwJyApOwpyZXF1aXJlX29uY2UoIE1NX0JBU0VfRElSIC4gJ2luYy9jaHVy\nbi5waHAnICk7CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIgLiAnaW5jL21l\nbnUucGhwJyApOwpyZXF1aXJlX29uY2UoIE1NX0JBU0VfRElSIC4gJ2luYy90\naGVtZXMtd2lkZ2V0LnBocCcgKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJ\nUiAuICdpbmMvc2hvcnRjb2RlLWdlbmVyYXRvci5waHAnICk7CnJlcXVpcmVf\nb25jZSggTU1fQkFTRV9ESVIgLiAnaW5jL21vam8tdGhlbWVzLnBocCcgKTsK\ncmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvc3R5bGVzLnBocCcg\nKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvcGx1Z2luLXNl\nYXJjaC5waHAnICk7CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIgLiAnaW5j\nL2pldHBhY2sucGhwJyApOwpyZXF1aXJlX29uY2UoIE1NX0JBU0VfRElSIC4g\nJ2luYy91c2VyLWV4cGVyaWVuY2UtdHJhY2tpbmcucGhwJyApOwpyZXF1aXJl\nX29uY2UoIE1NX0JBU0VfRElSIC4gJ2luYy9ub3RpZmljYXRpb25zLnBocCcg\nKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvc3BhbS1wcmV2\nZW50aW9uLnBocCcgKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdp\nbmMvdXBkYXRlcy5waHAnICk7CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIg\nLiAnaW5jL2NvbWluZy1zb29uLnBocCcgKTsKcmVxdWlyZV9vbmNlKCBNTV9C\nQVNFX0RJUiAuICdpbmMvdGVzdHMucGhwJyApOwpyZXF1aXJlX29uY2UoIE1N\nX0JBU0VfRElSIC4gJ2luYy9lZGl0b3ItcHJvbXB0LnBocCcgKTsKbW1fcmVx\ndWlyZSggTU1fQkFTRV9ESVIgLiAnaW5jL3Nzby5waHAnICk7CgovLyBMb2Fk\nIGJhc2UgY2xhc3NlcyBmb3IgZ2l0aHViIHVwZGF0ZXIgb25seSBpbiB0aGUg\nYWRtaW4gYW5kIG9ubHkgd2l0aCBjYXAKZnVuY3Rpb24gbW1fbG9hZF91cGRh\ndGVyKCkgewoJaWYgKCBpc19hZG1pbigpICkgewoJCS8qCgkJQ2hlY2sgY2xh\nc3NfZXhpc3QgYmVjYXVzZSB0aGlzIGNvdWxkIGJlIGxvYWRlZCBpbiBhIGRp\nZmZlcmVudCBwbHVnaW4KCQkqLwoJCWlmICggISBjbGFzc19leGlzdHMoICdH\naXRIdWJfVXBkYXRlcicgKSApIHsKCQkJcmVxdWlyZV9vbmNlKCBNTV9CQVNF\nX0RJUiAuICd1cGRhdGVyL2NsYXNzLWdpdGh1Yi11cGRhdGVyLnBocCcgKTsK\nCQl9CgkJaWYgKCAhIGNsYXNzX2V4aXN0cyggJ0dpdEh1Yl9VcGRhdGVyX0dp\ndEh1Yl9BUEknICkgKSB7CgkJCXJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIg\nLiAndXBkYXRlci9jbGFzcy1naXRodWItYXBpLnBocCcgKTsKCQl9CgkJaWYg\nKCAhIGNsYXNzX2V4aXN0cyggJ0dpdEh1Yl9QbHVnaW5fVXBkYXRlcicgKSAp\nIHsKCQkJcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICd1cGRhdGVyL2Ns\nYXNzLXBsdWdpbi11cGRhdGVyLnBocCcgKTsKCQl9CgkJbmV3IEdpdEh1Yl9Q\nbHVnaW5fVXBkYXRlcjsKCX0KfQphZGRfYWN0aW9uKCAnYWRtaW5faW5pdCcs\nICdtbV9sb2FkX3VwZGF0ZXInICk7Cg==\n\";s:8:\"encoding\";s:6:\"base64\";s:6:\"_links\";O:8:\"stdClass\":3:{s:4:\"self\";s:109:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contents/mojo-marketplace.php?ref=production\";s:3:\"git\";s:115:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/blobs/b9b0309ffdadf70a0792cfada743ee4377489a11\";s:4:\"html\";s:91:\"https://github.com/mojoness/mojo-marketplace-wp-plugin/blob/production/mojo-marketplace.php\";}}','yes'),('20916','_site_transient_timeout_ghu-aca1a99da826e8036f3bd23a2dafb4ea','1444999416','yes'),('20917','_site_transient_ghu-aca1a99da826e8036f3bd23a2dafb4ea','O:8:\"stdClass\":3:{s:11:\"total_count\";i:1;s:18:\"incomplete_results\";b:0;s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":68:{s:2:\"id\";i:16290496;s:4:\"name\";s:26:\"mojo-marketplace-wp-plugin\";s:9:\"full_name\";s:35:\"mojoness/mojo-marketplace-wp-plugin\";s:5:\"owner\";O:8:\"stdClass\":17:{s:5:\"login\";s:8:\"mojoness\";s:2:\"id\";i:1278255;s:10:\"avatar_url\";s:51:\"https://avatars.githubusercontent.com/u/1278255?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:37:\"https://api.github.com/users/mojoness\";s:8:\"html_url\";s:27:\"https://github.com/mojoness\";s:13:\"followers_url\";s:47:\"https://api.github.com/users/mojoness/followers\";s:13:\"following_url\";s:60:\"https://api.github.com/users/mojoness/following{/other_user}\";s:9:\"gists_url\";s:53:\"https://api.github.com/users/mojoness/gists{/gist_id}\";s:11:\"starred_url\";s:60:\"https://api.github.com/users/mojoness/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:51:\"https://api.github.com/users/mojoness/subscriptions\";s:17:\"organizations_url\";s:42:\"https://api.github.com/users/mojoness/orgs\";s:9:\"repos_url\";s:43:\"https://api.github.com/users/mojoness/repos\";s:10:\"events_url\";s:54:\"https://api.github.com/users/mojoness/events{/privacy}\";s:19:\"received_events_url\";s:53:\"https://api.github.com/users/mojoness/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:7:\"private\";b:0;s:8:\"html_url\";s:54:\"https://github.com/mojoness/mojo-marketplace-wp-plugin\";s:11:\"description\";s:58:\"WordPress plugin that has shortcodes, widgets and themes. \";s:4:\"fork\";b:0;s:3:\"url\";s:64:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin\";s:9:\"forks_url\";s:70:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/forks\";s:8:\"keys_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/keys{/key_id}\";s:17:\"collaborators_url\";s:93:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/collaborators{/collaborator}\";s:9:\"teams_url\";s:70:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/teams\";s:9:\"hooks_url\";s:70:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/hooks\";s:16:\"issue_events_url\";s:87:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/issues/events{/number}\";s:10:\"events_url\";s:71:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/events\";s:13:\"assignees_url\";s:81:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/assignees{/user}\";s:12:\"branches_url\";s:82:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/branches{/branch}\";s:8:\"tags_url\";s:69:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/tags\";s:9:\"blobs_url\";s:80:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/blobs{/sha}\";s:12:\"git_tags_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/tags{/sha}\";s:12:\"git_refs_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/refs{/sha}\";s:9:\"trees_url\";s:80:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/trees{/sha}\";s:12:\"statuses_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/statuses/{sha}\";s:13:\"languages_url\";s:74:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/languages\";s:14:\"stargazers_url\";s:75:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/stargazers\";s:16:\"contributors_url\";s:77:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contributors\";s:15:\"subscribers_url\";s:76:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/subscribers\";s:16:\"subscription_url\";s:77:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/subscription\";s:11:\"commits_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/commits{/sha}\";s:15:\"git_commits_url\";s:82:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/commits{/sha}\";s:12:\"comments_url\";s:82:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/comments{/number}\";s:17:\"issue_comment_url\";s:89:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/issues/comments{/number}\";s:12:\"contents_url\";s:81:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contents/{+path}\";s:11:\"compare_url\";s:88:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/compare/{base}...{head}\";s:10:\"merges_url\";s:71:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/merges\";s:11:\"archive_url\";s:87:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/{archive_format}{/ref}\";s:13:\"downloads_url\";s:74:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/downloads\";s:10:\"issues_url\";s:80:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/issues{/number}\";s:9:\"pulls_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/pulls{/number}\";s:14:\"milestones_url\";s:84:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/milestones{/number}\";s:17:\"notifications_url\";s:104:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/notifications{?since,all,participating}\";s:10:\"labels_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/labels{/name}\";s:12:\"releases_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/releases{/id}\";s:10:\"created_at\";s:20:\"2014-01-27T19:47:10Z\";s:10:\"updated_at\";s:20:\"2015-04-03T16:39:32Z\";s:9:\"pushed_at\";s:20:\"2015-10-06T21:52:12Z\";s:7:\"git_url\";s:56:\"git://github.com/mojoness/mojo-marketplace-wp-plugin.git\";s:7:\"ssh_url\";s:54:\"git@github.com:mojoness/mojo-marketplace-wp-plugin.git\";s:9:\"clone_url\";s:58:\"https://github.com/mojoness/mojo-marketplace-wp-plugin.git\";s:7:\"svn_url\";s:54:\"https://github.com/mojoness/mojo-marketplace-wp-plugin\";s:8:\"homepage\";N;s:4:\"size\";i:1173;s:16:\"stargazers_count\";i:2;s:14:\"watchers_count\";i:2;s:8:\"language\";s:3:\"PHP\";s:10:\"has_issues\";b:1;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:1;s:9:\"has_pages\";b:0;s:11:\"forks_count\";i:3;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:7;s:5:\"forks\";i:3;s:11:\"open_issues\";i:7;s:8:\"watchers\";i:2;s:14:\"default_branch\";s:6:\"master\";s:5:\"score\";d:31.6056209999999992987795849330723285675048828125;}}}','yes'),('20919','_site_transient_timeout_ghu-cd60ad3e4bd0d8706fc4a4f35f398ee5','1444999416','yes'),('20920','_site_transient_ghu-cd60ad3e4bd0d8706fc4a4f35f398ee5','no tags here','yes'),('20921','_site_transient_timeout_ghu-9bb54241f94b24d969f7f1e4865eb9ed','1444999416','yes'),('20922','_site_transient_ghu-9bb54241f94b24d969f7f1e4865eb9ed','O:8:\"stdClass\":2:{s:7:\"message\";s:9:\"Not Found\";s:17:\"documentation_url\";s:31:\"https://developer.github.com/v3\";}','yes'),('20936','_transient_timeout_mm_spam_415035b908180f704126479702f4c4f6','1445082573','no'),('20937','_transient_mm_spam_415035b908180f704126479702f4c4f6','no','no'),('20941','_transient_timeout_mm_spam_b2452c04c2648ce58bf4e795ad2ccccd','1445085983','no'),('20942','_transient_mm_spam_b2452c04c2648ce58bf4e795ad2ccccd','no','no'),('20947','_transient_timeout_mm_spam_380d0b539976dde800b43cf0957addce','1445086202','no'),('20948','_transient_mm_spam_380d0b539976dde800b43cf0957addce','no','no'),('20956','_transient_timeout_mm_spam_c158c3fe6fb7f3bad527fa0aae6e20af','1445087891','no'),('20957','_transient_mm_spam_c158c3fe6fb7f3bad527fa0aae6e20af','no','no'),('20964','_transient_timeout_mm_spam_0dbe1561f27251db9e62bd150b317e61','1445091590','no'),('20965','_transient_mm_spam_0dbe1561f27251db9e62bd150b317e61','no','no'),('20975','_transient_timeout_mm_spam_2b3515074601e78fc85944011cca6a58','1445093523','no'),('20976','_transient_mm_spam_2b3515074601e78fc85944011cca6a58','no','no'),('20987','_transient_timeout_mm_spam_eebf8ef110ba8a7fad75bea363c346ac','1445096194','no'),('20988','_transient_mm_spam_eebf8ef110ba8a7fad75bea363c346ac','no','no'),('20998','_transient_timeout_mm_spam_86b92dcd7ad5d747c9398d49d41cc809','1445097601','no'),('20999','_transient_mm_spam_86b92dcd7ad5d747c9398d49d41cc809','no','no'),('21000','_site_transient_timeout_theme_roots','1445013002','yes'),('21001','_site_transient_theme_roots','a:4:{s:6:\"enfold\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),('21021','_transient_timeout_mm_spam_2cd6e69844233fe1343e4a5aa74a1512','1445108820','no');
INSERT INTO wp_options (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('21022','_transient_mm_spam_2cd6e69844233fe1343e4a5aa74a1512','no','no'),('21024','_site_transient_timeout_security_report_performed_recently','1445023323','yes'),('21025','_site_transient_security_report_performed_recently','1','yes'),('21028','_site_transient_timeout_leadpages_page_html_cache_147177946639c5','1445023755','yes'),('21029','_site_transient_leadpages_page_html_cache_147177946639c5','<!DOCTYPE html>\n<!--  This beautiful and lightning fast landing page was proudly created with LeadPages ( see: https://www.LeadPages.net ) and hosted on the LeadPages lead generation platform. -->\n<html>\n<head>\n    <base href=\"//inspiretowin.leadpages.co\"><meta charset=\"utf-8\"><link rel=\"stylesheet\" type=\"text/css\" href=\"/static/lp909/public/css/leadpage.css\"><script>window.LeadPageData = {};</script><script type=\"text/javascript\" src=\"/static/lp909/public/js/leadpage.js\"></script>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\n\n    <!-- <meta name=\"lp-customizable-color\" content=\"#efcc32; Button Hover\"/> -->\n\n    <link rel=\"stylesheet\" href=\"/f/yNjEQ7ZbEvAlMMGF5MYxDwEzY/xPGO3gkXoYD%252BSjnA%252BNSQCQTWrQMlWdvEiLQEXpYt8gPbmjzAk3KS4AbwJdag%253D%253D%7Ccss/normalize.min.css\">\n    <link rel=\"stylesheet\" href=\"/f/yNjEQ7ZbEvAlMMGF5MYxDwEzY/xPGO3gkXoYD%252BSjnA9cHiFxsb3VUc6tIAt5lPy8NykuAG8CXWo%253D%7Ccss/style.css\">\n    <link href=\"https://fonts.googleapis.com/css?family=Oswald:400,300,700%7COpen+Sans:300italic,400italic,600italic,700italic,400,300,600,700&amp;subset=latin,latin-ext\" rel=\"stylesheet\" type=\"text/css\">\n    <script src=\"/f/yNjEQ7ZbEvAlMMGF5MYxDwEzY/xPGO3gkXoYD%252BSjnA%252BPkLQ2yNeYa/iS/kWbWHDY5WHBvxBCvoxfdYaTdXieghKO0U9N4SLl%7Cjs/jquery-1.9.1.min.js\" type=\"text/javascript\"></script>\n    <script src=\"/f/yNjEQ7ZbEvAlMMGF5MYxDwEzY/xPGO3gkXoYD%252BSjnA/INLrZD2o7qCJeTqzOuwVVkqSGeDambc2fKvbfDci7Jg%253D%253D%7Cjs/html5shiv.js\" type=\"text/javascript\"></script>\n    <script src=\"/f/yNjEQ7ZbEvAlMMGF5MYxDwEzY/xPGO3gkXoYD%252BSjnA9HEzFr/b6/fYQKSIfIAT3JmkqcQmVMMHoTmH9ObWlusrj8iVgtOOLXkqSGeDambc2fKvbfDci7Jg%253D%253D%7Cjs/modernizr-2.6.2-respond-1.1.0.min.js\" type=\"text/javascript\"></script>\n    <script src=\"/f/yNjEQ7ZbEvAlMMGF5MYxDwEzY/xPGO3gkXoYD%252BSjnA/mF1Tkc3iQORdGXYCtCZ32kqSGeDambc2fKvbfDci7Jg%253D%253D%7Cjs/functions.js\" type=\"text/javascript\"></script>\n<style type=\"text/css\">html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}*{margin:0;padding:0;outline:0}body,html{height:100%;width:100%}body{overflow:hidden;padding:0;margin:0;height:100%;width:100%}.clear{clear:both}p{margin:10px;padding:0;letter-spacing:0px}#bgimg{position:absolute;z-index:-1}a img{border:0}#wrapper{position:absolute;z-index:5;overflow:auto;height:100%;width:100%}.clear{clear:both}body{font-size:18px;line-height:26px;font-family:\'Open Sans\',sans-serif;color:#555555;min-width:480px}#cont{position:relative;top:100px;width:600px;margin:0 auto}header p,#box .headline,#box p,#countdown-container p,#footer p.note,#footer p.legal{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}header{width:600px;margin:0 auto;text-align:center}header .header-image{margin:0 40px 0 0;padding:0;display:inline-block;width:285px;vertical-align:middle}header p{width:266px;text-align:left;display:inline-block;vertical-align:middle;font-family:\'Open Sans\',sans-serif;font-weight:bold;font-weight:normal;\\9;*font-weight:normal;color:#2D9ADF;font-size:28px;line-height:30px;margin:25px 0;padding:0;letter-spacing:-1.5px}header p a{color:#39A0E1;text-decoration:underline}.arrow-up{position:absolute;top:9px;width:0;height:0;margin-left:457px;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid white;z-index:20}#box{position:relative;width:600px;margin:0 auto;z-index:2;padding-top:29px}#box-top{position:relative;background:#fff;-webkit-border-radius:10px 10px 0px 0px;border-radius:10px 10px 0px 0px;padding:24px;box-shadow:1px 1px 2px rgba(0,0,0,0.2);z-index:1}#box-bottom{position:relative;background:#2792D6 url(\'https://lh3.googleusercontent.com/Bb3DGS-jzIDGJ8tmXaEvk2RgmGR_2qoxEG_oleR2ob3jbcfM6MRN6Pw7UfA3tJNYvJJLVGodIKERTFBXlABa=s0\') top left repeat;-webkit-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;padding:20px 0px 0px 0px;z-index:0}#box .headline{margin:0 auto;padding:0px 30px 5px;font-family:\'Open Sans\',sans-serif;font-size:24px;color:#39A0E1;text-align:center;font-weight:600;letter-spacing:-.5px}#box .headline a{color:#39A0E1;text-decoration:underline}#box p{font-family:\'Open Sans\',sans-serif;font-size:22px;text-align:center;font-weight:300;font-weight:100\\9;*font-weight:100;letter-spacing:-.5px;color:#777777;padding:0px;margin:0}#box p a{color:#777777;text-decoration:underline}@media screen and (-webkit-min-device-pixel-ratio:0){#box p{letter-spacing:-1px}}#box #countdown-container{position:relative;margin:0;background:#2792D6 url(\'https://lh3.googleusercontent.com/Bb3DGS-jzIDGJ8tmXaEvk2RgmGR_2qoxEG_oleR2ob3jbcfM6MRN6Pw7UfA3tJNYvJJLVGodIKERTFBXlABa=s0\') top left repeat;text-align:center}@-moz-document url-prefix(){#box #countdown-container{padding:0}}#countdown-container .launch-text{width:30%;margin:5px 0 0 5px;display:inline-block;line-height:22px;padding:20px;font-family:\'Open Sans\',sans-serif;font-size:24px;color:#ffffff;text-align:left;float:left}#timer{width:62%;display:inline-block;position:relative;margin:0}ul#countdown li{float:left;display:inline-block;background:transparent url(\'https://lh3.googleusercontent.com/ONrfcNe5Nb-ixO0IZkmjg7tN5h2gDN_xykd1fplavj25pcReWVYgYxH55ORDVEvzxO4OaVMi9EPzQeV-QIO1ag=s0\') no-repeat left top;width:67px;text-align:center;margin-right:14px;overflow:hidden}ul#countdown li span.count{font-family:\'Oswald\',sans-serif;font-weight:400;font-size:2.1em;color:#1f2225;line-height:70px;position:relative;text-shadow:1px 1px 1px white;text-align:center;padding-right:1px}ul#countdown li span.count::before{content:\'\';width:100%;height:1px;border-top:2px solid #e0e0e0;position:absolute;top:50%;text-align:center;left:1px}ul#countdown li p.timeRefDays,ul#countdown li p.timeRefHours,ul#countdown li p.timeRefMinutes,ul#countdown li p.timeRefSeconds{display:inline-block;float:left;font-family:\'Oswald\',sans-serif;font-weight:300;color:#fff;text-transform:uppercase;font-size:11px;*font-size:8px;font-size:10px\\9;text-align:center;margin:2px auto;letter-spacing:1px;*letter-spacing:0px;letter-spacing:0px\\9;width:67px;line-height:17px}.count-holder{display:inline-block;text-align:center}#form{width:100%;text-align:center}.field-holder{display:block;width:100%;vertical-align:top}.name{margin-right:8px}.email,.name{display:inline-block;height:50px;width:55%;background:#ededed;border-radius:4px;box-shadow:inset 0px 0px 8px rgba(0,0,0,0.1);border:none;color:#999999;font-family:\'Open Sans\',sans-serif;font-size:18px;font-style:italic;padding:0px 12px;line-height:50px\\9;*line-height:50px;vertical-align:top;margin-right:5px}.fluidText{width:25%}#wrapper .video-holder{float:none;clear:both;width:100%;position:relative;background:#2792D6 url(\'https://lh3.googleusercontent.com/Bb3DGS-jzIDGJ8tmXaEvk2RgmGR_2qoxEG_oleR2ob3jbcfM6MRN6Pw7UfA3tJNYvJJLVGodIKERTFBXlABa=s0\') top left repeat;padding-bottom:56.25%;height:0}#wrapper .video-holder iframe{position:absolute;top:0;left:0;width:100%;height:100%}.submit1{-webkit-box-shadow:0px 1px 0px 0px rgba(250,250,250,0.6) inset,0px -1px 0px 1px rgba(0,0,0,0.1) inset;box-shadow:0px 1px 0px 0px rgba(250,250,250,0.6) inset,0px -1px 0px 1px rgba(0,0,0,0.1) inset;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fce446),color-stop(1,#efcc32));background:-moz-linear-gradient(center top,#fce446 5%,#efcc32 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fce446\',endColorstr=\'#efcc32\');background-color:#fce446;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:0px 0px 5px 5px;border:1px solid rgba(0,0,0,0.1);display:table-cell;*display:inline-block;color:#a48700;font-family:arial;font-size:26px;font-weight:bold;padding:18px 20px;text-decoration:none;text-align:center;max-width:750px;width:750px;overflow:hidden;min-height:50px;vertical-align:middle}.submit1:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#efcc32),color-stop(1,#fce446));background:-moz-linear-gradient(center top,#efcc32 5%,#fce446 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#efcc32\',endColorstr=\'#fce446\');background-color:#efcc32}#form p{font-family:\'Open Sans\',sans-serif;font-size:22px;font-weight:bold;margin-left:0px;width:100%;text-align:center;font-weight:600;text-decoration:none;max-width:100%;height:auto;letter-spacing:-0.50px;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,0.6);color:#a48700;border-radius:2px;letter-spacing:1px}#footer{position:relative;width:600px;margin:0px auto;padding-top:10px;color:#fff;font-family:\'Open Sans\',sans-serif;font-size:14px;z-index:20;text-align:center}#footer p.legal{width:600px;position:relative;text-align:center;margin-top:5px;z-index:20}#footer p.note{width:600px;position:relative;text-align:center;margin-top:12px;z-index:20}.cta-link{margin:5px auto 30px auto;letter-spacing:.5px}.cta-link a{font-family:\"Source Sans Pro\";color:#ffef83;font-size:18px;font-weight:100}#footer p a{color:#fff;text-decoration:underline}#footer b{color:#2792D6}@media only screen and (max-width:650px){#cont{top:10px}#cont,header,#box,#footer{width:92%;margin:0 auto}header #logo{float:none;display:block;margin:0 auto}header p{padding-left:0;margin:0 auto;float:none;text-align:center}.email,.name{width:90%;display:block;margin:0 auto}.submit{margin:10px auto 0 auto;margin-top:10px;display:block}#box-bottom{background:#2792D6 url(\'https://lh3.googleusercontent.com/Bb3DGS-jzIDGJ8tmXaEvk2RgmGR_2qoxEG_oleR2ob3jbcfM6MRN6Pw7UfA3tJNYvJJLVGodIKERTFBXlABa=s0\') repeat left top}#countdown-container .launch-text{width:100%;text-align:center;margin:0;padding:0;margin-bottom:20px}#timer{width:380px;display:block;margin:0 auto}.arrow-up{margin-left:150px}#footer p.legal,#footer p.note{width:100%;margin:0 auto}#box p{margin-left:30px;margin-right:30px}.submit{width:70%}header p{width:100%}.fluidText{margin-top:5px;margin-left:5px}#form p{font-size:21px;margin:5px 5px 5px 5px}@media only screen and (max-width:500px){#timer{width:230px}header #logo{width:200px}header p{font-size:24px}#form p{font-size:20px;margin:5px 5px 5px 5px}}@media only screen and (max-width:350px){.arrow-up{margin-left:70%}}@media only screen and (max-width:280px){#cont,header,#box,#footer{width:257px;margin:0 auto}}\n</style><meta content=\"\" name=\"description\"><meta content=\"\" name=\"keywords\"><meta content=\"14717cb73f72a2:16aa75308b46dc\" name=\"leadpages-meta-id\"><meta content=\"//inspiretowin.leadpages.co\" name=\"leadpages-url\"><meta name=\"leadpages-served-by\" content=\"wordpress\" /></head>\n<body>\n\n<img class=\"bg role-element leadstyle-image\" src=\"https://lh3.googleusercontent.com/-5ZCPO2lNuOL-a18TiT2aSdAgbjmVYDkMpp6XWG6Ez-CB1ozCticQMrGUG0JkP158XeUFYsd4o3u3SWX_BvwmQ=s0\" id=\"bgimg\" style=\"width: 1029px; height: 786.042px; left: 0px;\">\n<section id=\"wrapper\" data-lead-id=\"wrapper-id\">\n    <div id=\"cont\" data-lead-id=\"cont-id\">\n\n        <header>\n            <a class=\"header-image role-element leadstyle-image-link\"><img id=\"logo\" src=\"https://lh5.ggpht.com/SSV50fB9j01qFT_YntkVgBf9mZOtIWbaqirZfdJxg95WtziMaXj0A1cHgmsr-yjVhmz7CwjvtuRNPmkQstalIQ=s0\" style=\"max-width: 294px; max-height: 294px;\"></a>\n\n            <p class=\"role-element leadstyle-text\">RE - launching soon!</p>\n\n            <div class=\"clear\"></div>\n        </header>\n\n\n        <section id=\"box\" data-lead-id=\"box-id\">\n            <div class=\"arrow-up\"></div>\n            <div id=\"box-top\" data-lead-id=\"box-top-id\">\n                <p class=\"headline role-element leadstyle-text\">THE DAY IS COMING!</p>\n\n                <p class=\"role-element leadstyle-text\">Enter your e-mail address and we\'ll let you know.</p>\n            </div>\n            <div id=\"countdown-container\" class=\"role-element leadstyle-container\">\n                <div id=\"box-bottom\" data-lead-id=\"box-bottom-id\">\n                    <p class=\"launch-text role-element leadstyle-text\">Launching in...</p>\n\n                    <div id=\"timer\" data-lead-id=\"timer-id\">\n                        <ul id=\"countdown\" class=\"role-element leadstyle-countdown\" data-timestamp=\"1440817200000\"><li>\n                                <span id=\"days\" class=\"count\">2</span>\n\n                                <div class=\"count-holder\">\n                                    <p class=\"timeRefDays role-element leadstyle-text\" id=\"count-down-text-days-id\">days</p>\n                                </div>\n                            </li><li>\n                                <span id=\"hours\" class=\"count\">2</span>\n\n                                <div class=\"count-holder\">\n                                    <p class=\"timeRefHours role-element leadstyle-text\" id=\"count-down-text-hours-id\">hours</p>\n                                </div>\n                            </li><li>\n                                <span id=\"minutes\" class=\"count\">7</span>\n\n                                <div class=\"count-holder\">\n                                    <p class=\"timeRefMinutes role-element leadstyle-text\" id=\"count-down-min-id\">minutes</p>\n                                </div>\n                            </li><li>\n                                <span id=\"seconds\" class=\"count\">7</span>\n\n                                <div class=\"count-holder\">\n                                    <p class=\"timeRefSeconds role-element leadstyle-text\" id=\"count-down-text-sec-id\">seconds</p>\n                                </div>\n                            </li></ul>\n                    </div>\n                </div>\n\n            </div>\n            <div id=\"form\" data-lead-id=\"form-id\">\n                <a class=\"submit1 role-element leadstyle-link\" href=\"/leadbox/14717cb73f72a2:16aa75308b46dc/5675267779461120\">Click Here to Alert Me When You Launch &#187;</a>\n            </div>\n\n        </section>\n\n        <div id=\"footer\" data-lead-id=\"footer-id\">\n            <p class=\"note role-element leadstyle-text\">We <b>&#10084;</b> your privacy.</p>\n\n            <p class=\"legal role-element leadstyle-text\">&#169; 2015 | <a target=\"_blank\" href=\"#\">Legal Information</a></p>\n        </div>\n\n    </div>\n</section>\n<script src=\"//my.leadpages.net/static/lp909/min/tracking.js\"></script></body>\n</html><!--  This beautiful and lightning fast landing page was proudly created with LeadPages ( see: https://www.LeadPages.net ) and hosted on the LeadPages lead generation platform. -->','yes'),('21031','_transient_timeout_mm_spam_b3d0f7de5bfb1ffc5ab2f600557a6317','1445109725','no'),('21032','_transient_mm_spam_b3d0f7de5bfb1ffc5ab2f600557a6317','no','no'),('21033','_transient_timeout_mm_spam_e700ba26e99b14405ad244a7dc557234','1445109726','no'),('21034','_transient_mm_spam_e700ba26e99b14405ad244a7dc557234','no','no'),('21036','_transient_timeout_mm_spam_ee103bfc3160ec851951f0cdf3b99113','1445109733','no'),('21037','_transient_mm_spam_ee103bfc3160ec851951f0cdf3b99113','yes','no'),('21050','_transient_timeout_mm_spam_98c8f33516c2d002c4e033f94567e73d','1445114192','no'),('21051','_transient_mm_spam_98c8f33516c2d002c4e033f94567e73d','no','no'),('21055','_transient_timeout_mm_spam_a4e69f833630e93e18b471ae1ab88c8a','1445116912','no'),('21056','_transient_mm_spam_a4e69f833630e93e18b471ae1ab88c8a','no','no'),('21074','_transient_doing_cron','1445034442.2521688938140869140625','yes');
DROP TABLE IF EXISTS wp_postmeta;
CREATE TABLE `wp_postmeta` (  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',  `meta_key` varchar(255) 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=4364 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('10','26','_wp_attached_file','2015/05/greek-church.jpg'),('11','26','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:1378;s:4:\"file\";s:24:\"2015/05/greek-church.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"greek-church-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"greek-church-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"greek-church-1030x978.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:978;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"greek-church-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"greek-church-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"greek-church-1452x430.jpg\";s:5:\"width\";i:1452;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"greek-church-1452x630.jpg\";s:5:\"width\";i:1452;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"greek-church-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"greek-church-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:24:\"greek-church-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"greek-church-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"greek-church-705x669.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"greek-church-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"greek-church-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"greek-church-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"greek-church-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"greek-church-450x427.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:39:\"Greek church in the island of Santorini\";s:17:\"created_timestamp\";i:1349326458;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"Greek church\";s:11:\"orientation\";i:0;}}'),('12','40','_wp_attached_file','2015/05/harvest-landscape.jpg'),('13','40','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1734;s:6:\"height\";i:1153;s:4:\"file\";s:29:\"2015/05/harvest-landscape.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"harvest-landscape-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"harvest-landscape-1030x685.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"harvest-landscape-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"harvest-landscape-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"harvest-landscape-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:30:\"harvest-landscape-1500x997.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:997;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-705x469.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"harvest-landscape-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"harvest-landscape-450x299.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:11:\"Unspecified\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:51:\"Beautiful rural landscape of a field with hay rolls\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:10:\"Deklofenak\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:7:\"Harvest\";s:11:\"orientation\";i:0;}}'),('14','44','_wp_attached_file','2015/05/cross-on-bible.jpg'),('15','44','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:26:\"2015/05/cross-on-bible.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cross-on-bible-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cross-on-bible-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"cross-on-bible-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"cross-on-bible-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"cross-on-bible-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:28:\"cross-on-bible-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"cross-on-bible-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"cross-on-bible-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Elena Elisseeva\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:63:\"Closeup of simple wooden Christian cross necklace on holy Bible\";s:17:\"created_timestamp\";i:1363713484;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:14:\"Cross on Bible\";s:11:\"orientation\";i:0;}}'),('16','45','_wp_attached_file','2015/05/family.jpg'),('17','45','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:18:\"2015/05/family.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"family-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"family-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"family-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"family-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"family-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"family-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"family-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"family-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"family-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"family-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:18:\"family-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"family-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"family-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:18:\"family-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"family-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"family-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"family-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"family-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:30:\"Happy family in the lush field\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:6:\"Family\";s:11:\"orientation\";i:0;}}'),('18','45','av-custom-link','http://www.kriesi.at'),('19','46','_wp_attached_file','2015/05/wedding.jpg'),('20','46','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:19:\"2015/05/wedding.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"wedding-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wedding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wedding-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"wedding-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"wedding-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"wedding-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"wedding-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"wedding-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"wedding-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"wedding-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"wedding-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"wedding-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"wedding-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"wedding-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"wedding-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"wedding-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"wedding-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"wedding-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:32:\"Wedding ceremony of young couple\";s:17:\"created_timestamp\";i:1376162340;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:7:\"Wedding\";s:11:\"orientation\";i:0;}}'),('21','46','av-custom-link','http://www.kriesi.at'),('22','47','_wp_attached_file','2015/05/wheat-background.jpg'),('23','47','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:28:\"2015/05/wheat-background.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wheat-background-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wheat-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wheat-background-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"wheat-background-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"wheat-background-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wheat-background-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"wheat-background-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:30:\"wheat-background-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"wheat-background-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"wheat-background-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"wheat-background-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"wheat-background-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"wheat-background-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"wheat-background-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"wheat-background-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"wheat-background-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"wheat-background-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"wheat-background-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:23:\"Tyler Olson Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:82:\"A wheat background with a single head of wheat isolated against a bokeh background\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:16:\"Wheat Background\";s:11:\"orientation\";i:0;}}'),('24','74','_wp_attached_file','2015/05/cross-on-bible-green.jpg'),('25','74','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:32:\"2015/05/cross-on-bible-green.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cross-on-bible-green-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cross-on-bible-green-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"cross-on-bible-green-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"cross-on-bible-green-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"cross-on-bible-green-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:34:\"cross-on-bible-green-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"cross-on-bible-green-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"cross-on-bible-green-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('26','74','av-custom-link','http://www.kriesi.at'),('27','199','_wp_attached_file','2015/05/bg-grass.jpg'),('28','199','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:630;s:4:\"file\";s:20:\"2015/05/bg-grass.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-grass-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bg-grass-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bg-grass-1030x433.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"bg-grass-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"bg-grass-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"bg-grass-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"bg-grass-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"bg-grass-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"bg-grass-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"bg-grass-845x630.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"bg-grass-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"bg-grass-705x296.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"bg-grass-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"bg-grass-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bg-grass-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"bg-grass-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bg-grass-450x189.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('29','275','_wp_attached_file','2014/08/church-interior-in-puerto-vallarta-jalisco-mexico.jpg'),('30','275','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1735;s:6:\"height\";i:1152;s:4:\"file\";s:61:\"2014/08/church-interior-in-puerto-vallarta-jalisco-mexico.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"church-interior-in-puerto-vallarta-jalisco-mexico-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"church-interior-in-puerto-vallarta-jalisco-mexico-1030x684.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:59:\"church-interior-in-puerto-vallarta-jalisco-mexico-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:62:\"church-interior-in-puerto-vallarta-jalisco-mexico-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:62:\"church-interior-in-puerto-vallarta-jalisco-mexico-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:62:\"church-interior-in-puerto-vallarta-jalisco-mexico-1500x996.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-705x468.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:62:\"church-interior-in-puerto-vallarta-jalisco-mexico-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:61:\"church-interior-in-puerto-vallarta-jalisco-mexico-450x299.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Elena Elisseeva\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:73:\"Our Lady of Guadalupe church interior in Puerto Vallarta, Jalisco, Mexico\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:51:\"Church interior in Puerto Vallarta, Jalisco, Mexico\";s:11:\"orientation\";i:0;}}'),('31','285','_wp_attached_file','2014/08/bw-church-interior-in-puerto-vallarta-jalisco-mexico.jpg'),('32','285','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1735;s:6:\"height\";i:1152;s:4:\"file\";s:64:\"2014/08/bw-church-interior-in-puerto-vallarta-jalisco-mexico.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-1030x684.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:62:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:65:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:65:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:65:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-1500x996.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-705x468.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:65:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:64:\"bw-church-interior-in-puerto-vallarta-jalisco-mexico-450x299.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('33','318','_wp_attached_file','2014/08/church-marker.png'),('34','318','_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:25:\"2014/08/church-marker.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"church-marker-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"church-marker-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"church-marker-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('35','324','_wp_attached_file','2015/05/church-logo2.png'),('36','324','_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:156;s:4:\"file\";s:24:\"2015/05/church-logo2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"church-logo2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"church-logo2-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"church-logo2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"church-logo2-180x156.png\";s:5:\"width\";i:180;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"church-logo2-260x156.png\";s:5:\"width\";i:260;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"church-logo2-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('37','330','_wp_attached_file','2014/08/woman-enjoying-nature-outdoors-m.jpg'),('38','330','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:44:\"2014/08/woman-enjoying-nature-outdoors-m.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"woman-enjoying-nature-outdoors-m-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"woman-enjoying-nature-outdoors-m-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:42:\"woman-enjoying-nature-outdoors-m-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"woman-enjoying-nature-outdoors-m-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:45:\"woman-enjoying-nature-outdoors-m-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:46:\"woman-enjoying-nature-outdoors-m-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:45:\"woman-enjoying-nature-outdoors-m-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"woman-enjoying-nature-outdoors-m-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:55:\"Beautiful woman with arms open enjoying nature outdoors\";s:17:\"created_timestamp\";i:1347177119;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:30:\"Woman enjoying nature outdoors\";s:11:\"orientation\";i:0;}}'),('39','330','av-custom-link','http://www.kriesi.at'),('40','331','_wp_attached_file','2014/08/group-of-friends-outdoors-m.jpg'),('41','331','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:39:\"2014/08/group-of-friends-outdoors-m.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"group-of-friends-outdoors-m-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"group-of-friends-outdoors-m-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:37:\"group-of-friends-outdoors-m-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"group-of-friends-outdoors-m-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:40:\"group-of-friends-outdoors-m-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:41:\"group-of-friends-outdoors-m-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:40:\"group-of-friends-outdoors-m-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"group-of-friends-outdoors-m-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:58:\"Group of friends lying outdoors making a circle - fullbody\";s:17:\"created_timestamp\";i:1329091200;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:25:\"Group of friends outdoors\";s:11:\"orientation\";i:0;}}'),('42','331','av-custom-link','http://www.kriesi.at'),('43','332','_wp_attached_file','2014/08/happy-friends-together-m.jpg'),('44','332','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1835;s:6:\"height\";i:1089;s:4:\"file\";s:36:\"2014/08/happy-friends-together-m.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"happy-friends-together-m-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"happy-friends-together-m-1030x611.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"happy-friends-together-m-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"happy-friends-together-m-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:37:\"happy-friends-together-m-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:37:\"happy-friends-together-m-1500x890.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:890;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-705x418.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:37:\"happy-friends-together-m-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"happy-friends-together-m-450x267.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:56:\"happy group of friends with thumbs up outdoors in a park\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:22:\"happy friends together\";s:11:\"orientation\";i:0;}}'),('45','332','av-custom-link','http://www.kriesi.at'),('46','333','_wp_attached_file','2014/08/people-outdoors-holding-hands-m.jpg'),('47','333','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1688;s:6:\"height\";i:1185;s:4:\"file\";s:43:\"2014/08/people-outdoors-holding-hands-m.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"people-outdoors-holding-hands-m-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"people-outdoors-holding-hands-m-1030x723.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:41:\"people-outdoors-holding-hands-m-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:44:\"people-outdoors-holding-hands-m-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:44:\"people-outdoors-holding-hands-m-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:45:\"people-outdoors-holding-hands-m-1500x1053.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1053;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-705x495.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:44:\"people-outdoors-holding-hands-m-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"people-outdoors-holding-hands-m-450x316.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:45:\"Group of casual people outdoors holding hands\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:29:\"people outdoors holding hands\";s:11:\"orientation\";i:0;}}'),('48','333','av-custom-link','http://www.kriesi.at'),('49','364','_wp_attached_file','2014/08/saint-pauls-cathedral-m.jpg'),('50','364','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:1732;s:4:\"file\";s:35:\"2014/08/saint-pauls-cathedral-m.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"saint-pauls-cathedral-m-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"saint-pauls-cathedral-m-687x1030.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"saint-pauls-cathedral-m-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"saint-pauls-cathedral-m-1155x430.jpg\";s:5:\"width\";i:1155;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"saint-pauls-cathedral-m-1155x630.jpg\";s:5:\"width\";i:1155;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:37:\"saint-pauls-cathedral-m-1000x1500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-470x705.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"saint-pauls-cathedral-m-1155x423.jpg\";s:5:\"width\";i:1155;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"saint-pauls-cathedral-m-450x675.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:65:\"Beautiful shoot of Saint Paul\'s Cathedral at springtime in London\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:22:\"Saint Paul\'s Cathedral\";s:11:\"orientation\";i:0;}}'),('51','364','av-custom-link','http://www.kriesi.at'),('52','389','_wp_attached_file','2015/05/businessman.jpg'),('53','389','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:23:\"2015/05/businessman.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"businessman-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"businessman-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"businessman-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"businessman-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"businessman-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"businessman-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:24:\"businessman-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:25:\"businessman-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"businessman-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"businessman-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"businessman-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"businessman-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"businessman-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"businessman-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"businessman-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"businessman-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"businessman-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"businessman-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"Portrait of the smiling business man at restaurant\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:10:\"Deklofenak\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:11:\"Businessman\";s:11:\"orientation\";i:0;}}'),('54','91','_avia_builder_template_sermon','{{{sermon}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/cross-on-bible-green.jpg\' attachment=\'74\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Our Sermons\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\nA list of our latest Sermons, all preached by pastor Coleman\n[/av_heading]\n\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'rgba(255,255,255,0.76)\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#ffffff\' icon=\'ue8bf\' font=\'entypo-fontello\']\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_blog blog_type=\'posts\' categories=\'11\' link=\'category\' blog_style=\'blog-grid\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'6\' offset=\'0\' paginate=\'yes\']\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/cross-on-bible-green.jpg\' attachment=\'74\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_events_countdown min=\'1\' max=\'5\' align=\'av-align-center\' size=\'\' title=\'bottom\' style=\'av-trans-light-style\']\n[/av_section]'),('55','91','_avia_builder_template_heading','{{{heading}}}[av_heading tag=\'h3\' padding=\'0\' heading=\'Sermons\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]'),('56','91','_avia_builder_template_home','{{{home}}}[av_slideshow_full size=\'featured_large\' stretch=\'\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'74\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'This is a Church title\' custom_title_size=\'35\' custom_content_size=\'17\' caption_pos=\'caption_right\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'Learn more\' button_color=\'light\' link1=\'manually,#\' link_target1=\'\' button_label2=\'Book now!\' button_color2=\'light\' link2=\'manually,#\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.2\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\n[/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'47\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'1\' overlay_color=\'\' overlay_pattern=\'{{AVIA_BASE_URL}}images/background-images/grunge-light.png\' overlay_custom_pattern=\'\']\n[av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h4\' padding=\'0\' heading=\'God has given us two hands, one to receive with & the other to give with. Make use of both!\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'28\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_third space=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_button_big label=\'Latest Sermons\' description_pos=\'below\' link=\'page,17\' link_target=\'\' icon_select=\'yes-right-icon\' icon=\'ue83d\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'custom\' custom_bg=\'#56751b\' color_hover=\'custom\' custom_bg_hover=\'#496b00\'][/av_button_big]\n\n[/av_one_third][av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-60px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_image src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/cross-on-bible-green-845x321.jpg\' attachment=\'74\' attachment_size=\'entry_with_sidebar\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Sermons\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque <strong>penatibus</strong> et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_image src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/wheat-background-845x321.jpg\' attachment=\'47\' attachment_size=\'entry_with_sidebar\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'About\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque <strong>penatibus</strong> et magnis dis parturient montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n[/av_textblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_image src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/family-845x321.jpg\' attachment=\'45\' attachment_size=\'entry_with_sidebar\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'Mission\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, coenean massa. Cum sociis natoque <strong>penatibus</strong> et magnis dis partuctetuer adipiscing elit. Aenean commodo ligula eget dolor. rient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Latest News\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'45%\' custom_border_color=\'\' custom_margin_top=\'20px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#658529\' icon=\'ue8bf\' font=\'entypo-fontello\']\n\n[av_magazine link=\'category,3\' items=\'5\' offset=\'0\' thumbnails=\'aviaTBthumbnails\' heading=\'Latest Blog Posts\' heading_link=\'page,15\' heading_color=\'theme-color\' heading_custom_color=\'#ffffff\' first_big=\'aviaTBfirst_big\' first_big_pos=\'left\']\n\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/bg-grass-1030x433.jpg\' attachment=\'199\' attachment_size=\'large\' background_position=\'bottom right\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Upcoming Events\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'45%\' custom_border_color=\'\' custom_margin_top=\'20px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#658529\' icon=\'ue8bf\' font=\'entypo-fontello\']\n\n[av_upcoming_events items=\'3\' paginate=\'no\']\n\n[/av_one_third][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#f4f4f4\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Latest Sermons\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'45%\' custom_border_color=\'\' custom_margin_top=\'20px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#658529\' icon=\'ue8bf\' font=\'entypo-fontello\']\n\n[av_magazine link=\'post_format,10\' items=\'3\' offset=\'0\' thumbnails=\'aviaTBthumbnails\' heading=\'\' heading_link=\'manually,http://\' heading_color=\'theme-color\' heading_custom_color=\'#ffffff\' first_big_pos=\'top\']\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#719430\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Next Event starts in\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'45%\' custom_border_color=\'rgba(255,255,255,0.22)\' custom_margin_top=\'20px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'rgba(255,255,255,0.76)\' icon=\'ue8bf\' font=\'entypo-fontello\']\n\n[av_events_countdown min=\'1\' max=\'4\' align=\'av-align-center\' size=\'\' title=\'bottom\' style=\'av-trans-light-style\']\n\n[/av_one_half]\n[/av_section]'),('57','91','_avia_builder_template_about','{{{about}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2014/08/saint-pauls-cathedral-m.jpg\' attachment=\'364\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.2\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading heading=\'About Us\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\nEvery successful individual knows that his or her achievement depends on a community of persons working together.\n[/av_heading]\n\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'rgba(255,255,255,0.76)\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#ffffff\' icon=\'ue8bf\' font=\'entypo-fontello\']\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-60px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_image src=\'http://test.kriesi.at/church/wp-content/uploads/sites/5/2015/05/cross-on-bible-green-845x321.jpg\' attachment=\'74\' attachment_size=\'entry_with_sidebar\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Who we are\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque <strong>penatibus</strong> et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-60px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'#f0f0f0\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_sidebar widget_area=\'About Us Custom Menu\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque <strong>penatibus</strong> et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'45%\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\n\n[av_animated_numbers number=\'34.200\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'\' custom_color=\'#444444\']\nCommunity Members\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'45%\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\n\n[/av_one_third]\n[/av_section]'),('141','15','_wp_page_template','default'),('142','15','_aviaLayoutBuilder_active','active'),('143','15','_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'featured\' stretch=\'\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'16247\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'40\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'4\' offset=\'0\' paginate=\'yes\']\r\n\r\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#f0f0f0\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_sidebar widget_area=\'Sidebar Blog\']\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),('144','15','layout','fullsize'),('145','15','sidebar',''),('146','15','footer',''),('147','15','header_title_bar',''),('148','15','header_transparency',''),('149','15','_avia_hide_featured_image','0'),('150','15','_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_sidebar\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}s:5:\"index\";i:2;}}'),('151','17','_wp_page_template','default'),('152','17','_aviaLayoutBuilder_active','active'),('153','17','_aviaLayoutBuilderCleanData','[av_fullscreen size=\'extra_large\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'16264\' position=\'center center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#3c8fe8\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Inspiring & Motivating!\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nFrom Our Founder & Contributing Authors In The Field\r\nof Business and Personal Development!\r\n[/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'rgba(255,255,255,0.76)\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#ffffff\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2015/05/i2wblogbackground.jpg\' attachment=\'16273\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">Our number #1 goal is to Inspire, Motivate and Drive you into MASSIVE ACTION in your life, business & relationships!\r\nWe hope you find value, great content and the drive to reach beyond your perceived limits!</p>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'WE WERE CREATED FOR GREATNESS!\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'custom-color-heading\' custom_font=\'#2e88e8\']\r\nLets make a difference together and change the world for the better!\r\n[/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'26\' link=\'category\' blog_style=\'blog-grid\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'6\' offset=\'0\' paginate=\'yes\']\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/event1.jpg\' attachment=\'16236\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_events_countdown min=\'1\' max=\'5\' align=\'av-align-center\' size=\'\' title=\'bottom\' style=\'av-trans-light-style\']\r\n[/av_section]\r\n\r\n'),('154','17','layout',''),('155','17','sidebar',''),('156','17','footer',''),('157','17','header_title_bar',''),('158','17','header_transparency','header_transparent header_glassy '),('159','17','_avia_hide_featured_image','0'),('160','17','_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:13:\"av_fullscreen\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_events_countdown\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),('161','98','_wp_page_template','default'),('162','98','_aviaLayoutBuilder_active','active'),('163','98','_aviaLayoutBuilderCleanData','[av_fullscreen size=\'extra_large\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'16392\' position=\'top center\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Lets Chat & Work Together Today!\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'13\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2014/08/contactus1.png\' attachment=\'16390\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'\' custom_margin_top=\'18px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Put \"SECRET KNOCK\" In Subject Line If Applying For SK\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'24\' subheading_active=\'subheading_below\' subheading_size=\'13\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#83a846\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Get In Touch w/ Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'13\' custom_class=\'\']\r\nWe would be thrilled to hear from you\r\n[/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'rgba(255,255,255,0.3)\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#ffffff\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_contact email=\' info@InspireToWin.com,\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' options=\'\' check=\'is_empty\' width=\'\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' width=\'\' multi_select=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]'),('164','98','_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_fullscreen\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:8;}}s:5:\"index\";i:1;}}'),('165','98','layout',''),('166','98','sidebar',''),('167','98','footer',''),('168','98','header_title_bar',''),('169','98','header_transparency','header_transparent header_glassy '),('170','98','_avia_hide_featured_image','0'),('433','438','_OrganizerOrigin','events-calendar'),('434','438','_OrganizerOrigin','events-calendar'),('435','438','_OrganizerOrigin','events-calendar'),('436','438','_OrganizerOrganizer','Enric Fold'),('437','438','_OrganizerPhone','+555 67785554'),('438','438','_OrganizerWebsite','http://www.kriesi.at/themes/enfold-church/'),('439','438','_OrganizerEmail','hello@enfold-church.com'),('440','439','_VenueOrigin','events-calendar'),('441','439','_VenueOrigin','events-calendar'),('442','439','_VenueOrigin','events-calendar'),('443','439','_EventShowMapLink','1'),('444','439','_EventShowMap','1'),('445','439','_VenueVenue','Enfold Church'),('446','439','_VenueAddress','585 Dr Martin Luther King Jr Blvd'),('447','439','_VenueCity','East Orange'),('448','439','_VenueCountry','United States'),('449','439','_VenueProvince',''),('450','439','_VenueState','NJ'),('451','439','_VenueZip',''),('452','439','_VenuePhone','+555 67785554'),('453','439','_VenueURL','http://www.kriesi.at/themes/enfold-church/'),('454','439','_VenueStateProvince','NJ');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('512','443','_EventOrigin','events-calendar'),('513','443','_EventOrigin','events-calendar'),('514','443','_EventOrigin','events-calendar'),('515','443','_EventOrigin','events-calendar'),('516','443','_EventOrigin','events-calendar'),('517','443','_EventShowMapLink','1'),('518','443','_EventShowMap','1'),('519','443','_EventStartDate','2016-03-21 08:00:00'),('520','443','_EventEndDate','2016-03-23 12:00:00'),('521','443','_EventDuration','187200'),('522','443','_EventVenueID','0'),('523','443','_EventCurrencySymbol','$'),('524','443','_EventCurrencyPosition','prefix'),('525','443','_EventURL',''),('528','443','_dp_original','437'),('597','449','_menu_item_type','post_type'),('598','449','_menu_item_menu_item_parent','0'),('599','449','_menu_item_object_id','17'),('600','449','_menu_item_object','page'),('601','449','_menu_item_target',''),('602','449','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('603','449','_menu_item_xfn',''),('604','449','_menu_item_url',''),('605','449','_menu-item-avia-megamenu',''),('606','449','_menu-item-avia-division',''),('607','449','_menu-item-avia-textarea',''),('608','449','_menu-item-avia-style',''),('633','452','_menu_item_type','post_type'),('634','452','_menu_item_menu_item_parent','0'),('635','452','_menu_item_object_id','98'),('636','452','_menu_item_object','page'),('637','452','_menu_item_target',''),('638','452','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('639','452','_menu_item_xfn',''),('640','452','_menu_item_url',''),('641','452','_menu-item-avia-megamenu',''),('642','452','_menu-item-avia-division',''),('643','452','_menu-item-avia-textarea',''),('644','452','_menu-item-avia-style',''),('718','17','_edit_lock','1444411409:1'),('719','17','_edit_last','1'),('720','15','_edit_lock','1444372262:1'),('721','15','_edit_last','1'),('726','464','_edit_last','1'),('727','464','leadpages_my_selected_page','147177946639c5'),('728','464','leadpages_name','I2W - Coming Soon'),('729','464','leadpages_slug','comingsoon'),('730','464','leadpages_split_test',''),('731','464','_edit_lock','1436249303:1'),('732','465','_wp_attached_file','2015/07/I2W-EnfoldLogo.png'),('733','465','_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:156;s:4:\"file\";s:26:\"2015/07/I2W-EnfoldLogo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"I2W-EnfoldLogo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"I2W-EnfoldLogo-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"I2W-EnfoldLogo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"I2W-EnfoldLogo-180x156.png\";s:5:\"width\";i:180;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"I2W-EnfoldLogo-260x156.png\";s:5:\"width\";i:260;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"I2W-EnfoldLogo-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('768','482','_wp_attached_file','2015/07/podcast_channel_artwork.jpg'),('769','482','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1400;s:4:\"file\";s:35:\"2015/07/podcast_channel_artwork.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"podcast_channel_artwork-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"podcast_channel_artwork-1030x1030.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:1030;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"podcast_channel_artwork-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"podcast_channel_artwork-1400x430.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"podcast_channel_artwork-1400x630.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-705x705.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"podcast_channel_artwork-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"podcast_channel_artwork-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('770','483','_menu_item_type','post_type'),('771','483','_menu_item_menu_item_parent','0'),('772','483','_menu_item_object_id','17'),('773','483','_menu_item_object','page'),('774','483','_menu_item_target',''),('775','483','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('776','483','_menu_item_xfn',''),('777','483','_menu_item_url',''),('779','483','_menu-item-avia-megamenu',''),('780','483','_menu-item-avia-division',''),('781','483','_menu-item-avia-textarea',''),('782','483','_menu-item-avia-style',''),('783','484','_menu_item_type','post_type'),('784','484','_menu_item_menu_item_parent','0'),('785','484','_menu_item_object_id','15'),('786','484','_menu_item_object','page'),('787','484','_menu_item_target',''),('788','484','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('789','484','_menu_item_xfn',''),('790','484','_menu_item_url',''),('792','484','_menu-item-avia-megamenu','active'),('793','484','_menu-item-avia-division',''),('794','484','_menu-item-avia-textarea',''),('795','484','_menu-item-avia-style',''),('815','489','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-EP19.mp3'),('816','489','_audioduration','21:51'),('817','489','_release_date','2015-07-03 22:43:07'),('818','489','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:51:\"I2W: E19: How Self Image Can Make You or Break You!\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:51:\"I2W: E19: How Self Image Can Make You or Break You!\";s:5:\"image\";s:64:\"http://inspiretowin.com/wp-content/uploads/2015/07/selfimage.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('819','490','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E18.mp3'),('820','490','_audioduration','16:41'),('821','490','_release_date','2015-05-07 06:21:41'),('822','490','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:41:\"I2W: E18: 3 Ideas You Can Steal From Fear\";}s:5:\"image\";a:1:{s:5:\"value\";s:65:\"http://inspiretowin.com/wp-content/uploads/2015/05/3stealfear.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('823','491','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E17.mp3'),('824','491','_audioduration','16:32'),('825','491','_release_date','2015-04-12 05:42:16'),('826','491','OGP','a:4:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:35:\"I2W: E17: 3 Steps To Massive Action\";}s:5:\"image\";a:1:{s:5:\"value\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/04/massiveaction.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:5:\"image\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/04/massiveaction.jpg\";}'),('827','492','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E16.mp3'),('828','492','_audioduration','20:47'),('829','492','_release_date','2015-02-19 22:27:51'),('830','492','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:40:\"I2W: E16: 3 Reasons Why Most People Fail\";}s:5:\"image\";a:1:{s:5:\"value\";s:67:\"http://inspiretowin.com/wp-content/uploads/2015/02/3reasonsfail.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:40:\"I2W: E16: 3 Reasons Why Most People Fail\";s:5:\"image\";s:67:\"http://inspiretowin.com/wp-content/uploads/2015/02/3reasonsfail.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('831','493','_audiourl','http://traffic.libsyn.com/inspiretowin/FightForSuccess.mp4'),('832','493','_audioduration','07:12'),('833','493','_release_date','2015-02-17 20:19:55'),('834','493','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:67:\"I2W: V01: &#8220;FIGHT&#8221; &#8211; 3 Steps To Reach Your Dreams!\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:67:\"I2W: V01: &#8220;FIGHT&#8221; &#8211; 3 Steps To Reach Your Dreams!\";s:5:\"image\";s:60:\"http://inspiretowin.com/wp-content/uploads/2015/02/fight.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('835','494','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E15.mp3'),('836','494','_audioduration','14:05'),('837','494','_release_date','2015-02-12 23:06:16');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('838','494','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:37:\"I2W: E15: Let Your Pain Be Your Fuel!\";}s:5:\"image\";a:1:{s:5:\"value\";s:101:\"http://inspiretowin.com/wp-content/uploads/2015/02/10885137_913434068687024_1113143750402637766_n.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('839','495','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B04.mp3'),('840','495','_audioduration','12:24'),('841','495','_release_date','2015-02-06 05:29:31'),('842','495','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:56:\"I2W: B04: Inside The Mind Of A 5 1/2 Year Old Kidpreneur\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/02/InspireToWin-kidpreneur.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('843','496','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E14.mp3'),('844','496','_audioduration','15:34'),('845','496','_release_date','2015-02-04 15:59:12'),('846','496','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:27:\"I2W: E14: Are You Infected?\";}s:5:\"image\";a:1:{s:5:\"value\";s:63:\"http://inspiretowin.com/wp-content/uploads/2015/02/infected.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('847','497','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E13.mp3'),('848','497','_audioduration','16:15'),('849','497','_release_date','2015-01-21 23:31:39'),('850','497','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:32:\"I2W: E13: The Magic Of Being You\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('851','498','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E12.mp3'),('852','498','_audioduration','33:54'),('853','498','_release_date','2015-01-17 14:42:57'),('854','498','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:44:\"I2W: E12: Why A Students Work For C Students\";}s:5:\"image\";a:1:{s:5:\"value\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/01/WhyCWorksForA.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('855','499','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E11.mp3'),('856','499','_audioduration','19:57'),('857','499','_release_date','2015-01-11 22:29:37'),('858','499','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:39:\"I2W: E11: How My Future Killed My Today\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2015/01/Future.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('859','500','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B03.mp3'),('860','500','_audioduration','15:43'),('861','500','_release_date','2014-12-31 23:08:52'),('862','500','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:60:\"I2W: B03: Why &#8220;Change&#8221; Is The Secret Ingredient!\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2014/12/Change.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('863','501','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E10.mp3'),('864','501','_audioduration','28:11'),('865','501','_release_date','2014-12-26 23:48:48'),('866','501','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:50:\"I2W: E10: 7 Steps To Making Fear Your Buddy (Pt 2)\";}s:5:\"image\";a:1:{s:5:\"value\";s:60:\"http://inspiretowin.com/wp-content/uploads/2014/12/part2.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('871','503','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B02.mp3'),('872','503','_audioduration','14:24'),('873','503','_release_date','2014-12-11 23:17:59'),('874','503','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:28:\"I2W: B02: Servant Leadership\";}s:5:\"image\";a:1:{s:5:\"value\";s:72:\"http://inspiretowin.com/wp-content/uploads/2014/12/servantleadership.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('875','504','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E08.mp3'),('876','504','_audioduration','22:14'),('877','504','_release_date','2014-12-02 21:51:06'),('878','504','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:32:\"I2W: E08: Eliminate Comparatitis\";}s:5:\"image\";a:1:{s:5:\"value\";s:76:\"http://inspiretowin.com/wp-content/uploads/2014/12/eliminatecomparatitis.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('879','505','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-EO7.mp3'),('880','505','_audioduration','19:25'),('881','505','_release_date','2014-11-15 06:52:07'),('882','505','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:46:\"I2W: E07: Weeds Don&#8217;t Need Water To Grow\";}s:5:\"image\";a:1:{s:5:\"value\";s:60:\"http://inspiretowin.com/wp-content/uploads/2014/11/weeds.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('883','506','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B01.mp3'),('884','506','_audioduration','18:20'),('885','506','_release_date','2014-11-05 06:57:25'),('886','506','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:31:\"I2W: B01: Your Strike Is Coming\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2014/11/strike.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('887','507','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E06.mp3'),('888','507','_audioduration','19:14'),('889','507','_release_date','2014-10-30 05:41:14'),('890','507','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:33:\"I2W: E06: Emotional Rollercoaster\";}s:5:\"image\";a:1:{s:5:\"value\";s:68:\"http://inspiretowin.com/wp-content/uploads/2014/10/rollercoaster.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('891','508','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E05.mp3'),('892','508','_audioduration','17:45'),('893','508','_release_date','2014-10-24 07:21:22'),('894','508','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:33:\"I2W: E05: Fake It Til You Make It\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2014/10/fakeit.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('903','511','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E02.mp3'),('904','511','_audioduration','26:17'),('905','511','_release_date','2014-10-06 07:54:26'),('906','511','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:29:\"I2W: E02: Goals Versus Dreams\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:29:\"I2W: E02: Goals Versus Dreams\";s:5:\"image\";s:68:\"http://inspiretowin.com/wp-content/uploads/2014/10/goalsvsdreams.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('907','512','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E01.mp3'),('908','512','_audioduration','25:33'),('909','512','_release_date','2014-10-06 07:02:45'),('910','512','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:57:\"I2W: E01: Who Is Angel and Tulane Rivera / Inspire To Win\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:57:\"I2W: E01: Who Is Angel and Tulane Rivera / Inspire To Win\";s:5:\"image\";s:66:\"http://inspiretowin.com/wp-content/uploads/2014/10/angeltulane.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('915','515','_menu_item_type','custom'),('916','515','_menu_item_menu_item_parent','0'),('917','515','_menu_item_object_id','515'),('918','515','_menu_item_object','custom'),('919','515','_menu_item_target',''),('920','515','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('921','515','_menu_item_xfn',''),('922','515','_menu_item_url','http://inspiretowin.com'),('923','515','_menu-item-avia-megamenu',''),('924','515','_menu-item-avia-division',''),('925','515','_menu-item-avia-textarea',''),('926','515','_menu-item-avia-style',''),('927','516','_menu_item_type','taxonomy'),('928','516','_menu_item_menu_item_parent','0'),('929','516','_menu_item_object_id','40'),('930','516','_menu_item_object','category'),('931','516','_menu_item_target',''),('932','516','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('933','516','_menu_item_xfn',''),('934','516','_menu_item_url',''),('935','516','_menu-item-avia-megamenu',''),('936','516','_menu-item-avia-division',''),('937','516','_menu-item-avia-textarea',''),('938','516','_menu-item-avia-style',''),('939','517','_menu_item_type','taxonomy'),('940','517','_menu_item_menu_item_parent','0'),('941','517','_menu_item_object_id','26'),('942','517','_menu_item_object','category'),('943','517','_menu_item_target',''),('944','517','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('945','517','_menu_item_xfn',''),('946','517','_menu_item_url',''),('947','517','_menu-item-avia-megamenu',''),('948','517','_menu-item-avia-division',''),('949','517','_menu-item-avia-textarea',''),('950','517','_menu-item-avia-style',''),('951','518','_menu_item_type','custom'),('952','518','_menu_item_menu_item_parent','0'),('953','518','_menu_item_object_id','518');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('954','518','_menu_item_object','custom'),('955','518','_menu_item_target',''),('956','518','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('957','518','_menu_item_xfn',''),('958','518','_menu_item_url','http://demo.qodeinteractive.com/bridge33/'),('959','518','_menu-item-avia-megamenu',''),('960','518','_menu-item-avia-division',''),('961','518','_menu-item-avia-textarea',''),('962','518','_menu-item-avia-style',''),('963','519','_menu_item_type','custom'),('964','519','_menu_item_menu_item_parent','0'),('965','519','_menu_item_object_id','519'),('966','519','_menu_item_object','custom'),('967','519','_menu_item_target',''),('968','519','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('969','519','_menu_item_xfn',''),('970','519','_menu_item_url','#'),('971','519','_menu-item-avia-megamenu',''),('972','519','_menu-item-avia-division',''),('973','519','_menu-item-avia-textarea',''),('974','519','_menu-item-avia-style',''),('975','520','_menu_item_type','custom'),('976','520','_menu_item_menu_item_parent','519'),('977','520','_menu_item_object_id','520'),('978','520','_menu_item_object','custom'),('979','520','_menu_item_target',''),('980','520','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('981','520','_menu_item_xfn',''),('982','520','_menu_item_url','#'),('983','520','_menu-item-avia-megamenu',''),('984','520','_menu-item-avia-division',''),('985','520','_menu-item-avia-textarea',''),('986','520','_menu-item-avia-style',''),('987','521','_menu_item_type','custom'),('988','521','_menu_item_menu_item_parent','519'),('989','521','_menu_item_object_id','521'),('990','521','_menu_item_object','custom'),('991','521','_menu_item_target',''),('992','521','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('993','521','_menu_item_xfn',''),('994','521','_menu_item_url','#'),('995','521','_menu-item-avia-megamenu',''),('996','521','_menu-item-avia-division',''),('997','521','_menu-item-avia-textarea',''),('998','521','_menu-item-avia-style',''),('999','522','_menu_item_type','custom'),('1000','522','_menu_item_menu_item_parent','0'),('1001','522','_menu_item_object_id','522'),('1002','522','_menu_item_object','custom'),('1003','522','_menu_item_target',''),('1004','522','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1005','522','_menu_item_xfn',''),('1006','522','_menu_item_url','#'),('1007','522','_menu-item-avia-megamenu',''),('1008','522','_menu-item-avia-division',''),('1009','522','_menu-item-avia-textarea',''),('1010','522','_menu-item-avia-style',''),('1011','523','_menu_item_type','custom'),('1012','523','_menu_item_menu_item_parent','522'),('1013','523','_menu_item_object_id','523'),('1014','523','_menu_item_object','custom'),('1015','523','_menu_item_target',''),('1016','523','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1017','523','_menu_item_xfn',''),('1018','523','_menu_item_url','#'),('1019','523','_menu-item-avia-megamenu',''),('1020','523','_menu-item-avia-division',''),('1021','523','_menu-item-avia-textarea',''),('1022','523','_menu-item-avia-style',''),('1023','524','_menu_item_type','custom'),('1024','524','_menu_item_menu_item_parent','522'),('1025','524','_menu_item_object_id','524'),('1026','524','_menu_item_object','custom'),('1027','524','_menu_item_target',''),('1028','524','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1029','524','_menu_item_xfn',''),('1030','524','_menu_item_url','#'),('1031','524','_menu-item-avia-megamenu',''),('1032','524','_menu-item-avia-division',''),('1033','524','_menu-item-avia-textarea',''),('1034','524','_menu-item-avia-style',''),('1035','525','_menu_item_type','custom'),('1036','525','_menu_item_menu_item_parent','522'),('1037','525','_menu_item_object_id','525'),('1038','525','_menu_item_object','custom'),('1039','525','_menu_item_target',''),('1040','525','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1041','525','_menu_item_xfn',''),('1042','525','_menu_item_url','#'),('1043','525','_menu-item-avia-megamenu',''),('1044','525','_menu-item-avia-division',''),('1045','525','_menu-item-avia-textarea',''),('1046','525','_menu-item-avia-style',''),('1047','526','_menu_item_type','custom'),('1048','526','_menu_item_menu_item_parent','522'),('1049','526','_menu_item_object_id','526'),('1050','526','_menu_item_object','custom'),('1051','526','_menu_item_target',''),('1052','526','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1053','526','_menu_item_xfn','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1054','526','_menu_item_url','#'),('1055','526','_menu-item-avia-megamenu',''),('1056','526','_menu-item-avia-division',''),('1057','526','_menu-item-avia-textarea',''),('1058','526','_menu-item-avia-style',''),('1059','527','_menu_item_type','custom'),('1060','527','_menu_item_menu_item_parent','0'),('1061','527','_menu_item_object_id','527'),('1062','527','_menu_item_object','custom'),('1063','527','_menu_item_target',''),('1064','527','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1065','527','_menu_item_xfn',''),('1066','527','_menu_item_url','#'),('1067','527','_menu-item-avia-megamenu',''),('1068','527','_menu-item-avia-division',''),('1069','527','_menu-item-avia-textarea',''),('1070','527','_menu-item-avia-style',''),('1071','528','_menu_item_type','custom'),('1072','528','_menu_item_menu_item_parent','527'),('1073','528','_menu_item_object_id','528'),('1074','528','_menu_item_object','custom'),('1075','528','_menu_item_target',''),('1076','528','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1077','528','_menu_item_xfn',''),('1078','528','_menu_item_url','#'),('1079','528','_menu-item-avia-megamenu',''),('1080','528','_menu-item-avia-division',''),('1081','528','_menu-item-avia-textarea',''),('1082','528','_menu-item-avia-style',''),('1083','529','_menu_item_type','custom'),('1084','529','_menu_item_menu_item_parent','527'),('1085','529','_menu_item_object_id','529'),('1086','529','_menu_item_object','custom'),('1087','529','_menu_item_target',''),('1088','529','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1089','529','_menu_item_xfn',''),('1090','529','_menu_item_url','#'),('1091','529','_menu-item-avia-megamenu',''),('1092','529','_menu-item-avia-division',''),('1093','529','_menu-item-avia-textarea',''),('1094','529','_menu-item-avia-style',''),('1095','530','_menu_item_type','custom'),('1096','530','_menu_item_menu_item_parent','527'),('1097','530','_menu_item_object_id','530'),('1098','530','_menu_item_object','custom'),('1099','530','_menu_item_target',''),('1100','530','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1101','530','_menu_item_xfn',''),('1102','530','_menu_item_url','#'),('1103','530','_menu-item-avia-megamenu',''),('1104','530','_menu-item-avia-division',''),('1105','530','_menu-item-avia-textarea',''),('1106','530','_menu-item-avia-style',''),('1107','531','_menu_item_type','custom'),('1108','531','_menu_item_menu_item_parent','527'),('1109','531','_menu_item_object_id','531'),('1110','531','_menu_item_object','custom'),('1111','531','_menu_item_target',''),('1112','531','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1113','531','_menu_item_xfn',''),('1114','531','_menu_item_url','#'),('1115','531','_menu-item-avia-megamenu',''),('1116','531','_menu-item-avia-division',''),('1117','531','_menu-item-avia-textarea',''),('1118','531','_menu-item-avia-style',''),('1119','532','_menu_item_type','custom'),('1120','532','_menu_item_menu_item_parent','0'),('1121','532','_menu_item_object_id','532'),('1122','532','_menu_item_object','custom'),('1123','532','_menu_item_target',''),('1124','532','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1125','532','_menu_item_xfn',''),('1126','532','_menu_item_url','#'),('1127','532','_menu-item-avia-megamenu',''),('1128','532','_menu-item-avia-division',''),('1129','532','_menu-item-avia-textarea',''),('1130','532','_menu-item-avia-style',''),('1131','533','_menu_item_type','custom'),('1132','533','_menu_item_menu_item_parent','532'),('1133','533','_menu_item_object_id','533'),('1134','533','_menu_item_object','custom'),('1135','533','_menu_item_target',''),('1136','533','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1137','533','_menu_item_xfn',''),('1138','533','_menu_item_url','#'),('1139','533','_menu-item-avia-megamenu',''),('1140','533','_menu-item-avia-division',''),('1141','533','_menu-item-avia-textarea',''),('1142','533','_menu-item-avia-style',''),('1143','534','_menu_item_type','custom'),('1144','534','_menu_item_menu_item_parent','0'),('1145','534','_menu_item_object_id','534'),('1146','534','_menu_item_object','custom'),('1147','534','_menu_item_target',''),('1148','534','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1149','534','_menu_item_xfn',''),('1150','534','_menu_item_url','http://demo.qodeinteractive.com/bridge33/'),('1151','534','_menu-item-avia-megamenu',''),('1152','534','_menu-item-avia-division',''),('1153','534','_menu-item-avia-textarea','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1154','534','_menu-item-avia-style',''),('1155','535','_menu_item_type','custom'),('1156','535','_menu_item_menu_item_parent','0'),('1157','535','_menu_item_object_id','535'),('1158','535','_menu_item_object','custom'),('1159','535','_menu_item_target',''),('1160','535','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1161','535','_menu_item_xfn',''),('1162','535','_menu_item_url','#'),('1163','535','_menu-item-avia-megamenu',''),('1164','535','_menu-item-avia-division',''),('1165','535','_menu-item-avia-textarea',''),('1166','535','_menu-item-avia-style',''),('1167','536','_menu_item_type','custom'),('1168','536','_menu_item_menu_item_parent','535'),('1169','536','_menu_item_object_id','536'),('1170','536','_menu_item_object','custom'),('1171','536','_menu_item_target',''),('1172','536','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1173','536','_menu_item_xfn',''),('1174','536','_menu_item_url','#'),('1175','536','_menu-item-avia-megamenu',''),('1176','536','_menu-item-avia-division',''),('1177','536','_menu-item-avia-textarea',''),('1178','536','_menu-item-avia-style',''),('1179','537','_menu_item_type','custom'),('1180','537','_menu_item_menu_item_parent','535'),('1181','537','_menu_item_object_id','537'),('1182','537','_menu_item_object','custom'),('1183','537','_menu_item_target',''),('1184','537','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1185','537','_menu_item_xfn',''),('1186','537','_menu_item_url','#'),('1187','537','_menu-item-avia-megamenu',''),('1188','537','_menu-item-avia-division',''),('1189','537','_menu-item-avia-textarea',''),('1190','537','_menu-item-avia-style',''),('1191','538','_menu_item_type','custom'),('1192','538','_menu_item_menu_item_parent','0'),('1193','538','_menu_item_object_id','538'),('1194','538','_menu_item_object','custom'),('1195','538','_menu_item_target',''),('1196','538','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1197','538','_menu_item_xfn',''),('1198','538','_menu_item_url','#'),('1199','538','_menu-item-avia-megamenu',''),('1200','538','_menu-item-avia-division',''),('1201','538','_menu-item-avia-textarea',''),('1202','538','_menu-item-avia-style',''),('1203','539','_menu_item_type','custom'),('1204','539','_menu_item_menu_item_parent','538'),('1205','539','_menu_item_object_id','539'),('1206','539','_menu_item_object','custom'),('1207','539','_menu_item_target',''),('1208','539','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1209','539','_menu_item_xfn',''),('1210','539','_menu_item_url','#'),('1211','539','_menu-item-avia-megamenu',''),('1212','539','_menu-item-avia-division',''),('1213','539','_menu-item-avia-textarea',''),('1214','539','_menu-item-avia-style',''),('1215','540','_menu_item_type','custom'),('1216','540','_menu_item_menu_item_parent','538'),('1217','540','_menu_item_object_id','540'),('1218','540','_menu_item_object','custom'),('1219','540','_menu_item_target',''),('1220','540','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1221','540','_menu_item_xfn',''),('1222','540','_menu_item_url','#'),('1223','540','_menu-item-avia-megamenu',''),('1224','540','_menu-item-avia-division',''),('1225','540','_menu-item-avia-textarea',''),('1226','540','_menu-item-avia-style',''),('1227','541','_menu_item_type','custom'),('1228','541','_menu_item_menu_item_parent','538'),('1229','541','_menu_item_object_id','541'),('1230','541','_menu_item_object','custom'),('1231','541','_menu_item_target',''),('1232','541','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1233','541','_menu_item_xfn',''),('1234','541','_menu_item_url','#'),('1235','541','_menu-item-avia-megamenu',''),('1236','541','_menu-item-avia-division',''),('1237','541','_menu-item-avia-textarea',''),('1238','541','_menu-item-avia-style',''),('1239','542','_menu_item_type','custom'),('1240','542','_menu_item_menu_item_parent','538'),('1241','542','_menu_item_object_id','542'),('1242','542','_menu_item_object','custom'),('1243','542','_menu_item_target',''),('1244','542','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1245','542','_menu_item_xfn',''),('1246','542','_menu_item_url','#'),('1247','542','_menu-item-avia-megamenu',''),('1248','542','_menu-item-avia-division',''),('1249','542','_menu-item-avia-textarea',''),('1250','542','_menu-item-avia-style',''),('1251','543','_menu_item_type','custom'),('1252','543','_menu_item_menu_item_parent','0'),('1253','543','_menu_item_object_id','543');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1254','543','_menu_item_object','custom'),('1255','543','_menu_item_target',''),('1256','543','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1257','543','_menu_item_xfn',''),('1258','543','_menu_item_url','#'),('1259','543','_menu-item-avia-megamenu',''),('1260','543','_menu-item-avia-division',''),('1261','543','_menu-item-avia-textarea',''),('1262','543','_menu-item-avia-style',''),('1263','544','_menu_item_type','custom'),('1264','544','_menu_item_menu_item_parent','543'),('1265','544','_menu_item_object_id','544'),('1266','544','_menu_item_object','custom'),('1267','544','_menu_item_target',''),('1268','544','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1269','544','_menu_item_xfn',''),('1270','544','_menu_item_url','#'),('1271','544','_menu-item-avia-megamenu',''),('1272','544','_menu-item-avia-division',''),('1273','544','_menu-item-avia-textarea',''),('1274','544','_menu-item-avia-style',''),('1275','545','_menu_item_type','custom'),('1276','545','_menu_item_menu_item_parent','543'),('1277','545','_menu_item_object_id','545'),('1278','545','_menu_item_object','custom'),('1279','545','_menu_item_target',''),('1280','545','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1281','545','_menu_item_xfn',''),('1282','545','_menu_item_url','#'),('1283','545','_menu-item-avia-megamenu',''),('1284','545','_menu-item-avia-division',''),('1285','545','_menu-item-avia-textarea',''),('1286','545','_menu-item-avia-style',''),('1287','546','_menu_item_type','custom'),('1288','546','_menu_item_menu_item_parent','543'),('1289','546','_menu_item_object_id','546'),('1290','546','_menu_item_object','custom'),('1291','546','_menu_item_target',''),('1292','546','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1293','546','_menu_item_xfn',''),('1294','546','_menu_item_url','#'),('1295','546','_menu-item-avia-megamenu',''),('1296','546','_menu-item-avia-division',''),('1297','546','_menu-item-avia-textarea',''),('1298','546','_menu-item-avia-style',''),('1299','547','_menu_item_type','custom'),('1300','547','_menu_item_menu_item_parent','543'),('1301','547','_menu_item_object_id','547'),('1302','547','_menu_item_object','custom'),('1303','547','_menu_item_target',''),('1304','547','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1305','547','_menu_item_xfn',''),('1306','547','_menu_item_url','#'),('1307','547','_menu-item-avia-megamenu',''),('1308','547','_menu-item-avia-division',''),('1309','547','_menu-item-avia-textarea',''),('1310','547','_menu-item-avia-style',''),('1311','548','_menu_item_type','custom'),('1312','548','_menu_item_menu_item_parent','0'),('1313','548','_menu_item_object_id','548'),('1314','548','_menu_item_object','custom'),('1315','548','_menu_item_target',''),('1316','548','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1317','548','_menu_item_xfn',''),('1318','548','_menu_item_url','#'),('1319','548','_menu-item-avia-megamenu',''),('1320','548','_menu-item-avia-division',''),('1321','548','_menu-item-avia-textarea',''),('1322','548','_menu-item-avia-style',''),('1323','549','_menu_item_type','custom'),('1324','549','_menu_item_menu_item_parent','548'),('1325','549','_menu_item_object_id','549'),('1326','549','_menu_item_object','custom'),('1327','549','_menu_item_target',''),('1328','549','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1329','549','_menu_item_xfn',''),('1330','549','_menu_item_url','#'),('1331','549','_menu-item-avia-megamenu',''),('1332','549','_menu-item-avia-division',''),('1333','549','_menu-item-avia-textarea',''),('1334','549','_menu-item-avia-style',''),('1335','550','_menu_item_type','custom'),('1336','550','_menu_item_menu_item_parent','0'),('1337','550','_menu_item_object_id','550'),('1338','550','_menu_item_object','custom'),('1339','550','_menu_item_target',''),('1340','550','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1341','550','_menu_item_xfn',''),('1342','550','_menu_item_url','#'),('1343','550','_menu-item-avia-megamenu',''),('1344','550','_menu-item-avia-division',''),('1345','550','_menu-item-avia-textarea',''),('1346','550','_menu-item-avia-style',''),('1347','551','_menu_item_type','custom'),('1348','551','_menu_item_menu_item_parent','0'),('1349','551','_menu_item_object_id','551'),('1350','551','_menu_item_object','custom'),('1351','551','_menu_item_target',''),('1352','551','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1353','551','_menu_item_xfn','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1354','551','_menu_item_url','#'),('1355','551','_menu-item-avia-megamenu',''),('1356','551','_menu-item-avia-division',''),('1357','551','_menu-item-avia-textarea',''),('1358','551','_menu-item-avia-style',''),('1359','552','_menu_item_type','custom'),('1360','552','_menu_item_menu_item_parent','0'),('1361','552','_menu_item_object_id','552'),('1362','552','_menu_item_object','custom'),('1363','552','_menu_item_target',''),('1364','552','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1365','552','_menu_item_xfn',''),('1366','552','_menu_item_url','#'),('1367','552','_menu-item-avia-megamenu',''),('1368','552','_menu-item-avia-division',''),('1369','552','_menu-item-avia-textarea',''),('1370','552','_menu-item-avia-style',''),('1371','553','_menu_item_type','custom'),('1372','553','_menu_item_menu_item_parent','0'),('1373','553','_menu_item_object_id','553'),('1374','553','_menu_item_object','custom'),('1375','553','_menu_item_target',''),('1376','553','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1377','553','_menu_item_xfn',''),('1378','553','_menu_item_url','#'),('1379','553','_menu-item-avia-megamenu',''),('1380','553','_menu-item-avia-division',''),('1381','553','_menu-item-avia-textarea',''),('1382','553','_menu-item-avia-style',''),('1383','554','_menu_item_type','custom'),('1384','554','_menu_item_menu_item_parent','552'),('1385','554','_menu_item_object_id','554'),('1386','554','_menu_item_object','custom'),('1387','554','_menu_item_target',''),('1388','554','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1389','554','_menu_item_xfn',''),('1390','554','_menu_item_url','#'),('1391','554','_menu-item-avia-megamenu',''),('1392','554','_menu-item-avia-division',''),('1393','554','_menu-item-avia-textarea',''),('1394','554','_menu-item-avia-style',''),('1395','555','_menu_item_type','custom'),('1396','555','_menu_item_menu_item_parent','553'),('1397','555','_menu_item_object_id','555'),('1398','555','_menu_item_object','custom'),('1399','555','_menu_item_target',''),('1400','555','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1401','555','_menu_item_xfn',''),('1402','555','_menu_item_url','#'),('1403','555','_menu-item-avia-megamenu',''),('1404','555','_menu-item-avia-division',''),('1405','555','_menu-item-avia-textarea',''),('1406','555','_menu-item-avia-style',''),('1407','556','_menu_item_type','custom'),('1408','556','_menu_item_menu_item_parent','0'),('1409','556','_menu_item_object_id','556'),('1410','556','_menu_item_object','custom'),('1411','556','_menu_item_target',''),('1412','556','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1413','556','_menu_item_xfn',''),('1414','556','_menu_item_url','#'),('1415','556','_menu-item-avia-megamenu',''),('1416','556','_menu-item-avia-division',''),('1417','556','_menu-item-avia-textarea',''),('1418','556','_menu-item-avia-style',''),('1419','557','_menu_item_type','custom'),('1420','557','_menu_item_menu_item_parent','0'),('1421','557','_menu_item_object_id','557'),('1422','557','_menu_item_object','custom'),('1423','557','_menu_item_target',''),('1424','557','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1425','557','_menu_item_xfn',''),('1426','557','_menu_item_url','#'),('1427','557','_menu-item-avia-megamenu',''),('1428','557','_menu-item-avia-division',''),('1429','557','_menu-item-avia-textarea',''),('1430','557','_menu-item-avia-style',''),('1431','558','_menu_item_type','custom'),('1432','558','_menu_item_menu_item_parent','556'),('1433','558','_menu_item_object_id','558'),('1434','558','_menu_item_object','custom'),('1435','558','_menu_item_target',''),('1436','558','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1437','558','_menu_item_xfn',''),('1438','558','_menu_item_url','#'),('1439','558','_menu-item-avia-megamenu',''),('1440','558','_menu-item-avia-division',''),('1441','558','_menu-item-avia-textarea',''),('1442','558','_menu-item-avia-style',''),('1443','559','_menu_item_type','custom'),('1444','559','_menu_item_menu_item_parent','557'),('1445','559','_menu_item_object_id','559'),('1446','559','_menu_item_object','custom'),('1447','559','_menu_item_target',''),('1448','559','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1449','559','_menu_item_xfn',''),('1450','559','_menu_item_url','#'),('1451','559','_menu-item-avia-megamenu',''),('1452','559','_menu-item-avia-division',''),('1453','559','_menu-item-avia-textarea','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1454','559','_menu-item-avia-style',''),('1455','560','_menu_item_type','custom'),('1456','560','_menu_item_menu_item_parent','556'),('1457','560','_menu_item_object_id','560'),('1458','560','_menu_item_object','custom'),('1459','560','_menu_item_target',''),('1460','560','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1461','560','_menu_item_xfn',''),('1462','560','_menu_item_url','#'),('1463','560','_menu-item-avia-megamenu',''),('1464','560','_menu-item-avia-division',''),('1465','560','_menu-item-avia-textarea',''),('1466','560','_menu-item-avia-style',''),('1467','561','_menu_item_type','custom'),('1468','561','_menu_item_menu_item_parent','557'),('1469','561','_menu_item_object_id','561'),('1470','561','_menu_item_object','custom'),('1471','561','_menu_item_target',''),('1472','561','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1473','561','_menu_item_xfn',''),('1474','561','_menu_item_url','#'),('1475','561','_menu-item-avia-megamenu',''),('1476','561','_menu-item-avia-division',''),('1477','561','_menu-item-avia-textarea',''),('1478','561','_menu-item-avia-style',''),('1479','562','_menu_item_type','custom'),('1480','562','_menu_item_menu_item_parent','556'),('1481','562','_menu_item_object_id','562'),('1482','562','_menu_item_object','custom'),('1483','562','_menu_item_target',''),('1484','562','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1485','562','_menu_item_xfn',''),('1486','562','_menu_item_url','#'),('1487','562','_menu-item-avia-megamenu',''),('1488','562','_menu-item-avia-division',''),('1489','562','_menu-item-avia-textarea',''),('1490','562','_menu-item-avia-style',''),('1491','563','_menu_item_type','custom'),('1492','563','_menu_item_menu_item_parent','557'),('1493','563','_menu_item_object_id','563'),('1494','563','_menu_item_object','custom'),('1495','563','_menu_item_target',''),('1496','563','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1497','563','_menu_item_xfn',''),('1498','563','_menu_item_url','#'),('1499','563','_menu-item-avia-megamenu',''),('1500','563','_menu-item-avia-division',''),('1501','563','_menu-item-avia-textarea',''),('1502','563','_menu-item-avia-style',''),('1503','564','_menu_item_type','custom'),('1504','564','_menu_item_menu_item_parent','557'),('1505','564','_menu_item_object_id','564'),('1506','564','_menu_item_object','custom'),('1507','564','_menu_item_target',''),('1508','564','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1509','564','_menu_item_xfn',''),('1510','564','_menu_item_url','#'),('1511','564','_menu-item-avia-megamenu',''),('1512','564','_menu-item-avia-division',''),('1513','564','_menu-item-avia-textarea',''),('1514','564','_menu-item-avia-style',''),('1515','565','_menu_item_type','custom'),('1516','565','_menu_item_menu_item_parent','556'),('1517','565','_menu_item_object_id','565'),('1518','565','_menu_item_object','custom'),('1519','565','_menu_item_target',''),('1520','565','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1521','565','_menu_item_xfn',''),('1522','565','_menu_item_url','#'),('1523','565','_menu-item-avia-megamenu',''),('1524','565','_menu-item-avia-division',''),('1525','565','_menu-item-avia-textarea',''),('1526','565','_menu-item-avia-style',''),('1527','566','_menu_item_type','custom'),('1528','566','_menu_item_menu_item_parent','0'),('1529','566','_menu_item_object_id','566'),('1530','566','_menu_item_object','custom'),('1531','566','_menu_item_target',''),('1532','566','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1533','566','_menu_item_xfn',''),('1534','566','_menu_item_url','http://demo.qodeinteractive.com/bridge44/'),('1535','566','_menu-item-avia-megamenu',''),('1536','566','_menu-item-avia-division',''),('1537','566','_menu-item-avia-textarea',''),('1538','566','_menu-item-avia-style',''),('1539','567','_menu_item_type','custom'),('1540','567','_menu_item_menu_item_parent','0'),('1541','567','_menu_item_object_id','567'),('1542','567','_menu_item_object','custom'),('1543','567','_menu_item_target',''),('1544','567','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1545','567','_menu_item_xfn',''),('1546','567','_menu_item_url','http://demo.qodeinteractive.com/bridge44/'),('1547','567','_menu-item-avia-megamenu',''),('1548','567','_menu-item-avia-division',''),('1549','567','_menu-item-avia-textarea',''),('1550','567','_menu-item-avia-style',''),('1551','568','_menu_item_type','custom'),('1552','568','_menu_item_menu_item_parent','0'),('1553','568','_menu_item_object_id','568');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1554','568','_menu_item_object','custom'),('1555','568','_menu_item_target',''),('1556','568','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1557','568','_menu_item_xfn',''),('1558','568','_menu_item_url','#'),('1559','568','_menu-item-avia-megamenu',''),('1560','568','_menu-item-avia-division',''),('1561','568','_menu-item-avia-textarea',''),('1562','568','_menu-item-avia-style',''),('1563','569','_menu_item_type','custom'),('1564','569','_menu_item_menu_item_parent','0'),('1565','569','_menu_item_object_id','569'),('1566','569','_menu_item_object','custom'),('1567','569','_menu_item_target',''),('1568','569','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1569','569','_menu_item_xfn',''),('1570','569','_menu_item_url','#'),('1571','569','_menu-item-avia-megamenu',''),('1572','569','_menu-item-avia-division',''),('1573','569','_menu-item-avia-textarea',''),('1574','569','_menu-item-avia-style',''),('1575','570','_menu_item_type','custom'),('1576','570','_menu_item_menu_item_parent','568'),('1577','570','_menu_item_object_id','570'),('1578','570','_menu_item_object','custom'),('1579','570','_menu_item_target',''),('1580','570','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1581','570','_menu_item_xfn',''),('1582','570','_menu_item_url','#'),('1583','570','_menu-item-avia-megamenu',''),('1584','570','_menu-item-avia-division',''),('1585','570','_menu-item-avia-textarea',''),('1586','570','_menu-item-avia-style',''),('1587','571','_menu_item_type','custom'),('1588','571','_menu_item_menu_item_parent','569'),('1589','571','_menu_item_object_id','571'),('1590','571','_menu_item_object','custom'),('1591','571','_menu_item_target',''),('1592','571','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1593','571','_menu_item_xfn',''),('1594','571','_menu_item_url','#'),('1595','571','_menu-item-avia-megamenu',''),('1596','571','_menu-item-avia-division',''),('1597','571','_menu-item-avia-textarea',''),('1598','571','_menu-item-avia-style',''),('1599','572','_menu_item_type','custom'),('1600','572','_menu_item_menu_item_parent','569'),('1601','572','_menu_item_object_id','572'),('1602','572','_menu_item_object','custom'),('1603','572','_menu_item_target',''),('1604','572','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1605','572','_menu_item_xfn',''),('1606','572','_menu_item_url','#'),('1607','572','_menu-item-avia-megamenu',''),('1608','572','_menu-item-avia-division',''),('1609','572','_menu-item-avia-textarea',''),('1610','572','_menu-item-avia-style',''),('1611','573','_menu_item_type','custom'),('1612','573','_menu_item_menu_item_parent','568'),('1613','573','_menu_item_object_id','573'),('1614','573','_menu_item_object','custom'),('1615','573','_menu_item_target',''),('1616','573','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1617','573','_menu_item_xfn',''),('1618','573','_menu_item_url','#'),('1619','573','_menu-item-avia-megamenu',''),('1620','573','_menu-item-avia-division',''),('1621','573','_menu-item-avia-textarea',''),('1622','573','_menu-item-avia-style',''),('1623','574','_menu_item_type','custom'),('1624','574','_menu_item_menu_item_parent','0'),('1625','574','_menu_item_object_id','574'),('1626','574','_menu_item_object','custom'),('1627','574','_menu_item_target',''),('1628','574','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1629','574','_menu_item_xfn',''),('1630','574','_menu_item_url','#'),('1631','574','_menu-item-avia-megamenu',''),('1632','574','_menu-item-avia-division',''),('1633','574','_menu-item-avia-textarea',''),('1634','574','_menu-item-avia-style',''),('1635','575','_menu_item_type','custom'),('1636','575','_menu_item_menu_item_parent','0'),('1637','575','_menu_item_object_id','575'),('1638','575','_menu_item_object','custom'),('1639','575','_menu_item_target',''),('1640','575','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1641','575','_menu_item_xfn',''),('1642','575','_menu_item_url','#'),('1643','575','_menu-item-avia-megamenu',''),('1644','575','_menu-item-avia-division',''),('1645','575','_menu-item-avia-textarea',''),('1646','575','_menu-item-avia-style',''),('1647','576','_menu_item_type','custom'),('1648','576','_menu_item_menu_item_parent','574'),('1649','576','_menu_item_object_id','576'),('1650','576','_menu_item_object','custom'),('1651','576','_menu_item_target',''),('1652','576','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1653','576','_menu_item_xfn','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1654','576','_menu_item_url','#'),('1655','576','_menu-item-avia-megamenu',''),('1656','576','_menu-item-avia-division',''),('1657','576','_menu-item-avia-textarea',''),('1658','576','_menu-item-avia-style',''),('1659','577','_menu_item_type','custom'),('1660','577','_menu_item_menu_item_parent','574'),('1661','577','_menu_item_object_id','577'),('1662','577','_menu_item_object','custom'),('1663','577','_menu_item_target',''),('1664','577','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1665','577','_menu_item_xfn',''),('1666','577','_menu_item_url','#'),('1667','577','_menu-item-avia-megamenu',''),('1668','577','_menu-item-avia-division',''),('1669','577','_menu-item-avia-textarea',''),('1670','577','_menu-item-avia-style',''),('1671','578','_menu_item_type','custom'),('1672','578','_menu_item_menu_item_parent','575'),('1673','578','_menu_item_object_id','578'),('1674','578','_menu_item_object','custom'),('1675','578','_menu_item_target',''),('1676','578','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1677','578','_menu_item_xfn',''),('1678','578','_menu_item_url','#'),('1679','578','_menu-item-avia-megamenu',''),('1680','578','_menu-item-avia-division',''),('1681','578','_menu-item-avia-textarea',''),('1682','578','_menu-item-avia-style',''),('1683','579','_menu_item_type','custom'),('1684','579','_menu_item_menu_item_parent','574'),('1685','579','_menu_item_object_id','579'),('1686','579','_menu_item_object','custom'),('1687','579','_menu_item_target',''),('1688','579','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1689','579','_menu_item_xfn',''),('1690','579','_menu_item_url','#'),('1691','579','_menu-item-avia-megamenu',''),('1692','579','_menu-item-avia-division',''),('1693','579','_menu-item-avia-textarea',''),('1694','579','_menu-item-avia-style',''),('1695','580','_menu_item_type','custom'),('1696','580','_menu_item_menu_item_parent','575'),('1697','580','_menu_item_object_id','580'),('1698','580','_menu_item_object','custom'),('1699','580','_menu_item_target',''),('1700','580','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1701','580','_menu_item_xfn',''),('1702','580','_menu_item_url','#'),('1703','580','_menu-item-avia-megamenu',''),('1704','580','_menu-item-avia-division',''),('1705','580','_menu-item-avia-textarea',''),('1706','580','_menu-item-avia-style',''),('1707','581','_menu_item_type','custom'),('1708','581','_menu_item_menu_item_parent','574'),('1709','581','_menu_item_object_id','581'),('1710','581','_menu_item_object','custom'),('1711','581','_menu_item_target',''),('1712','581','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1713','581','_menu_item_xfn',''),('1714','581','_menu_item_url','#'),('1715','581','_menu-item-avia-megamenu',''),('1716','581','_menu-item-avia-division',''),('1717','581','_menu-item-avia-textarea',''),('1718','581','_menu-item-avia-style',''),('1719','582','_menu_item_type','custom'),('1720','582','_menu_item_menu_item_parent','575'),('1721','582','_menu_item_object_id','582'),('1722','582','_menu_item_object','custom'),('1723','582','_menu_item_target',''),('1724','582','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1725','582','_menu_item_xfn',''),('1726','582','_menu_item_url','#'),('1727','582','_menu-item-avia-megamenu',''),('1728','582','_menu-item-avia-division',''),('1729','582','_menu-item-avia-textarea',''),('1730','582','_menu-item-avia-style',''),('1731','583','_menu_item_type','custom'),('1732','583','_menu_item_menu_item_parent','0'),('1733','583','_menu_item_object_id','583'),('1734','583','_menu_item_object','custom'),('1735','583','_menu_item_target',''),('1736','583','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1737','583','_menu_item_xfn',''),('1738','583','_menu_item_url','#'),('1739','583','_menu-item-avia-megamenu',''),('1740','583','_menu-item-avia-division',''),('1741','583','_menu-item-avia-textarea',''),('1742','583','_menu-item-avia-style',''),('1743','584','_menu_item_type','custom'),('1744','584','_menu_item_menu_item_parent','575'),('1745','584','_menu_item_object_id','584'),('1746','584','_menu_item_object','custom'),('1747','584','_menu_item_target',''),('1748','584','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1749','584','_menu_item_xfn',''),('1750','584','_menu_item_url','#'),('1751','584','_menu-item-avia-megamenu',''),('1752','584','_menu-item-avia-division',''),('1753','584','_menu-item-avia-textarea','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1754','584','_menu-item-avia-style',''),('1755','585','_menu_item_type','custom'),('1756','585','_menu_item_menu_item_parent','583'),('1757','585','_menu_item_object_id','585'),('1758','585','_menu_item_object','custom'),('1759','585','_menu_item_target',''),('1760','585','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1761','585','_menu_item_xfn',''),('1762','585','_menu_item_url','#'),('1763','585','_menu-item-avia-megamenu',''),('1764','585','_menu-item-avia-division',''),('1765','585','_menu-item-avia-textarea',''),('1766','585','_menu-item-avia-style',''),('1767','586','_menu_item_type','custom'),('1768','586','_menu_item_menu_item_parent','583'),('1769','586','_menu_item_object_id','586'),('1770','586','_menu_item_object','custom'),('1771','586','_menu_item_target',''),('1772','586','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1773','586','_menu_item_xfn',''),('1774','586','_menu_item_url','#'),('1775','586','_menu-item-avia-megamenu',''),('1776','586','_menu-item-avia-division',''),('1777','586','_menu-item-avia-textarea',''),('1778','586','_menu-item-avia-style',''),('1779','587','_menu_item_type','custom'),('1780','587','_menu_item_menu_item_parent','0'),('1781','587','_menu_item_object_id','587'),('1782','587','_menu_item_object','custom'),('1783','587','_menu_item_target',''),('1784','587','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1785','587','_menu_item_xfn',''),('1786','587','_menu_item_url','#'),('1787','587','_menu-item-avia-megamenu',''),('1788','587','_menu-item-avia-division',''),('1789','587','_menu-item-avia-textarea',''),('1790','587','_menu-item-avia-style',''),('1791','588','_menu_item_type','custom'),('1792','588','_menu_item_menu_item_parent','583'),('1793','588','_menu_item_object_id','588'),('1794','588','_menu_item_object','custom'),('1795','588','_menu_item_target',''),('1796','588','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1797','588','_menu_item_xfn',''),('1798','588','_menu_item_url','#'),('1799','588','_menu-item-avia-megamenu',''),('1800','588','_menu-item-avia-division',''),('1801','588','_menu-item-avia-textarea',''),('1802','588','_menu-item-avia-style',''),('1803','589','_menu_item_type','custom'),('1804','589','_menu_item_menu_item_parent','587'),('1805','589','_menu_item_object_id','589'),('1806','589','_menu_item_object','custom'),('1807','589','_menu_item_target',''),('1808','589','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1809','589','_menu_item_xfn',''),('1810','589','_menu_item_url','#'),('1811','589','_menu-item-avia-megamenu',''),('1812','589','_menu-item-avia-division',''),('1813','589','_menu-item-avia-textarea',''),('1814','589','_menu-item-avia-style',''),('1815','590','_menu_item_type','custom'),('1816','590','_menu_item_menu_item_parent','583'),('1817','590','_menu_item_object_id','590'),('1818','590','_menu_item_object','custom'),('1819','590','_menu_item_target',''),('1820','590','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1821','590','_menu_item_xfn',''),('1822','590','_menu_item_url','#'),('1823','590','_menu-item-avia-megamenu',''),('1824','590','_menu-item-avia-division',''),('1825','590','_menu-item-avia-textarea',''),('1826','590','_menu-item-avia-style',''),('1827','591','_menu_item_type','custom'),('1828','591','_menu_item_menu_item_parent','587'),('1829','591','_menu_item_object_id','591'),('1830','591','_menu_item_object','custom'),('1831','591','_menu_item_target',''),('1832','591','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1833','591','_menu_item_xfn',''),('1834','591','_menu_item_url','#'),('1835','591','_menu-item-avia-megamenu',''),('1836','591','_menu-item-avia-division',''),('1837','591','_menu-item-avia-textarea',''),('1838','591','_menu-item-avia-style',''),('1839','592','_menu_item_type','custom'),('1840','592','_menu_item_menu_item_parent','0'),('1841','592','_menu_item_object_id','592'),('1842','592','_menu_item_object','custom'),('1843','592','_menu_item_target',''),('1844','592','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1845','592','_menu_item_xfn',''),('1846','592','_menu_item_url','#'),('1847','592','_menu-item-avia-megamenu',''),('1848','592','_menu-item-avia-division',''),('1849','592','_menu-item-avia-textarea',''),('1850','592','_menu-item-avia-style',''),('1851','593','_menu_item_type','custom'),('1852','593','_menu_item_menu_item_parent','587'),('1853','593','_menu_item_object_id','593');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1854','593','_menu_item_object','custom'),('1855','593','_menu_item_target',''),('1856','593','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1857','593','_menu_item_xfn',''),('1858','593','_menu_item_url','#'),('1859','593','_menu-item-avia-megamenu',''),('1860','593','_menu-item-avia-division',''),('1861','593','_menu-item-avia-textarea',''),('1862','593','_menu-item-avia-style',''),('1863','594','_menu_item_type','custom'),('1864','594','_menu_item_menu_item_parent','592'),('1865','594','_menu_item_object_id','594'),('1866','594','_menu_item_object','custom'),('1867','594','_menu_item_target',''),('1868','594','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1869','594','_menu_item_xfn',''),('1870','594','_menu_item_url','#'),('1871','594','_menu-item-avia-megamenu',''),('1872','594','_menu-item-avia-division',''),('1873','594','_menu-item-avia-textarea',''),('1874','594','_menu-item-avia-style',''),('1875','595','_menu_item_type','custom'),('1876','595','_menu_item_menu_item_parent','587'),('1877','595','_menu_item_object_id','595'),('1878','595','_menu_item_object','custom'),('1879','595','_menu_item_target',''),('1880','595','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1881','595','_menu_item_xfn',''),('1882','595','_menu_item_url','#'),('1883','595','_menu-item-avia-megamenu',''),('1884','595','_menu-item-avia-division',''),('1885','595','_menu-item-avia-textarea',''),('1886','595','_menu-item-avia-style',''),('1887','596','_menu_item_type','custom'),('1888','596','_menu_item_menu_item_parent','0'),('1889','596','_menu_item_object_id','596'),('1890','596','_menu_item_object','custom'),('1891','596','_menu_item_target',''),('1892','596','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1893','596','_menu_item_xfn',''),('1894','596','_menu_item_url','#'),('1895','596','_menu-item-avia-megamenu',''),('1896','596','_menu-item-avia-division',''),('1897','596','_menu-item-avia-textarea',''),('1898','596','_menu-item-avia-style',''),('1899','597','_menu_item_type','custom'),('1900','597','_menu_item_menu_item_parent','596'),('1901','597','_menu_item_object_id','597'),('1902','597','_menu_item_object','custom'),('1903','597','_menu_item_target',''),('1904','597','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1905','597','_menu_item_xfn',''),('1906','597','_menu_item_url','#'),('1907','597','_menu-item-avia-megamenu',''),('1908','597','_menu-item-avia-division',''),('1909','597','_menu-item-avia-textarea',''),('1910','597','_menu-item-avia-style',''),('1911','598','_edit_last','1'),('1912','598','_wp_page_template','default'),('1913','598','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('1914','598','_custom_page_desc',''),('1915','598','dsq_thread_id',''),('1916','598','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('1917','599','_menu_item_type','custom'),('1918','599','_menu_item_menu_item_parent','0'),('1919','599','_menu_item_object_id','599'),('1920','599','_menu_item_object','custom'),('1921','599','_menu_item_target',''),('1922','599','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('1923','599','_menu_item_xfn',''),('1924','599','_menu_item_url','http://www.InspireToWin.com'),('1925','599','_menu-item-avia-megamenu',''),('1926','599','_menu-item-avia-division',''),('1927','599','_menu-item-avia-textarea',''),('1928','599','_menu-item-avia-style',''),('1929','16019','_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:1;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:13;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:17;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:7;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:3;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:4;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:5;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}}s:5:\"index\";i:29;}i:8;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:41;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:40;}i:9;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}i:2;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:51;}}s:5:\"index\";i:48;}i:10;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:53;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:54;}i:2;a:3:{s:3:\"tag\";s:15:\"av_testimonials\";s:7:\"content\";a:0:{}s:5:\"index\";i:55;}}s:5:\"index\";i:52;}}'),('1930','16019','header','no'),('1931','16019','sidebar','Sidebar Blog'),('1932','16019','layout',''),('1933','16019','_aviaLayoutBuilder_active','active'),('1934','16019','_aviaLayoutBuilderCleanData','[av_section min_height=\'75\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/i2w-headerimage-1500x900.jpg\' attachment=\'16186\' attachment_size=\'extra_large\' attach=\'parallax\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'custom\' overlay_custom_pattern=\'http://inspiretowin.com/wp-content/uploads/2013/04/i2w-headerimage.jpg\'][/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_heading heading=\'Success Coaching | Consulting | Leadership\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/microphone-loop.gif\' attachment=\'16084\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_heading tag=\'h2\' padding=\'6\' heading=\'Stay Inspired\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">Podcast <strong>|</strong> Blogs <strong>|</strong> Videos</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/rocket-loop.gif\' attachment=\'16086\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_heading tag=\'h2\' padding=\'6\' heading=\'Rocket Launch\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">Your Business | Your Life</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/target-loop.gif\' attachment=\'16088\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_heading tag=\'h2\' padding=\'6\' heading=\'Hit Your Target\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">On Time <strong>|</strong> Every Time!</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/event1.jpg\' attachment=\'16236\' attachment_size=\'full\' attach=\'parallax\' position=\'center right\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n[av_iconlist_item title=\'Hit Your Target\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a3\' font=\'entypo-fontello\']\r\nSo many entrepreneurs get stuck in the HOW TO: Let us help you focus in on and strategize your vision!\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Its Your Time To Launch\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8dd\' font=\'entypo-fontello\']\r\nSometimes life and business can get you down! Let our podcast, blogs & coaching lift you up and get you back on track to success!\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Mission Focused\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\']\r\nWe want to inspire, motivate and provide value to help people reach their GREATNESS!\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Join our podcast!\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue85e\' font=\'entypo-fontello\']\r\nOur podcast is one of our main forms of Free Content - Join the movement and stay Inspired on the GO!\r\nInspireToWin.com/iTunes\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#dddddd\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/podcastback.jpg\' attachment=\'16184\' attachment_size=\'full\' attach=\'parallax\' position=\'top right\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Latest Podcast\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#1643e5\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/I2W-300-Ver-2.jpg\' attachment=\'16075\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_third][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'40\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'excerpt_read_more\' preview_mode=\'custom\' image_size=\'no scaling\' items=\'1\' offset=\'0\' paginate=\'yes\']\r\n\r\n[/av_two_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'parallax\' position=\'center center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">Get Connected | Stay Inspired!</h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/instagram.png\' attachment=\'16097\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'manually,http://instagram.com/angellrivera\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/linkedin1.png\' attachment=\'16110\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/podcast.png\' attachment=\'16112\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'manually,http://inspiretowin.com/itunes\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/fb.png\' attachment=\'16116\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'manually,http://facebook.com/inspiretowin\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/i2w-periscope.jpg\' attachment=\'16176\' attachment_size=\'full\' attach=\'parallax\' position=\'center right\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Join Angel On</span> <span style=\"color: #00ffff;\"><strong>\"<span style=\"color: #ff0000;\">PERISCOPE</span>\"</strong></span></h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'70\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<span style=\"color: #ffffff;\">A new social media platform that\'s taking the world by storm!</span>\r\n\r\n<span style=\"color: #ffffff;\"><strong>Join</strong></span> <strong>Angel Rivera Live through out the week for inspiration, hope & motivation!</strong>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Amazing live interviews w/ leading entrepreneurs.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Tips and tricks on how to use Periscope to your advantage.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Life and business leadership tips from Inspire To Win podcast and blogs.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Inspiration and motivation to get you through the week.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Live Q to the A from viewers on every Live Broadcast.</span></li>\r\n</ul>\r\n</ul>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'70\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_button label=\'Click To Follow Me\' link=\'manually,https://www.periscope.tv/inspiretowin\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue82d\' font=\'entypo-fontello\' color=\'theme-color-subtle\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Inspire To Win Blog\' tag=\'h6\' style=\'blockquote modern-quote modern-centered\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'custom-color-heading\' custom_font=\'#000000\'][/av_heading]\r\n\r\n[av_hr class=\'short\' height=\'50\' position=\'center\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'30\' link=\'category\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt_read_more\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'4\' offset=\'0\' paginate=\'yes\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'#232323\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">What others say about us</h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'50\' position=\'center\']\r\n\r\n[av_testimonials style=\'grid\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_testimonial_single src=\'315\' name=\'Alex Banaga\' subtitle=\'Founder: Banaga Designs\' link=\'\' linktext=\'\']\r\nThey deliver from a real struggle, real success and real reward standpoint! Truly inspiring founders - Get to know them, follow them and get ready to ROCK ON!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'John Lee Dumas\' subtitle=\'Founder: Entrepreneur on Fire\' link=\'\' linktext=\'\']\r\nBOOM! --- Angel and Tulane Rivera dispel incredible advice in such a cool manner... Love the flow!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Chris Huntley\' subtitle=\'CEO - Huntley Wealth\' link=\'\' linktext=\'\']\r\nI\'m so glad I found their podcast! Angel and Tulane make a great team! They\'re all about planning to hit your goals and accountability and are always thinking big! Follow them, Book them, Learn from Them!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Dr. Mike\' subtitle=\'Founder: Velocity Wellness Center\' link=\'\' linktext=\'\']\r\nMy mentors always said, if you want to learn from someone... Learn from someone who\'s \"been there, done that!\" These are your got to people!\r\n[/av_testimonial_single]\r\n[/av_testimonials]\r\n[/av_section]\r\n\r\n'),('1935','16019','_wp_page_template','default'),('1936','16019','dsq_thread_id',''),('1937','16019','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('1938','16019','_edit_last','1'),('1939','16019','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:4:\"Home\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('1940','16019','slide_template','default'),('1941','16019','footer',''),('1942','16019','header_title_bar','title_bar'),('1943','16019','header_transparency','header_transparent header_glassy '),('1944','16019','_avia_hide_featured_image','0'),('1957','16021','image',''),('1958','16021','_edit_last','1'),('1959','16021','dsq_thread_id','123440450'),('1960','16021','post_views_count','503'),('1961','16021','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:29:\"Message From Angel L. Rivera!\";s:5:\"image\";s:60:\"http://inspiretowin.com/wp-content/uploads/2010/04/angel.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('1962','16021','_qode-like','0'),('1963','57','_edit_last','1'),('1964','57','image',''),('1965','57','dsq_thread_id','1364804185');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1966','57','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2009/10/ratrace.jpg'),('1967','57','_roktabs_icon','__none__'),('1968','57','post_views_count','491'),('1969','57','_thumbnail_id','16384'),('1970','57','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('1971','57','ct_mb_post_video_type','vimeo'),('1972','57','ct_mb_post_video_thumb','auto'),('1973','57','ct_post_type','standard_post'),('1974','57','ct_stars_color','#dd0c0c'),('1975','57','ct_over_name','Overall Score'),('1976','57','ct_over_score','0'),('1977','57','ct_criteria1_name','Criteria #1'),('1978','57','ct_criteria1_score','0'),('1979','57','ct_criteria2_name','Criteria #2'),('1980','57','ct_criteria2_score','0'),('1981','57','ct_criteria3_name','Criteria #3'),('1982','57','ct_criteria3_score','0'),('1983','57','ct_criteria4_name','Criteria #4'),('1984','57','ct_criteria4_score','0'),('1985','57','ct_criteria5_name','Criteria #5'),('1986','57','ct_criteria5_score','0'),('1987','57','_wp_old_slug','looking-for-the-fastest-joomla-template-afterburner-is-fast-fully-featured-and-free'),('1988','57','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:39:\"Tired of the rat race? Need Motivation!\";s:5:\"image\";s:62:\"http://inspiretowin.com/wp-content/uploads/2009/10/ratrace.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('1989','57','_aioseop_title','Tired of the rate race? Need motivation'),('1990','57','_aioseop_description','Tired of the rate race? Need motivation'),('1991','57','_qode-like','0'),('1992','205','_edit_last','1'),('1993','205','dsq_thread_id','124409311'),('1994','205','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2010/04/failuresuccess.png'),('1995','205','_roktabs_icon','__none__'),('1996','205','post_views_count','294'),('1997','205','_thumbnail_id','16382'),('1998','205','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('1999','205','ct_mb_post_video_type','vimeo'),('2000','205','ct_mb_post_video_thumb','auto'),('2001','205','ct_post_type','standard_post'),('2002','205','ct_stars_color','#dd0c0c'),('2003','205','ct_over_name','Overall Score'),('2004','205','ct_over_score','0'),('2005','205','ct_criteria1_name','Criteria #1'),('2006','205','ct_criteria1_score','0'),('2007','205','ct_criteria2_name','Criteria #2'),('2008','205','ct_criteria2_score','0'),('2009','205','ct_criteria3_name','Criteria #3'),('2010','205','ct_criteria3_score','0'),('2011','205','ct_criteria4_name','Criteria #4'),('2012','205','ct_criteria4_score','0'),('2013','205','ct_criteria5_name','Criteria #5'),('2014','205','ct_criteria5_score','0'),('2015','205','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:17:\"Failure = Success\";s:5:\"image\";s:62:\"http://inspiretowin.com/wp-content/uploads/2010/04/failure.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2016','205','_aioseop_title','Failure = Success - The entrepreneur life'),('2017','205','_aioseop_description','Failure = Success - The entrepreneur life'),('2018','205','_qode-like','0'),('2019','16022','image',''),('2020','16022','_edit_last','1'),('2021','16022','_roktabs_icon','__none__'),('2022','16022','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2010/05/Bird-in-Sky.png'),('2023','16022','dsq_thread_id','124343565'),('2024','16022','post_views_count','389'),('2025','16022','_thumbnail_id','16381'),('2026','16022','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2027','16022','ct_mb_post_video_type','vimeo'),('2028','16022','ct_mb_post_video_thumb','auto'),('2029','16022','ct_post_type','standard_post'),('2030','16022','ct_stars_color','#dd0c0c'),('2031','16022','ct_over_name','Overall Score'),('2032','16022','ct_over_score','0'),('2033','16022','ct_criteria1_name','Criteria #1'),('2034','16022','ct_criteria1_score','0'),('2035','16022','ct_criteria2_name','Criteria #2'),('2036','16022','ct_criteria2_score','0'),('2037','16022','ct_criteria3_name','Criteria #3'),('2038','16022','ct_criteria3_score','0'),('2039','16022','ct_criteria4_name','Criteria #4'),('2040','16022','ct_criteria4_score','0'),('2041','16022','ct_criteria5_name','Criteria #5'),('2042','16022','ct_criteria5_score','0'),('2043','16022','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:14:\"Purpose Driven\";s:5:\"image\";s:62:\"http://inspiretowin.com/wp-content/uploads/2010/05/purpose.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2044','16022','_aioseop_title','Purpose Driven... '),('2045','16022','_aioseop_description','Purpose Driven... '),('2046','16022','_qode-like','0'),('2047','16023','_edit_last','1'),('2048','16023','_roktabs_icon','__none__'),('2049','16023','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2011/06/workfromhome.jpg'),('2050','16023','dsq_thread_id','320138721'),('2051','16023','post_views_count','343'),('2052','16023','_thumbnail_id','381'),('2053','16023','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2054','16023','ct_mb_post_video_type','vimeo'),('2055','16023','ct_mb_post_video_thumb','auto'),('2056','16023','ct_post_type','standard_post'),('2057','16023','ct_stars_color','#dd0c0c'),('2058','16023','ct_over_name','Overall Score'),('2059','16023','ct_over_score','0'),('2060','16023','ct_criteria1_name','Criteria #1'),('2061','16023','ct_criteria1_score','0'),('2062','16023','ct_criteria2_name','Criteria #2'),('2063','16023','ct_criteria2_score','0'),('2064','16023','ct_criteria3_name','Criteria #3'),('2065','16023','ct_criteria3_score','0');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2066','16023','ct_criteria4_name','Criteria #4'),('2067','16023','ct_criteria4_score','0'),('2068','16023','ct_criteria5_name','Criteria #5'),('2069','16023','ct_criteria5_score','0'),('2070','16023','_wp_old_slug','380'),('2071','16023','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2072','16023','_aioseop_title','Work from home... Is it really possible?'),('2073','16023','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2074','16023','_aioseop_description','Work from home... Is it really possible?'),('2075','413','_edit_last','1'),('2076','413','_roktabs_icon','__none__'),('2077','413','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2011/07/Workaholic.jpg'),('2078','413','dsq_thread_id','372151820'),('2079','413','post_views_count','935'),('2080','413','_thumbnail_id','16380'),('2081','413','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2082','413','ct_mb_post_video_type','vimeo'),('2083','413','ct_mb_post_video_thumb','auto'),('2084','413','ct_post_type','standard_post'),('2085','413','ct_stars_color','#dd0c0c'),('2086','413','ct_over_name','Overall Score'),('2087','413','ct_over_score','0'),('2088','413','ct_criteria1_name','Criteria #1'),('2089','413','ct_criteria1_score','0'),('2090','413','ct_criteria2_name','Criteria #2'),('2091','413','ct_criteria2_score','0'),('2092','413','ct_criteria3_name','Criteria #3'),('2093','413','ct_criteria3_score','0'),('2094','413','ct_criteria4_name','Criteria #4'),('2095','413','ct_criteria4_score','0'),('2096','413','ct_criteria5_name','Criteria #5'),('2097','413','ct_criteria5_score','0'),('2098','413','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2099','413','_aioseop_title','Workaholic... To be or not to be?'),('2100','413','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:37:\"Workaholic&#8230; To Be Or Not To Be?\";s:5:\"image\";s:65:\"http://inspiretowin.com/wp-content/uploads/2011/07/workaholic.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2101','413','_aioseop_description','Workaholic... To be or not to be?'),('2102','16024','_roktabs_icon','__none__'),('2103','16024','_edit_last','1'),('2104','16024','dsq_thread_id','633056838'),('2105','16024','post_views_count','0'),('2106','16024','ct_mb_post_video_thumb','auto'),('2107','16024','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2108','16024','ct_mb_post_video_type','vimeo'),('2109','16024','ct_post_type','standard_post'),('2110','16024','ct_stars_color','#dd0c0c'),('2111','16024','ct_over_name','Overall Score'),('2112','16024','ct_over_score','0'),('2113','16024','ct_criteria1_name','Criteria #1'),('2114','16024','ct_criteria1_score','0'),('2115','16024','ct_criteria2_name','Criteria #2'),('2116','16024','ct_criteria2_score','0'),('2117','16024','ct_criteria3_name','Criteria #3'),('2118','16024','ct_criteria3_score','0'),('2119','16024','ct_criteria4_name','Criteria #4'),('2120','16024','ct_criteria4_score','0'),('2121','16024','ct_criteria5_name','Criteria #5'),('2122','16024','ct_criteria5_score','0'),('2123','16024','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2124','16024','_aioseop_title','Don&#039;t believe the hype!'),('2125','16024','_aioseop_description','Don&#039;t believe the hype!'),('2126','16025','_roktabs_icon','__none__'),('2127','16025','dsq_thread_id','954044265'),('2128','16025','_edit_last','1'),('2129','16025','post_views_count','482'),('2130','16025','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2131','16025','ct_mb_post_video_type','youtube'),('2132','16025','ct_mb_post_video_file','Df0Jv4hLSJc'),('2133','16025','ct_mb_post_video_thumb','auto'),('2134','16025','ct_post_type','standard_post'),('2135','16025','ct_stars_color','#dd0c0c'),('2136','16025','ct_over_name','Overall Score'),('2137','16025','ct_over_score','0'),('2138','16025','ct_criteria1_name','Criteria #1'),('2139','16025','ct_criteria1_score','0'),('2140','16025','ct_criteria2_name','Criteria #2'),('2141','16025','ct_criteria2_score','0'),('2142','16025','ct_criteria3_name','Criteria #3'),('2143','16025','ct_criteria3_score','0'),('2144','16025','ct_criteria4_name','Criteria #4'),('2145','16025','ct_criteria4_score','0'),('2146','16025','ct_criteria5_name','Criteria #5'),('2147','16025','ct_criteria5_score','0'),('2148','16025','_thumbnail_id','644'),('2149','16025','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2150','16025','_aioseop_title','You can If you think you can'),('2151','16025','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2152','16025','_aioseop_description','You can If you think you can'),('2153','16025','_qode-like','0'),('2154','16026','_roktabs_icon','__none__'),('2155','16026','_edit_last','1'),('2156','16026','dsq_thread_id','973458584'),('2157','16026','post_views_count','457'),('2158','16026','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2159','16026','ct_mb_post_video_type','youtube'),('2160','16026','ct_mb_post_video_file','m-IQhyOFunI'),('2161','16026','ct_mb_post_video_thumb','featured'),('2162','16026','ct_post_type','standard_post'),('2163','16026','ct_stars_color','#dd0c0c'),('2164','16026','ct_over_name','Overall Score'),('2165','16026','ct_over_score','0');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2166','16026','ct_criteria1_name','Criteria #1'),('2167','16026','ct_criteria1_score','0'),('2168','16026','ct_criteria2_name','Criteria #2'),('2169','16026','ct_criteria2_score','0'),('2170','16026','ct_criteria3_name','Criteria #3'),('2171','16026','ct_criteria3_score','0'),('2172','16026','ct_criteria4_name','Criteria #4'),('2173','16026','ct_criteria4_score','0'),('2174','16026','ct_criteria5_name','Criteria #5'),('2175','16026','ct_criteria5_score','0'),('2176','16026','_thumbnail_id','639'),('2177','16026','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2178','16026','_aioseop_title','Mindset - The starting point for success'),('2179','16026','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2180','16026','_aioseop_description','Mindset - The starting point for success'),('2181','16026','_qode-like','0'),('2182','16027','_edit_last','1'),('2183','16027','_roktabs_icon','__none__'),('2184','16027','dsq_thread_id','1088820947'),('2185','16027','post_views_count','651'),('2186','16027','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2187','16027','ct_post_type','standard_post'),('2188','16027','ct_mb_post_video_type','youtube'),('2189','16027','ct_mb_post_video_thumb','featured'),('2190','16027','ct_stars_color','#dd0c0c'),('2191','16027','ct_over_name','Overall Score'),('2192','16027','ct_over_score','0'),('2193','16027','ct_criteria1_name','Criteria #1'),('2194','16027','ct_criteria1_score','0'),('2195','16027','ct_criteria2_name','Criteria #2'),('2196','16027','ct_criteria2_score','0'),('2197','16027','ct_criteria3_name','Criteria #3'),('2198','16027','ct_criteria3_score','0'),('2199','16027','ct_criteria4_name','Criteria #4'),('2200','16027','ct_criteria4_score','0'),('2201','16027','ct_criteria5_name','Criteria #5'),('2202','16027','ct_criteria5_score','0'),('2203','16027','ct_mb_post_video_file','G1AOjcsu5ho'),('2204','16027','_thumbnail_id','636'),('2205','16027','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2206','16027','_aioseop_title','Commitment! - The main ingredient for success!'),('2207','16027','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2208','16027','_aioseop_description','Commitment! - The main ingredient for success!'),('2209','16027','_qode-like','0'),('2210','499','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E11.mp3'),('2211','499','_spptranscript',''),('2212','499','_audioduration','19:57'),('2213','499','_release_date','2015-01-11 22:29:37'),('2214','499','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:39:\"I2W: E11: How My Future Killed My Today\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2015/01/Future.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2215','499','post_views_count','0'),('2216','499','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2217','499','_aioseop_title','How My Future Killed My Today'),('2218','997','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2219','997','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2220','997','_spptranscript',''),('2221','997','_edit_last','2'),('2222','997','_wp_page_template','template-sitemap.php'),('2223','997','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:23:\"will you eliminate fear\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2224','997','slide_template','default'),('2225','997','_custom_page_desc',''),('2226','997','dsq_thread_id',''),('2227','997','_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:1050;s:16:\"restored_by_user\";i:3;s:13:\"restored_time\";i:1422978554;}'),('2228','1015','_spptranscript',''),('2229','1015','_edit_last','2'),('2230','1015','_wp_page_template','template-sitemap.php'),('2231','1015','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2232','1015','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2233','1015','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:34:\"7 Steps To Eliminating Fear Course\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2234','1015','slide_template','default'),('2235','1015','_custom_page_desc',''),('2236','1015','_aioseop_keywords','coaching, consulting, san diego, leadership, inspire, life coach, mentor, entrepreneur, business, success'),('2237','1020','_spptranscript',''),('2238','1020','_edit_last','2'),('2239','1020','_wp_page_template','template-sitemap.php'),('2240','1020','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2241','1020','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2242','1020','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:30:\"email confirm eliminating fear\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2243','1020','slide_template','default'),('2244','1020','_custom_page_desc',''),('2245','1025','_spptranscript',''),('2246','1025','_edit_last','2'),('2247','1025','_wp_page_template','template-sitemap.php'),('2248','1025','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2249','1025','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2250','1025','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:40:\"7 Steps To Eliminating Fear Course Video\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2251','1025','slide_template','default'),('2252','1025','_custom_page_desc',''),('2253','1027','_spptranscript',''),('2254','1027','_edit_last','2'),('2255','1027','_wp_page_template','template-sitemap.php'),('2256','1027','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2257','1027','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2258','1027','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:40:\"7 Steps To Eliminating Fear Course Ebook\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2259','1027','slide_template','default'),('2260','1027','_custom_page_desc',''),('2261','1030','_spptranscript',''),('2262','1030','_edit_last','2'),('2263','1030','_wp_page_template','template-sitemap.php'),('2264','1030','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2265','1030','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2266','1030','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:33:\"7 Steps To Eliminating Fear Audio\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2267','1030','slide_template','default'),('2268','1030','_custom_page_desc',''),('2269','1030','_aioseop_keywords','coaching, consulting, san diego, leadership, inspire, life coach, mentor, entrepreneur, business, success'),('2270','1201','dsq_thread_id',''),('2271','1201','_spptranscript',''),('2272','1201','_optimizepress_pagebuilder','Y'),('2273','1201','_optimizepress_feature_area','s:90:\"a:3:{s:4:\"type\";i:1;s:7:\"enabled\";s:1:\"N\";s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),('2274','1201','_optimizepress_theme','s:49:\"a:2:{s:4:\"type\";s:7:\"landing\";s:3:\"dir\";s:1:\"1\";}\";'),('2275','1201','_optimizepress_membership',''),('2276','1201','_optimizepress_header_layout','s:973:\"a:12:{s:4:\"logo\";s:105:\"http://inspiretowin.com/wp-content/plugins/optimizePressPlugin/pages/landing/1/styles/SampleLogo-Dark.png\";s:5:\"bgimg\";s:64:\"http://inspiretowin.com/wp-content/uploads/2015/02/i2wbanner.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#ffffff\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:5:\"below\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"28\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:2:\"28\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:24:\"http://inspiretowin.com/\";}\";'),('2277','1201','_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),('2278','1201','_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"Y\";s:7:\"message\";s:0:\"\";}}\";'),('2279','1201','_optimizepress_color_scheme_template',''),('2280','1201','_optimizepress_typography','s:1300:\"a:2:{s:13:\"font_elements\";a:10:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:22:\"landing_feature_arrows\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:14:\"PT Sans Narrow\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),('2281','1201','_optimizepress_color_scheme_advanced','s:1829:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}}\";'),('2282','1201','_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),('2283','1201','_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),('2284','1201','_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),('2285','1201','_optimizepress_fb_share',''),('2286','1201','_optimizepress_lightbox',''),('2287','1201','_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),('2288','1201','_optimizepress_one_time_offer',''),('2289','1201','_optimizepress_launch_gateway',''),('2290','1201','_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),('2291','1201','_optimizepress_page_thumbnail',''),('2292','1201','_edit_last','1'),('2293','1201','_wp_page_template','template-full-width.php'),('2294','1201','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2295','1201','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2296','1201','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:12:\"Work With Me\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2297','1201','slide_template','default'),('2298','1201','_custom_page_desc',''),('2299','16041','_dp_original','1176'),('2300','16041','sidebar',''),('2301','16041','_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:11:\"av_progress\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:14:\"av_team_member\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:14:\"av_team_member\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:14:\"av_team_member\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:14;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:2;a:3:{s:3:\"tag\";s:15:\"av_testimonials\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:27;}}'),('2302','16041','layout','fullsize'),('2303','16041','_wp_page_template','default'),('2304','16041','_aviaLayoutBuilder_active','active'),('2305','16041','header','no'),('2306','16041','_aviaLayoutBuilderCleanData','[av_one_half first]\r\n[av_slideshow size=\'portfolio\' animation=\'slide\' autoplay=\'true\' interval=\'5\']\r\n[av_slide id=\'316\']\r\n[av_slide id=\'315\']\r\n[av_slide id=\'314\']\r\n[/av_slideshow]\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/excited.png\' attachment=\'16439\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Welcome To Inspire To Win\' color=\'custom-color-heading\' style=\'\' custom_font=\'#2583e8\' size=\'\' subheading_active=\'\' subheading_size=\'10\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nThanks for stopping by InspireToWin.com!\r\n\r\nWe value your time and cant wait to get to know YOU!\r\n\r\nWe\'re gonna go out on a limb and guess you\'re a leader who wants more out of life for yourself and others!\r\n\r\nIf this is YOU - You\'re in the right place!\r\n\r\nInspire To Win started as a haven for motivation and inspiration! We powerfully want to inspire others to GREATNESS!  We truly believe everyone has something special within and we get super excited to help manifest those gifts, passions and if needed help develop the skills to bring them out.\r\n\r\nWe also love business, entrepreneurship and provide some of the best consulting, branding services and content on the market!\r\n\r\nSo if you\'re looking to get through a rough time, want to expand your business or looking for that extra special KICK IN THE REAR END! Look no further! My team and I got your back!\r\n\r\nNavigate through our site and let us know how we can be of contribution to you and your business!\r\n\r\nIn the meantime please feel free to listen to our podcast and follow Angel and Tulane on Periscope!\r\n\r\nWe love to provide VALUE and give back in ways that help transform LIVES!\r\n\r\nUntil we meet in person... KEEP LIVING LIFE TO THE FULLEST!\r\n[/av_textblock]\r\n\r\n[av_slideshow size=\'portfolio\' animation=\'slide\' autoplay=\'true\' interval=\'5\']\r\n[av_slide id=\'316\']\r\n[av_slide id=\'315\']\r\n[av_slide id=\'314\']\r\n[/av_slideshow]\r\n\r\n[av_button label=\'Work With Us\' link=\'manually,http://inspiretowin.com/contact/\' link_target=\'\' size=\'medium\' position=\'center\' icon_select=\'yes\' icon=\'ue889\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_full]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_full]\r\n\r\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Angel L. Rivera – Founder Inspire To Win\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#2583e8\' size=\'32\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_three_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>\r\n\r\nNote From Angel:</strong>\r\n\r\nWelcome to Inspire To Win - So glad you\'re here!\r\n\r\nI founded Inspire To Win during one of the hardest and most difficult economic times of my life. With the support of mentors, friends and family we were able to see our way out of the storm and into the sunshine!\r\n\r\nThrough the process my wife and I grew apart, grew individually then came back together. We are entrepreneurs at heart and have been to the trenches more times that than not. Inspire To Win is our walk, our struggle, our victory and our FUTURE!\r\n\r\nWe now motivate, consult and provide coaching specifically to new entrepreneurs, existing business owners and couples who are going through similar situations – Something we like to call <strong>“The Entrepreneur Whirlwind”!</strong>\r\n\r\nEngage with us… Contact us… We\'re here for you!\r\n\r\nTo Your Absolute Best!\r\nAngel &amp; Tulane Rivera\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_two_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/ANGEL.png\' attachment=\'16210\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'circle\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n[/av_two_fifth]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading tag=\'h2\' padding=\'26\' heading=\'We Specialize In\' color=\'meta-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'10\' custom_class=\'\'][/av_heading]\r\n\r\n[av_progress bar_styling=\'av-striped-bar\' bar_animation=\'av-animated-bar\']\r\n[av_progress_bar title=\'Business Consulting\' progress=\'100\' color=\'blue\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Social Media\' progress=\'100\' color=\'red\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Leadership\' progress=\'100\' color=\'silver\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Re-Branding\' progress=\'100\' color=\'aqua\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Speaking\' progress=\'100\' color=\'green\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[/av_progress]\r\n[/av_section]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">Get Connected For Inspiration!</h2>\r\n<p style=\"text-align: center;\">We are a team of dedicated professionals, ready to do what ever it takes to make your business grow</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'50\' shadow=\'no-shadow\' position=\'center\']\r\n\r\n[av_one_third first]\r\n[av_team_member name=\'www.periscope.tv/inspiretowin\' job=\'Join Me On Periscope!\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/periscope-i2w.png\' attachment=\'16217\' attachment_size=\'full\' description=\'Follow Angel L. Rivera on Periscope for Tips on Business, Life and All Things Periscope!\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'Click To Follow Me\' link=\'https://www.periscope.tv/inspiretowin\' link_target=\'\' icon=\'ue826\' font=\'entypo-fontello\']\r\n\r\n\r\n[/av_team_member]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_team_member name=\'Inspire To Win TV\' job=\'Subscribe Today!\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/youtube.png\' attachment=\'16455\' attachment_size=\'full\' description=\'Inspiring Videos & Tips For Life and Biz!\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'Visit Our Channel Now\' link=\'http://www.YouTube.com/InspireToWin\' link_target=\'_blank\' icon=\'ue921\' font=\'entypo-fontello\']\r\n\r\n\r\n[/av_team_member]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_team_member name=\'I2W - Podcast\' job=\'w/ Angel L. Rivera\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/podcast1.png\' attachment=\'16221\' attachment_size=\'full\' description=\'Ignite, Motivate, Inspire & Go Into Massive Action w/ Our Weekly Podcast!\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'Subsribe To Podcast\' link=\'http://www.InspireToWin.com/iTunes\' link_target=\'_blank\' icon=\'ue8a7\' font=\'entypo-fontello\']\r\n\r\n\r\n[/av_team_member]\r\n[/av_one_third]\r\n\r\n[av_section color=\'alternate_color\' custom_bg=\'\' src=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' padding=\'large\' shadow=\'shadow\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">What others say about us</h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'50\' position=\'center\']\r\n\r\n[av_testimonials style=\'grid\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_testimonial_single src=\'315\' name=\'Andrew Nelson\' subtitle=\'Past Client\' link=\'\' linktext=\'\']\r\nWhether you’re just getting started or you’re a full-blown entrepreneur the podcast and blog will add massive value to your business and personal life! Follow their feeds, social media platforms and stay plugged in!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Leslie Hassler\' subtitle=\' CEO - Your Biz Rules\' link=\'\' linktext=\'Your Biz Rules\']\r\nLOVE, LOVE, LOVE! As a coach it is so much harder for me to help entrepreneurs when they arent inspired, have forgotten to dream and have lost their fire in their belly. This is a great resource for anyone looking for bettering their life!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Ruben Jones\' subtitle=\'\' link=\'\' linktext=\'\']\r\nExcellent branding professionals... My new logo turned out amazing and their ability to help navigate through ideas and purpose is fantastic! Highly recommend them for any new or existing entrepreneurs!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Nick\' subtitle=\'CEO - 5 Minutes w/ Dad\' link=\'\' linktext=\'Five Minutes w/ Dad\']\r\nI love intentionally putting marriage in with life, business and entrepreneurship. Having a healthy marriage is so critical to succeeding in other areas of life. Great Stuff!!\r\n[/av_testimonial_single]\r\n[/av_testimonials]\r\n[/av_section]\r\n\r\n'),('2307','489','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-EP19.mp3'),('2308','489','_audioduration','21:51'),('2309','489','_release_date','2015-07-03 22:43:07'),('2310','489','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:51:\"I2W: E19: How Self Image Can Make You or Break You!\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:51:\"I2W: E19: How Self Image Can Make You or Break You!\";s:5:\"image\";s:64:\"http://inspiretowin.com/wp-content/uploads/2015/07/selfimage.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2311','259','_edit_last','1'),('2312','259','image',''),('2313','259','dsq_thread_id','123440459'),('2314','259','_roktabs_icon','__none__'),('2315','259','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2010/06/findingpurpose.jpg'),('2316','259','post_views_count','1490'),('2317','259','_thumbnail_id','16357'),('2318','259','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2319','259','ct_mb_post_video_type','vimeo'),('2320','259','ct_mb_post_video_thumb','auto'),('2321','259','ct_post_type','standard_post'),('2322','259','ct_stars_color','#dd0c0c'),('2323','259','ct_over_name','Overall Score'),('2324','259','ct_over_score','0'),('2325','259','ct_criteria1_name','Criteria #1'),('2326','259','ct_criteria1_score','0'),('2327','259','ct_criteria2_name','Criteria #2'),('2328','259','ct_criteria2_score','0'),('2329','259','ct_criteria3_name','Criteria #3'),('2330','259','ct_criteria3_score','0'),('2331','259','ct_criteria4_name','Criteria #4'),('2332','259','ct_criteria4_score','0'),('2333','259','ct_criteria5_name','Criteria #5'),('2334','259','ct_criteria5_score','0'),('2335','259','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:17:\"Stuck In A Slump?\";s:5:\"image\";s:60:\"http://inspiretowin.com/wp-content/uploads/2014/10/slump.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2336','259','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2337','259','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2338','259','slide_template','default'),('2339','259','_spptranscript',''),('2340','259','_aioseop_title','Are you stuck in a slump'),('2341','259','_aioseop_description','Are you stuck in a slump'),('2342','259','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2343','259','_qode-like','0'),('2344','343','_edit_last','1'),('2345','343','_roktabs_icon','__none__'),('2346','343','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2011/04/YourSonsHeart.jpg'),('2347','343','dsq_thread_id','279062443'),('2348','343','post_views_count','462'),('2349','343','_thumbnail_id','16369'),('2350','343','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2351','343','ct_mb_post_video_type','vimeo'),('2352','343','ct_mb_post_video_thumb','auto'),('2353','343','ct_post_type','standard_post'),('2354','343','ct_stars_color','#dd0c0c'),('2355','343','ct_over_name','Overall Score'),('2356','343','ct_over_score','0'),('2357','343','ct_criteria1_name','Criteria #1'),('2358','343','ct_criteria1_score','0'),('2359','343','ct_criteria2_name','Criteria #2'),('2360','343','ct_criteria2_score','0'),('2361','343','ct_criteria3_name','Criteria #3'),('2362','343','ct_criteria3_score','0'),('2363','343','ct_criteria4_name','Criteria #4'),('2364','343','ct_criteria4_score','0'),('2365','343','ct_criteria5_name','Criteria #5');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2366','343','ct_criteria5_score','0'),('2367','343','_wp_old_slug','343'),('2368','343','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2369','343','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:48:\"Pursuit of Your Son&#8217;s Heart &#8211; Part 1\";s:5:\"image\";s:65:\"http://inspiretowin.com/wp-content/uploads/2014/10/Pursuitson.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2370','343','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2371','343','slide_template','default'),('2372','343','_spptranscript',''),('2373','343','_aioseop_title','Pursuit of your son&#039;s heart!'),('2374','343','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2375','343','_aioseop_description','Pursuit of your son&#039;s heart!'),('2376','16042','_edit_last','1'),('2377','16042','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2011/07/finishstrong.jpg'),('2378','16042','_roktabs_icon','__none__'),('2379','16042','dsq_thread_id','364989142'),('2380','16042','post_views_count','1730'),('2382','16042','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2383','16042','ct_mb_post_video_type','vimeo'),('2384','16042','ct_mb_post_video_thumb','auto'),('2385','16042','ct_post_type','standard_post'),('2386','16042','ct_stars_color','#dd0c0c'),('2387','16042','ct_over_name','Overall Score'),('2388','16042','ct_over_score','0'),('2389','16042','ct_criteria1_name','Criteria #1'),('2390','16042','ct_criteria1_score','0'),('2391','16042','ct_criteria2_name','Criteria #2'),('2392','16042','ct_criteria2_score','0'),('2393','16042','ct_criteria3_name','Criteria #3'),('2394','16042','ct_criteria3_score','0'),('2395','16042','ct_criteria4_name','Criteria #4'),('2396','16042','ct_criteria4_score','0'),('2397','16042','ct_criteria5_name','Criteria #5'),('2398','16042','ct_criteria5_score','0'),('2399','16042','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2400','16042','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:23:\"Finishing Strong&#8230;\";s:5:\"image\";s:67:\"http://inspiretowin.com/wp-content/uploads/2014/10/finishStrong.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2401','16042','_aioseop_title','Finish Strong Never quit... Never give up'),('2402','16042','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2403','16042','slide_template','default'),('2404','16042','_spptranscript',''),('2405','16042','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2406','16042','_aioseop_description','Finish Strong Never quit... Never give up'),('2407','16042','_qode-like','0'),('2408','16043','_edit_last','1'),('2409','16043','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2012/02/Consistency.jpg'),('2410','16043','_roktabs_icon','__none__'),('2411','16043','dsq_thread_id','564831639'),('2412','16043','post_views_count','2598'),('2413','16043','_thumbnail_id','16359'),('2414','16043','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2415','16043','ct_mb_post_video_type','vimeo'),('2416','16043','ct_mb_post_video_thumb','auto'),('2417','16043','ct_post_type','standard_post'),('2418','16043','ct_stars_color','#dd0c0c'),('2419','16043','ct_over_name','Overall Score'),('2420','16043','ct_over_score','0'),('2421','16043','ct_criteria1_name','Criteria #1'),('2422','16043','ct_criteria1_score','0'),('2423','16043','ct_criteria2_name','Criteria #2'),('2424','16043','ct_criteria2_score','0'),('2425','16043','ct_criteria3_name','Criteria #3'),('2426','16043','ct_criteria3_score','0'),('2427','16043','ct_criteria4_name','Criteria #4'),('2428','16043','ct_criteria4_score','0'),('2429','16043','ct_criteria5_name','Criteria #5'),('2430','16043','ct_criteria5_score','0'),('2431','16043','_aioseop_title','Consistency - The key to success!'),('2432','16043','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2433','16043','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:30:\"Consistency Is Key To Success!\";s:5:\"image\";s:65:\"http://inspiretowin.com/wp-content/uploads/2014/10/consistent.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2434','16043','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2435','16043','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2436','16043','slide_template','default'),('2437','16043','_spptranscript',''),('2438','16043','_aioseop_description','Consistency - The key to success!'),('2439','16044','_edit_last','1'),('2440','16044','_roknewspager_thumb','http://inspiretowin.com/wp-content/uploads/2012/02/parachute.jpg'),('2441','16044','_roktabs_icon','__none__'),('2442','16044','dsq_thread_id','579417112'),('2443','16044','post_views_count','863'),('2444','16044','_thumbnail_id','16367'),('2445','16044','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2446','16044','ct_mb_post_video_type','vimeo'),('2447','16044','ct_mb_post_video_thumb','auto'),('2448','16044','ct_post_type','standard_post'),('2449','16044','ct_stars_color','#dd0c0c'),('2450','16044','ct_over_name','Overall Score'),('2451','16044','ct_over_score','0'),('2452','16044','ct_criteria1_name','Criteria #1'),('2453','16044','ct_criteria1_score','0'),('2454','16044','ct_criteria2_name','Criteria #2'),('2455','16044','ct_criteria2_score','0'),('2456','16044','ct_criteria3_name','Criteria #3'),('2457','16044','ct_criteria3_score','0'),('2458','16044','ct_criteria4_name','Criteria #4'),('2459','16044','ct_criteria4_score','0'),('2460','16044','ct_criteria5_name','Criteria #5'),('2461','16044','ct_criteria5_score','0'),('2462','16044','_aioseop_title','Who packed your parachute?'),('2463','16044','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2464','16044','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:26:\"Who Packed Your Parachute?\";s:5:\"image\";s:64:\"http://inspiretowin.com/wp-content/uploads/2014/10/parachute.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2465','16044','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2466','16044','_spptranscript','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2467','16044','slide_template','default'),('2468','16044','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2469','16044','_aioseop_description','Who packed your parachute?'),('2470','16045','_roktabs_icon','__none__'),('2471','16045','_edit_last','1'),('2472','16045','dsq_thread_id','1088821006'),('2473','16045','post_views_count','671'),('2474','16045','ct_mb_post_video_type','youtube'),('2475','16045','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2476','16045','ct_mb_post_video_thumb','featured'),('2477','16045','ct_post_type','standard_post'),('2478','16045','ct_stars_color','#dd0c0c'),('2479','16045','ct_over_name','Overall Score'),('2480','16045','ct_over_score','0'),('2481','16045','ct_criteria1_name','Criteria #1'),('2482','16045','ct_criteria1_score','0'),('2483','16045','ct_criteria2_name','Criteria #2'),('2484','16045','ct_criteria2_score','0'),('2485','16045','ct_criteria3_name','Criteria #3'),('2486','16045','ct_criteria3_score','0'),('2487','16045','ct_criteria4_name','Criteria #4'),('2488','16045','ct_criteria4_score','0'),('2489','16045','ct_criteria5_name','Criteria #5'),('2490','16045','ct_criteria5_score','0'),('2491','16045','ct_mb_post_video_file','86BtF4qG0lk'),('2492','16045','_thumbnail_id','634'),('2493','16045','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2494','16045','_aioseop_title','Consistency... The Golden Rule For Momentum'),('2495','16045','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2496','16045','_aioseop_description','Consistency... The Golden Rule For Momentum'),('2497','16045','_qode-like','0'),('2498','16046','_edit_last','1'),('2499','16046','_roktabs_icon','__none__'),('2500','16046','_roknewspager_thumb','http://inspiretowin.com/?attachment_id=518'),('2501','16046','dsq_thread_id','1017424608'),('2502','16046','post_views_count','734'),('2503','16046','ct_post_type','standard_post'),('2504','16046','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2505','16046','ct_mb_post_video_type','vimeo'),('2506','16046','ct_mb_post_video_thumb','auto'),('2507','16046','_thumbnail_id','16329'),('2508','16046','ct_stars_color','#dd0c0c'),('2509','16046','ct_over_name','Overall Score'),('2510','16046','ct_over_score','0'),('2511','16046','ct_criteria1_name','Criteria #1'),('2512','16046','ct_criteria1_score','0'),('2513','16046','ct_criteria2_name','Criteria #2'),('2514','16046','ct_criteria2_score','0'),('2515','16046','ct_criteria3_name','Criteria #3'),('2516','16046','ct_criteria3_score','0'),('2517','16046','ct_criteria4_name','Criteria #4'),('2518','16046','ct_criteria4_score','0'),('2519','16046','ct_criteria5_name','Criteria #5'),('2520','16046','ct_criteria5_score','0'),('2521','16046','_aioseop_title','Are you infected? There&#039;s a cure'),('2522','16046','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2523','16046','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:17:\"Are You Infected?\";s:5:\"image\";s:63:\"http://inspiretowin.com/wp-content/uploads/2015/02/infected.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2524','16046','_spptranscript',''),('2525','16046','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2526','16046','slide_template','default'),('2527','16046','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2528','16046','_aioseop_description','Are you infected? There&#039;s a cure'),('2529','16046','_qode-like','0'),('2530','16047','_edit_last','1'),('2531','16047','_roknewspager_thumb','http://inspiretowin.com/?attachment_id=538'),('2532','16047','_roktabs_icon','__none__'),('2533','16047','dsq_thread_id','1360958485'),('2534','16047','post_views_count','734'),('2535','16047','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2536','16047','ct_mb_post_video_type','vimeo'),('2537','16047','ct_mb_post_video_thumb','auto'),('2538','16047','ct_post_type','standard_post'),('2539','16047','ct_stars_color','#dd0c0c'),('2540','16047','ct_over_name','Overall Score'),('2541','16047','ct_over_score','0'),('2542','16047','ct_criteria1_name','Criteria #1'),('2543','16047','ct_criteria1_score','0'),('2544','16047','ct_criteria2_name','Criteria #2'),('2545','16047','ct_criteria2_score','0'),('2546','16047','ct_criteria3_name','Criteria #3'),('2547','16047','ct_criteria3_score','0'),('2548','16047','ct_criteria4_name','Criteria #4'),('2549','16047','ct_criteria4_score','0'),('2550','16047','ct_criteria5_name','Criteria #5'),('2551','16047','ct_criteria5_score','0'),('2552','16047','_thumbnail_id','16377'),('2553','16047','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2554','16047','_aioseop_title','Your Network will determine your networth'),('2555','16047','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:41:\"Your Network Will Determine Your Networth\";s:5:\"image\";s:63:\"http://inspiretowin.com/wp-content/uploads/2013/06/networth.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2556','16047','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2557','16047','_aioseop_description','Your Network will determine your networth'),('2558','16047','_qode-like','0'),('2559','689','dsq_thread_id','1364572681'),('2560','689','ct_over_score','0'),('2561','689','ct_criteria1_name','Criteria #1'),('2562','689','ct_over_name','Overall Score'),('2563','689','ct_post_type','standard_post'),('2564','689','ct_stars_color','#dd0c0c'),('2565','689','ct_mb_post_video_thumb','auto'),('2566','689','ct_mb_post_video_type','vimeo');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2567','689','_roktabs_icon','__none__'),('2568','689','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2569','689','_edit_last','1'),('2570','689','_thumbnail_id','686'),('2571','689','ct_criteria1_score','0'),('2572','689','ct_criteria2_name','Criteria #2'),('2573','689','ct_criteria2_score','0'),('2574','689','ct_criteria3_name','Criteria #3'),('2575','689','ct_criteria3_score','0'),('2576','689','ct_criteria4_name','Criteria #4'),('2577','689','ct_criteria4_score','0'),('2578','689','ct_criteria5_name','Criteria #5'),('2579','689','ct_criteria5_score','0'),('2580','689','post_views_count','770'),('2581','689','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2582','689','_aioseop_title','What am I so happy about?'),('2583','689','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2584','689','_aioseop_description','What am I so happy about?'),('2585','689','_qode-like','0'),('2586','720','ct_criteria1_name','Criteria #1'),('2587','720','ct_criteria1_score','0'),('2588','720','ct_criteria2_name','Criteria #2'),('2589','720','ct_criteria2_score','0'),('2590','720','ct_criteria3_name','Criteria #3'),('2591','720','ct_criteria3_score','0'),('2592','720','ct_criteria4_name','Criteria #4'),('2593','720','ct_criteria4_score','0'),('2594','720','ct_criteria5_name','Criteria #5'),('2595','720','ct_criteria5_score','0'),('2596','720','_thumbnail_id','16376'),('2597','720','_roktabs_icon','__none__'),('2598','720','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2599','720','ct_mb_post_video_type','vimeo'),('2600','720','ct_mb_post_video_thumb','auto'),('2601','720','dsq_thread_id','1392283220'),('2602','720','post_views_count','2077'),('2603','720','ct_post_type','standard_post'),('2604','720','ct_stars_color','#dd0c0c'),('2605','720','ct_over_name','Overall Score'),('2606','720','ct_over_score','0'),('2607','720','_edit_last','1'),('2608','720','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2609','720','_aioseop_title','Have a Scrappy Doo Attitude!'),('2610','720','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:28:\"Have A Scrappy Doo Attitude!\";s:5:\"image\";s:62:\"http://inspiretowin.com/wp-content/uploads/2013/06/scrappy.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2611','720','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:4;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2612','720','_aioseop_description','Have a Scrappy Doo Attitude!'),('2613','731','_edit_last','1'),('2614','731','_roktabs_icon','__none__'),('2615','731','ct_criteria1_name','Criteria #1'),('2616','731','_thumbnail_id','16375'),('2617','731','ct_criteria3_name','Criteria #3'),('2618','731','ct_criteria3_score','0'),('2619','731','ct_criteria4_name','Criteria #4'),('2620','731','ct_criteria4_score','0'),('2621','731','ct_criteria5_name','Criteria #5'),('2622','731','ct_criteria5_score','0'),('2623','731','dsq_thread_id','1497768045'),('2624','731','ct_criteria2_name','Criteria #2'),('2625','731','ct_criteria1_score','0'),('2626','731','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2627','731','ct_mb_post_video_type','youtube'),('2628','731','ct_mb_post_video_file','86BtF4qG0lk'),('2629','731','ct_mb_post_video_thumb','featured'),('2630','731','post_views_count','773'),('2631','731','ct_post_type','standard_post'),('2632','731','ct_stars_color','#dd0c0c'),('2633','731','ct_over_name','Overall Score'),('2634','731','ct_over_score','0'),('2635','731','ct_criteria2_score','0'),('2636','731','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2637','731','_aioseop_title','Steve Jobs... Before The Turltleneck'),('2638','731','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:41:\"Steve Jobs &#8211; Before The Turtle Neck\";s:5:\"image\";s:60:\"http://inspiretowin.com/wp-content/uploads/2013/07/steve.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2639','731','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2640','731','_aioseop_description','Steve Jobs... Before The Turltleneck'),('2641','745','ct_criteria2_score','0'),('2642','745','ct_criteria3_name','Criteria #3'),('2643','745','ct_criteria3_score','0'),('2644','745','ct_criteria4_name','Criteria #4'),('2645','745','ct_criteria5_name','Criteria #5'),('2646','745','ct_criteria5_score','0'),('2647','745','post_views_count','836'),('2648','745','_thumbnail_id','16374'),('2649','745','ct_criteria4_score','0'),('2650','745','ct_mb_post_video_file','ILJGpjdY9U8'),('2651','745','ct_mb_post_video_thumb','auto'),('2652','745','ct_post_type','standard_post'),('2653','745','ct_stars_color','#dd0c0c'),('2654','745','ct_over_name','Overall Score'),('2655','745','ct_over_score','0'),('2656','745','ct_criteria1_name','Criteria #1'),('2657','745','ct_criteria1_score','0'),('2658','745','ct_criteria2_name','Criteria #2'),('2659','745','ct_mb_post_video_type','youtube'),('2660','745','_roktabs_icon','__none__'),('2661','745','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2662','745','_edit_last','1'),('2663','745','dsq_thread_id','1611130187'),('2664','745','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2665','745','_aioseop_title','What&#039;s stopping you?'),('2666','745','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:26:\"What&#8217;s Stopping You?\";s:5:\"image\";s:59:\"http://inspiretowin.com/wp-content/uploads/2013/08/stop.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2667','745','_aioseop_description','What&#039;s stopping you?'),('2668','756','_edit_last','1'),('2669','756','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2670','756','_roktabs_icon','__none__'),('2671','756','ct_mb_post_video_type','vimeo'),('2672','756','ct_mb_post_video_thumb','auto'),('2673','756','ct_post_type','standard_post'),('2674','756','ct_stars_color','#dd0c0c'),('2675','756','ct_over_name','Overall Score'),('2676','756','ct_over_score','0'),('2677','756','ct_criteria1_name','Criteria #1'),('2678','756','ct_criteria1_score','0'),('2679','756','ct_criteria2_name','Criteria #2'),('2680','756','ct_criteria2_score','0'),('2681','756','ct_criteria3_name','Criteria #3'),('2682','756','ct_criteria3_score','0'),('2683','756','ct_criteria4_name','Criteria #4'),('2684','756','ct_criteria4_score','0'),('2685','756','ct_criteria5_name','Criteria #5'),('2686','756','ct_criteria5_score','0'),('2687','756','post_views_count','643'),('2688','756','dsq_thread_id','1804441183'),('2689','756','_thumbnail_id','16372'),('2690','756','_aioseop_title','Restart your momentum in life!'),('2691','756','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2692','756','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:24:\"Ctrl, Alt, Delete&#8230;\";s:5:\"image\";s:65:\"http://inspiretowin.com/wp-content/uploads/2013/09/ctrlaltdel.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2693','756','_aioseop_description','Restart your momentum in life!'),('2694','766','_edit_last','1'),('2695','766','_thumbnail_id','16371'),('2696','766','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2697','766','_roktabs_icon','__none__'),('2698','766','ct_mb_post_video_type','vimeo'),('2699','766','ct_mb_post_video_thumb','auto'),('2700','766','ct_post_type','standard_post'),('2701','766','ct_stars_color','#dd0c0c'),('2702','766','ct_over_name','Overall Score'),('2703','766','ct_over_score','0'),('2704','766','ct_criteria1_name','Criteria #1'),('2705','766','ct_criteria1_score','0'),('2706','766','ct_criteria2_name','Criteria #2'),('2707','766','ct_criteria2_score','0'),('2708','766','ct_criteria3_name','Criteria #3'),('2709','766','ct_criteria3_score','0'),('2710','766','ct_criteria4_name','Criteria #4'),('2711','766','ct_criteria4_score','0'),('2712','766','ct_criteria5_name','Criteria #5'),('2713','766','ct_criteria5_score','0'),('2714','766','post_views_count','624'),('2715','766','dsq_thread_id','1821467277'),('2716','766','_aioseop_description','\"Scape Goat\" - Most commonly known when someone disassociates blame from themselves and places it on someone else'),('2717','766','_aioseop_title','Scape Goat - Are you playing this game | InspireToWin.com'),('2718','766','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2719','766','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:44:\"Scape Goat&#8230; Are You Playing This Game?\";s:5:\"image\";s:64:\"http://inspiretowin.com/wp-content/uploads/2013/10/scapegoat.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2720','766','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2721','511','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E02.mp3'),('2722','511','_spptranscript',''),('2723','511','_audioduration','26:17'),('2724','511','_release_date','2014-10-06 07:54:26'),('2725','511','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:29:\"I2W: E02: Goals Versus Dreams\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:29:\"I2W: E02: Goals Versus Dreams\";s:5:\"image\";s:68:\"http://inspiretowin.com/wp-content/uploads/2014/10/goalsvsdreams.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2726','511','post_views_count','143'),('2727','511','_aioseop_keywords','Inspire, Motivate, Entrepreneur, success, empower, business, network, leader, leadership, serve, win, confidence, '),('2728','511','_aioseop_title','Goals Versus Dreams'),('2729','511','_edit_last','1'),('2730','511','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2731','511','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2732','511','slide_template','default'),('2733','511','ct_mb_post_video_type','vimeo'),('2734','511','ct_mb_post_video_thumb','auto'),('2735','511','ct_post_type','standard_post'),('2736','511','ct_stars_color','#dd0c0c'),('2737','511','ct_over_name','Overall Score'),('2738','511','ct_over_score','0'),('2739','511','ct_criteria1_name','Criteria #1'),('2740','511','ct_criteria1_score','0'),('2741','511','ct_criteria2_name','Criteria #2'),('2742','511','ct_criteria2_score','0'),('2743','511','ct_criteria3_name','Criteria #3'),('2744','511','ct_criteria3_score','0'),('2745','511','ct_criteria4_name','Criteria #4'),('2746','511','ct_criteria4_score','0'),('2747','511','ct_criteria5_name','Criteria #5'),('2748','511','ct_criteria5_score','0'),('2749','511','dsq_thread_id','3150623220'),('2751','511','_aioseop_description','Goals Versus Dreams'),('2752','512','_spptranscript',''),('2753','512','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E01.mp3'),('2754','512','_audioduration','25:33'),('2755','512','_release_date','2014-10-06 07:02:45'),('2756','512','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:57:\"I2W: E01: Who Is Angel and Tulane Rivera / Inspire To Win\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:57:\"I2W: E01: Who Is Angel and Tulane Rivera / Inspire To Win\";s:5:\"image\";s:66:\"http://inspiretowin.com/wp-content/uploads/2014/10/angeltulane.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2757','512','post_views_count','293'),('2758','512','_aioseop_keywords','Inspire, Motivate, Entrepreneur, success, empower, business, network, leader, leadership, serve, win, confidence, '),('2759','512','_aioseop_title','Who is Angel and Tulane / Inspire To Win'),('2760','512','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2761','512','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2762','512','_edit_last','1'),('2763','512','slide_template','default'),('2764','512','ct_mb_post_video_type','vimeo'),('2765','512','ct_mb_post_video_thumb','auto'),('2766','512','ct_post_type','standard_post'),('2767','512','ct_stars_color','#dd0c0c');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2768','512','ct_over_name','Overall Score'),('2769','512','ct_over_score','0'),('2770','512','ct_criteria1_name','Criteria #1'),('2771','512','ct_criteria1_score','0'),('2772','512','ct_criteria2_name','Criteria #2'),('2773','512','ct_criteria2_score','0'),('2774','512','ct_criteria3_name','Criteria #3'),('2775','512','ct_criteria3_score','0'),('2776','512','ct_criteria4_name','Criteria #4'),('2777','512','ct_criteria4_score','0'),('2778','512','ct_criteria5_name','Criteria #5'),('2779','512','ct_criteria5_score','0'),('2780','512','dsq_thread_id','3128389029'),('2782','512','_flare_counts','a:5:{s:7:\"twitter\";i:1;s:8:\"facebook\";i:5;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2783','512','_aioseop_description','Who is Angel and Tulane / Inspire To Win'),('2784','843','_spptranscript',''),('2785','843','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E03.mp3'),('2786','843','_audioduration','16:30'),('2787','843','_release_date','2014-10-08 19:54:56'),('2788','843','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:41:\"I2W-E03 &#8211; Lay Your Foundation Right\";s:5:\"image\";s:65:\"http://inspiretowin.com/wp-content/uploads/2014/10/foundation.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2789','843','post_views_count','162'),('2790','843','_aioseop_title','Lay Your Foundation Right'),('2791','843','_aioseop_keywords','Inspire, Motivate, Entrepreneur, success, empower, business, network, leader, leadership, serve, win, confidence, '),('2792','843','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2793','843','_edit_last','1'),('2794','843','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2795','843','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2796','843','slide_template','default'),('2797','843','ct_mb_post_video_type','vimeo'),('2798','843','ct_mb_post_video_thumb','auto'),('2799','843','ct_post_type','standard_post'),('2800','843','ct_stars_color','#dd0c0c'),('2801','843','ct_over_name','Overall Score'),('2802','843','ct_over_score','0'),('2803','843','ct_criteria1_name','Criteria #1'),('2804','843','ct_criteria1_score','0'),('2805','843','ct_criteria2_name','Criteria #2'),('2806','843','ct_criteria2_score','0'),('2807','843','ct_criteria3_name','Criteria #3'),('2808','843','ct_criteria3_score','0'),('2809','843','ct_criteria4_name','Criteria #4'),('2810','843','ct_criteria4_score','0'),('2811','843','ct_criteria5_name','Criteria #5'),('2812','843','ct_criteria5_score','0'),('2813','843','dsq_thread_id','3150621881'),('2814','843','_wp_old_slug','i2w-e03-lay-your-foundation-right'),('2815','843','_aioseop_description','Lay Your Foundation Right'),('2816','859','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:36:\"I2W-E04: On Your Mark: Lazer Focused\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:36:\"I2W-E04: On Your Mark: Lazer Focused\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('2817','859','_audioduration','23:07'),('2818','859','_release_date','2014-10-15 17:12:44'),('2819','859','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E04.mp3'),('2820','859','_spptranscript',''),('2821','859','_aioseop_keywords','Inspire, Motivate, Entrepreneur, success, empower, business, network, leader, leadership, serve, win, confidence, '),('2822','859','_aioseop_title','On Your Mark: Staying Lazer Focused'),('2823','859','post_views_count','216'),('2824','859','_edit_last','1'),('2825','859','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2826','859','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2827','859','slide_template','default'),('2828','859','ct_mb_post_video_type','vimeo'),('2829','859','ct_mb_post_video_thumb','auto'),('2830','859','ct_post_type','standard_post'),('2831','859','ct_stars_color','#dd0c0c'),('2832','859','ct_over_name','Overall Score'),('2833','859','ct_over_score','0'),('2834','859','ct_criteria1_name','Criteria #1'),('2835','859','ct_criteria1_score','0'),('2836','859','ct_criteria2_name','Criteria #2'),('2837','859','ct_criteria2_score','0'),('2838','859','ct_criteria3_name','Criteria #3'),('2839','859','ct_criteria3_score','0'),('2840','859','ct_criteria4_name','Criteria #4'),('2841','859','ct_criteria4_score','0'),('2842','859','ct_criteria5_name','Criteria #5'),('2843','859','ct_criteria5_score','0'),('2844','859','_flare_counts','a:5:{s:7:\"twitter\";i:0;s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;s:10:\"googleplus\";i:0;s:8:\"linkedin\";i:0;}'),('2845','859','dsq_thread_id','3150610245'),('2846','859','_aioseop_description','On Your Mark: Staying Lazer Focused'),('2847','508','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E05.mp3'),('2848','508','_audioduration','17:45'),('2849','508','_spptranscript',''),('2850','508','_release_date','2014-10-24 07:21:22'),('2851','508','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:33:\"I2W: E05: Fake It Til You Make It\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2014/10/fakeit.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2852','508','post_views_count','291'),('2853','508','_edit_last','1'),('2854','508','dsq_thread_id','3150614682'),('2855','508','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2856','508','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2857','508','slide_template','default'),('2858','508','ct_mb_post_video_type','vimeo'),('2859','508','ct_mb_post_video_thumb','auto'),('2860','508','ct_post_type','standard_post'),('2861','508','ct_stars_color','#dd0c0c'),('2862','508','ct_over_name','Overall Score'),('2863','508','ct_over_score','0'),('2864','508','ct_criteria1_name','Criteria #1'),('2865','508','ct_criteria1_score','0'),('2866','508','ct_criteria2_name','Criteria #2'),('2867','508','ct_criteria2_score','0'),('2868','508','ct_criteria3_name','Criteria #3');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2869','508','ct_criteria3_score','0'),('2870','508','ct_criteria4_name','Criteria #4'),('2871','508','ct_criteria4_score','0'),('2872','508','ct_criteria5_name','Criteria #5'),('2873','508','ct_criteria5_score','0'),('2874','508','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2875','508','_aioseop_title','Fake it til you make it'),('2876','508','_aioseop_description','Fake it til you make it'),('2877','507','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E06.mp3'),('2878','507','_spptranscript',''),('2879','507','_audioduration','19:14'),('2880','507','_release_date','2014-10-30 05:41:14'),('2881','507','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:33:\"I2W: E06: Emotional Rollercoaster\";}s:5:\"image\";a:1:{s:5:\"value\";s:68:\"http://inspiretowin.com/wp-content/uploads/2014/10/rollercoaster.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2882','507','post_views_count','230'),('2883','507','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2884','507','_edit_last','1'),('2885','507','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2886','507','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2887','507','slide_template','default'),('2888','507','ct_mb_post_video_type','vimeo'),('2889','507','ct_mb_post_video_thumb','auto'),('2890','507','ct_post_type','standard_post'),('2891','507','ct_stars_color','#dd0c0c'),('2892','507','ct_over_name','Overall Score'),('2893','507','ct_over_score','0'),('2894','507','ct_criteria1_name','Criteria #1'),('2895','507','ct_criteria1_score','0'),('2896','507','ct_criteria2_name','Criteria #2'),('2897','507','ct_criteria2_score','0'),('2898','507','ct_criteria3_name','Criteria #3'),('2899','507','ct_criteria3_score','0'),('2900','507','ct_criteria4_name','Criteria #4'),('2901','507','ct_criteria4_score','0'),('2902','507','ct_criteria5_name','Criteria #5'),('2903','507','ct_criteria5_score','0'),('2904','507','_aioseop_title','Entrepreneur - Emotional Rollercoaster'),('2905','507','_aioseop_description','Entrepreneur - Emotional Rollercoaster'),('2906','507','dsq_thread_id','3295610555'),('2907','506','_spptranscript',''),('2908','506','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B01.mp3'),('2909','506','_audioduration','18:20'),('2910','506','_release_date','2014-11-05 06:57:25'),('2911','506','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:31:\"I2W: B01: Your Strike Is Coming\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2014/11/strike.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2912','506','post_views_count','199'),('2913','506','_aioseop_title','Your Strike Is Coming - Overcoming Self Doubt'),('2914','506','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2915','506','_aioseop_description','Your Strike Is Coming - Overcoming Self Doubt'),('2916','506','_edit_last','1'),('2917','506','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2918','506','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2919','506','slide_template','default'),('2920','506','ct_mb_post_video_type','vimeo'),('2921','506','ct_mb_post_video_thumb','auto'),('2922','506','ct_post_type','standard_post'),('2923','506','ct_stars_color','#dd0c0c'),('2924','506','ct_over_name','Overall Score'),('2925','506','ct_over_score','0'),('2926','506','ct_criteria1_name','Criteria #1'),('2927','506','ct_criteria1_score','0'),('2928','506','ct_criteria2_name','Criteria #2'),('2929','506','ct_criteria2_score','0'),('2930','506','ct_criteria3_name','Criteria #3'),('2931','506','ct_criteria3_score','0'),('2932','506','ct_criteria4_name','Criteria #4'),('2933','506','ct_criteria4_score','0'),('2934','506','ct_criteria5_name','Criteria #5'),('2935','506','ct_criteria5_score','0'),('2936','505','_spptranscript',''),('2937','505','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-EO7.mp3'),('2938','505','_audioduration','19:25'),('2939','505','_release_date','2014-11-15 06:52:07'),('2940','505','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:46:\"I2W: E07: Weeds Don&#8217;t Need Water To Grow\";}s:5:\"image\";a:1:{s:5:\"value\";s:60:\"http://inspiretowin.com/wp-content/uploads/2014/11/weeds.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2941','505','post_views_count','172'),('2942','505','_aioseop_description','Developing a positive, inspired and motivated mindset to starve your weeds!'),('2943','505','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2944','505','_edit_last','1'),('2945','505','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2946','505','_aioseop_title','Weeds Dont Need Water To Grow!'),('2947','505','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2948','505','slide_template','default'),('2949','505','ct_mb_post_video_type','vimeo'),('2950','505','ct_mb_post_video_thumb','auto'),('2951','505','ct_post_type','standard_post'),('2952','505','ct_stars_color','#dd0c0c'),('2953','505','ct_over_name','Overall Score'),('2954','505','ct_over_score','0'),('2955','505','ct_criteria1_name','Criteria #1'),('2956','505','ct_criteria1_score','0'),('2957','505','ct_criteria2_name','Criteria #2'),('2958','505','ct_criteria2_score','0'),('2959','505','ct_criteria3_name','Criteria #3'),('2960','505','ct_criteria3_score','0'),('2961','505','ct_criteria4_name','Criteria #4'),('2962','505','ct_criteria4_score','0'),('2963','505','ct_criteria5_name','Criteria #5'),('2964','505','ct_criteria5_score','0'),('2965','505','dsq_thread_id','3893401635'),('2966','504','_spptranscript',''),('2967','504','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E08.mp3'),('2968','504','_audioduration','22:14');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2969','504','_release_date','2014-12-02 21:51:06'),('2970','504','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:32:\"I2W: E08: Eliminate Comparatitis\";}s:5:\"image\";a:1:{s:5:\"value\";s:76:\"http://inspiretowin.com/wp-content/uploads/2014/12/eliminatecomparatitis.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('2971','504','post_views_count','232'),('2972','504','_aioseop_description','You\'re awesome! Start living - stop comparing! There\'s only one YOU!'),('2973','504','_aioseop_title','Eliminate comparing yourself to others! Live Inpsired'),('2974','504','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('2975','504','_edit_last','1'),('2976','504','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('2977','504','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('2978','504','slide_template','default'),('2979','504','ct_mb_post_video_type','vimeo'),('2980','504','ct_mb_post_video_thumb','auto'),('2981','504','ct_post_type','standard_post'),('2982','504','ct_stars_color','#dd0c0c'),('2983','504','ct_over_name','Overall Score'),('2984','504','ct_over_score','0'),('2985','504','ct_criteria1_name','Criteria #1'),('2986','504','ct_criteria1_score','0'),('2987','504','ct_criteria2_name','Criteria #2'),('2988','504','ct_criteria2_score','0'),('2989','504','ct_criteria3_name','Criteria #3'),('2990','504','ct_criteria3_score','0'),('2991','504','ct_criteria4_name','Criteria #4'),('2992','504','ct_criteria4_score','0'),('2993','504','ct_criteria5_name','Criteria #5'),('2994','504','ct_criteria5_score','0'),('2995','504','dsq_thread_id','3295243015'),('2996','503','_spptranscript',''),('2997','503','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B02.mp3'),('2998','503','_audioduration','14:24'),('2999','503','_release_date','2014-12-11 23:17:59'),('3000','503','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:28:\"I2W: B02: Servant Leadership\";}s:5:\"image\";a:1:{s:5:\"value\";s:72:\"http://inspiretowin.com/wp-content/uploads/2014/12/servantleadership.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3001','503','post_views_count','224'),('3002','503','_aioseop_description','Servant Leadership... One of the keys to success and entrepreneurship'),('3003','503','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3004','503','_edit_last','1'),('3005','503','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3006','503','_aioseop_title','Servant Leadership'),('3007','503','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3008','503','slide_template','default'),('3009','503','ct_mb_post_video_type','vimeo'),('3010','503','ct_mb_post_video_thumb','auto'),('3011','503','ct_post_type','standard_post'),('3012','503','ct_stars_color','#dd0c0c'),('3013','503','ct_over_name','Overall Score'),('3014','503','ct_over_score','0'),('3015','503','ct_criteria1_name','Criteria #1'),('3016','503','ct_criteria1_score','0'),('3017','503','ct_criteria2_name','Criteria #2'),('3018','503','ct_criteria2_score','0'),('3019','503','ct_criteria3_name','Criteria #3'),('3020','503','ct_criteria3_score','0'),('3021','503','ct_criteria4_name','Criteria #4'),('3022','503','ct_criteria4_score','0'),('3023','503','ct_criteria5_name','Criteria #5'),('3024','503','ct_criteria5_score','0'),('3025','503','dsq_thread_id','3318837485'),('3026','955','_spptranscript',''),('3027','955','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E09.mp3'),('3028','955','_audioduration','21:13'),('3029','955','_release_date','2014-12-20 00:26:40'),('3030','955','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:49:\"I2W-E09: 7 Steps To Making Fear Your Buddy (Pt 1)\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:49:\"I2W-E09: 7 Steps To Making Fear Your Buddy (Pt 1)\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2014/10/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3031','955','post_views_count','187'),('3032','955','_edit_last','1'),('3033','955','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3034','955','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3035','955','slide_template','default'),('3036','955','ct_mb_post_video_type','vimeo'),('3037','955','ct_mb_post_video_thumb','auto'),('3038','955','ct_post_type','standard_post'),('3039','955','ct_stars_color','#dd0c0c'),('3040','955','ct_over_name','Overall Score'),('3041','955','ct_over_score','0'),('3042','955','ct_criteria1_name','Criteria #1'),('3043','955','ct_criteria1_score','0'),('3044','955','ct_criteria2_name','Criteria #2'),('3045','955','ct_criteria2_score','0'),('3046','955','ct_criteria3_name','Criteria #3'),('3047','955','ct_criteria3_score','0'),('3048','955','ct_criteria4_name','Criteria #4'),('3049','955','ct_criteria4_score','0'),('3050','955','ct_criteria5_name','Criteria #5'),('3051','955','ct_criteria5_score','0'),('3052','955','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3053','955','_aioseop_title','7 Steps To Making Fear Your Buddy Part 1'),('3054','955','_aioseop_description','Break The Shackles of Fear In Your Life'),('3055','955','dsq_thread_id','3400089698'),('3056','501','_release_date','2014-12-26 23:48:48'),('3057','501','_audioduration','28:11'),('3058','501','_spptranscript',''),('3059','501','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E10.mp3'),('3060','501','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:50:\"I2W: E10: 7 Steps To Making Fear Your Buddy (Pt 2)\";}s:5:\"image\";a:1:{s:5:\"value\";s:60:\"http://inspiretowin.com/wp-content/uploads/2014/12/part2.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3061','501','post_views_count','191'),('3062','501','_aioseop_title','7 Steps To Making Fear Your Buddy Part 2'),('3063','501','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3064','501','_aioseop_description','Break Free From The Shackles of Fear In Your Life'),('3065','501','_edit_last','1'),('3066','501','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3067','501','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3068','501','slide_template','default');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3069','501','ct_mb_post_video_type','vimeo'),('3070','501','ct_mb_post_video_thumb','auto'),('3071','501','ct_post_type','standard_post'),('3072','501','ct_stars_color','#dd0c0c'),('3073','501','ct_over_name','Overall Score'),('3074','501','ct_over_score','0'),('3075','501','ct_criteria1_name','Criteria #1'),('3076','501','ct_criteria1_score','0'),('3077','501','ct_criteria2_name','Criteria #2'),('3078','501','ct_criteria2_score','0'),('3079','501','ct_criteria3_name','Criteria #3'),('3080','501','ct_criteria3_score','0'),('3081','501','ct_criteria4_name','Criteria #4'),('3082','501','ct_criteria4_score','0'),('3083','501','ct_criteria5_name','Criteria #5'),('3084','501','ct_criteria5_score','0'),('3085','501','dsq_thread_id','3400089465'),('3086','500','_spptranscript',''),('3087','500','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B03.mp3'),('3088','500','_audioduration','15:43'),('3089','500','_release_date','2014-12-31 23:08:52'),('3090','500','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:60:\"I2W: B03: Why &#8220;Change&#8221; Is The Secret Ingredient!\";}s:5:\"image\";a:1:{s:5:\"value\";s:61:\"http://inspiretowin.com/wp-content/uploads/2014/12/Change.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3091','500','post_views_count','222'),('3092','500','_edit_last','1'),('3093','500','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3094','500','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3095','500','slide_template','default'),('3096','500','ct_mb_post_video_type','vimeo'),('3097','500','ct_mb_post_video_thumb','auto'),('3098','500','ct_post_type','standard_post'),('3099','500','ct_stars_color','#dd0c0c'),('3100','500','ct_over_name','Overall Score'),('3101','500','ct_over_score','0'),('3102','500','ct_criteria1_name','Criteria #1'),('3103','500','ct_criteria1_score','0'),('3104','500','ct_criteria2_name','Criteria #2'),('3105','500','ct_criteria2_score','0'),('3106','500','ct_criteria3_name','Criteria #3'),('3107','500','ct_criteria3_score','0'),('3108','500','ct_criteria4_name','Criteria #4'),('3109','500','ct_criteria4_score','0'),('3110','500','ct_criteria5_name','Criteria #5'),('3111','500','ct_criteria5_score','0'),('3112','500','dsq_thread_id','3380628811'),('3113','500','tps_options','a:1:{s:7:\"enabled\";b:1;}'),('3114','500','mvp_featured_image','show'),('3115','500','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3116','500','_aioseop_title','Why Change Is The Secret Ingredient '),('3117','500','_qode-like','0'),('3118','498','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E12.mp3'),('3119','498','_spptranscript',''),('3120','498','_audioduration','33:54'),('3121','498','_release_date','2015-01-17 14:42:57'),('3122','498','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:44:\"I2W: E12: Why A Students Work For C Students\";}s:5:\"image\";a:1:{s:5:\"value\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/01/WhyCWorksForA.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3123','498','post_views_count','194'),('3124','498','_aioseop_title','Why A Students Work For C Students'),('3125','498','_edit_last','1'),('3126','498','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3127','498','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3128','498','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3129','498','slide_template','default'),('3130','498','ct_mb_post_video_type','vimeo'),('3131','498','ct_mb_post_video_thumb','auto'),('3132','498','ct_post_type','standard_post'),('3133','498','ct_stars_color','#dd0c0c'),('3134','498','ct_over_name','Overall Score'),('3135','498','ct_over_score','0'),('3136','498','ct_criteria1_name','Criteria #1'),('3137','498','ct_criteria1_score','0'),('3138','498','ct_criteria2_name','Criteria #2'),('3139','498','ct_criteria2_score','0'),('3140','498','ct_criteria3_name','Criteria #3'),('3141','498','ct_criteria3_score','0'),('3142','498','ct_criteria4_name','Criteria #4'),('3143','498','ct_criteria4_score','0'),('3144','498','ct_criteria5_name','Criteria #5'),('3145','498','ct_criteria5_score','0'),('3146','498','dsq_thread_id','3445247866'),('3147','498','_wp_old_slug','i2w-e12-why-a-students-work-for-b-students'),('3148','497','_spptranscript',''),('3149','497','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E13.mp3'),('3150','497','_audioduration','16:15'),('3151','497','_release_date','2015-01-21 23:31:39'),('3152','497','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:32:\"I2W: E13: The Magic Of Being You\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3153','497','post_views_count','175'),('3154','497','_edit_last','1'),('3155','497','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3156','497','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3157','497','slide_template','default'),('3158','497','ct_mb_post_video_type','vimeo'),('3159','497','ct_mb_post_video_thumb','auto'),('3160','497','ct_post_type','standard_post'),('3161','497','ct_stars_color','#dd0c0c'),('3162','497','ct_over_name','Overall Score'),('3163','497','ct_over_score','0'),('3164','497','ct_criteria1_name','Criteria #1'),('3165','497','ct_criteria1_score','0'),('3166','497','ct_criteria2_name','Criteria #2'),('3167','497','ct_criteria2_score','0'),('3168','497','ct_criteria3_name','Criteria #3');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3169','497','ct_criteria3_score','0'),('3170','497','ct_criteria4_name','Criteria #4'),('3171','497','ct_criteria4_score','0'),('3172','497','ct_criteria5_name','Criteria #5'),('3173','497','ct_criteria5_score','0'),('3174','497','_aioseop_title','The Magic Of Being You'),('3175','497','dsq_thread_id','3477719768'),('3177','497','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3178','496','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E14.mp3'),('3179','496','_spptranscript',''),('3180','496','_audioduration','15:34'),('3181','496','_release_date','2015-02-04 15:59:12'),('3182','496','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:27:\"I2W: E14: Are You Infected?\";}s:5:\"image\";a:1:{s:5:\"value\";s:63:\"http://inspiretowin.com/wp-content/uploads/2015/02/infected.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3183','496','post_views_count','177'),('3184','496','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3185','496','_aioseop_title','Are You Infected?'),('3186','496','_edit_last','1'),('3187','496','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3188','496','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3189','496','slide_template','default'),('3190','496','ct_mb_post_video_type','vimeo'),('3191','496','ct_mb_post_video_thumb','auto'),('3192','496','ct_post_type','standard_post'),('3193','496','ct_stars_color','#dd0c0c'),('3194','496','ct_over_name','Overall Score'),('3195','496','ct_over_score','0'),('3196','496','ct_criteria1_name','Criteria #1'),('3197','496','ct_criteria1_score','0'),('3198','496','ct_criteria2_name','Criteria #2'),('3199','496','ct_criteria2_score','0'),('3200','496','ct_criteria3_name','Criteria #3'),('3201','496','ct_criteria3_score','0'),('3202','496','ct_criteria4_name','Criteria #4'),('3203','496','ct_criteria4_score','0'),('3204','496','ct_criteria5_name','Criteria #5'),('3205','496','ct_criteria5_score','0'),('3206','496','dsq_thread_id','3503226925'),('3207','495','_audioduration','12:24'),('3208','495','_spptranscript',''),('3209','495','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-B04.mp3'),('3210','495','_release_date','2015-02-06 05:29:31'),('3211','495','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:56:\"I2W: B04: Inside The Mind Of A 5 1/2 Year Old Kidpreneur\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/02/InspireToWin-kidpreneur.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3212','495','post_views_count','144'),('3213','495','_aioseop_title','Inside The Mind Of A 5 1/2 Yr Old Kidpreneur'),('3214','495','_edit_last','1'),('3215','495','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3216','495','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3217','495','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3218','495','slide_template','default'),('3219','495','ct_mb_post_video_type','vimeo'),('3220','495','ct_mb_post_video_thumb','auto'),('3221','495','ct_post_type','standard_post'),('3222','495','ct_stars_color','#dd0c0c'),('3223','495','ct_over_name','Overall Score'),('3224','495','ct_over_score','0'),('3225','495','ct_criteria1_name','Criteria #1'),('3226','495','ct_criteria1_score','0'),('3227','495','ct_criteria2_name','Criteria #2'),('3228','495','ct_criteria2_score','0'),('3229','495','ct_criteria3_name','Criteria #3'),('3230','495','ct_criteria3_score','0'),('3231','495','ct_criteria4_name','Criteria #4'),('3232','495','ct_criteria4_score','0'),('3233','495','ct_criteria5_name','Criteria #5'),('3234','495','ct_criteria5_score','0'),('3235','495','dsq_thread_id','3542625453'),('3237','495','_qode-like','0'),('3268','493','_audiourl','http://traffic.libsyn.com/inspiretowin/FightForSuccess.mp4'),('3269','493','_spptranscript',''),('3270','493','_audioduration','07:12'),('3271','493','_release_date','2015-02-17 20:19:55'),('3272','493','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:67:\"I2W: V01: &#8220;FIGHT&#8221; &#8211; 3 Steps To Reach Your Dreams!\";}s:5:\"image\";a:1:{s:5:\"value\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:67:\"I2W: V01: &#8220;FIGHT&#8221; &#8211; 3 Steps To Reach Your Dreams!\";s:5:\"image\";s:60:\"http://inspiretowin.com/wp-content/uploads/2015/02/fight.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3273','493','post_views_count','108'),('3274','493','_aioseop_title','FIGHT - 3 Steps To Reaching Your Dreams'),('3275','493','_edit_last','1'),('3276','493','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3277','493','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3278','493','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3279','493','slide_template','default'),('3280','493','ct_mb_post_video_type','vimeo'),('3281','493','ct_mb_post_video_thumb','auto'),('3282','493','ct_post_type','standard_post'),('3283','493','ct_stars_color','#dd0c0c'),('3284','493','ct_over_name','Overall Score'),('3285','493','ct_over_score','0'),('3286','493','ct_criteria1_name','Criteria #1'),('3287','493','ct_criteria1_score','0'),('3288','493','ct_criteria2_name','Criteria #2'),('3289','493','ct_criteria2_score','0'),('3290','493','ct_criteria3_name','Criteria #3'),('3291','493','ct_criteria3_score','0'),('3292','493','ct_criteria4_name','Criteria #4'),('3293','493','ct_criteria4_score','0'),('3294','493','ct_criteria5_name','Criteria #5'),('3295','493','ct_criteria5_score','0'),('3296','493','dsq_thread_id','3831830282'),('3297','493','_qode-like','0'),('3298','492','_spptranscript',''),('3299','492','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E16.mp3'),('3300','492','_audioduration','20:47');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3301','492','_release_date','2015-02-19 22:27:51'),('3302','492','OGP','a:7:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:40:\"I2W: E16: 3 Reasons Why Most People Fail\";}s:5:\"image\";a:1:{s:5:\"value\";s:67:\"http://inspiretowin.com/wp-content/uploads/2015/02/3reasonsfail.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:40:\"I2W: E16: 3 Reasons Why Most People Fail\";s:5:\"image\";s:67:\"http://inspiretowin.com/wp-content/uploads/2015/02/3reasonsfail.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3303','492','post_views_count','84'),('3304','492','_aioseop_title','3 Reasons Why Most People Fail'),('3305','492','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3306','492','_edit_last','1'),('3307','492','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3308','492','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3309','492','slide_template','default'),('3310','492','ct_mb_post_video_type','vimeo'),('3311','492','ct_mb_post_video_thumb','auto'),('3312','492','ct_post_type','standard_post'),('3313','492','ct_stars_color','#dd0c0c'),('3314','492','ct_over_name','Overall Score'),('3315','492','ct_over_score','0'),('3316','492','ct_criteria1_name','Criteria #1'),('3317','492','ct_criteria1_score','0'),('3318','492','ct_criteria2_name','Criteria #2'),('3319','492','ct_criteria2_score','0'),('3320','492','ct_criteria3_name','Criteria #3'),('3321','492','ct_criteria3_score','0'),('3322','492','ct_criteria4_name','Criteria #4'),('3323','492','ct_criteria4_score','0'),('3324','492','ct_criteria5_name','Criteria #5'),('3325','492','ct_criteria5_score','0'),('3326','492','_qode-like','0'),('3327','492','dsq_thread_id','3833287736'),('3328','491','_spptranscript',''),('3329','491','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E17.mp3'),('3330','491','_audioduration','16:32'),('3331','491','_release_date','2015-04-12 05:42:16'),('3332','491','OGP','a:4:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:35:\"I2W: E17: 3 Steps To Massive Action\";}s:5:\"image\";a:1:{s:5:\"value\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/04/massiveaction.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:5:\"image\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/04/massiveaction.jpg\";}'),('3333','491','post_views_count','79'),('3334','491','_aioseop_title','3 Steps To Massive Action'),('3335','491','_edit_last','1'),('3336','491','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3337','491','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3338','491','slide_template','default'),('3339','491','ct_mb_post_video_type','vimeo'),('3340','491','ct_mb_post_video_thumb','auto'),('3341','491','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3342','491','ct_post_type','standard_post'),('3343','491','ct_stars_color','#dd0c0c'),('3344','491','ct_over_name','Overall Score'),('3345','491','ct_over_score','0'),('3346','491','ct_criteria1_name','Criteria #1'),('3347','491','ct_criteria1_score','0'),('3348','491','ct_criteria2_name','Criteria #2'),('3349','491','ct_criteria2_score','0'),('3350','491','ct_criteria3_name','Criteria #3'),('3351','491','ct_criteria3_score','0'),('3352','491','ct_criteria4_name','Criteria #4'),('3353','491','ct_criteria4_score','0'),('3354','491','ct_criteria5_name','Criteria #5'),('3355','491','ct_criteria5_score','0'),('3356','491','_qode-like','0'),('3357','490','_audioduration','16:41'),('3358','490','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E18.mp3'),('3359','490','_release_date','2015-05-07 06:21:41'),('3360','490','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:41:\"I2W: E18: 3 Ideas You Can Steal From Fear\";}s:5:\"image\";a:1:{s:5:\"value\";s:65:\"http://inspiretowin.com/wp-content/uploads/2015/05/3stealfear.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('3361','490','post_views_count','0'),('3362','490','_aioseop_title','3 Ideas You Can Steal From Fear'),('3363','490','_edit_last','1'),('3364','490','sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),('3365','490','_aioseop_keywords','Inspire, Entrepreneur, success, leadership, mentor, coach, motivate, life, live, dream, '),('3366','490','_aioseop_opengraph_settings','a:12:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";}'),('3367','490','slide_template','default'),('3368','490','_spptranscript',''),('3369','490','ct_mb_post_video_type','vimeo'),('3370','490','ct_mb_post_video_thumb','auto'),('3371','490','ct_post_type','standard_post'),('3372','490','ct_stars_color','#dd0c0c'),('3373','490','ct_over_name','Overall Score'),('3374','490','ct_over_score','0'),('3375','490','ct_criteria1_name','Criteria #1'),('3376','490','ct_criteria1_score','0'),('3377','490','ct_criteria2_name','Criteria #2'),('3378','490','ct_criteria2_score','0'),('3379','490','ct_criteria3_name','Criteria #3'),('3380','490','ct_criteria3_score','0'),('3381','490','ct_criteria4_name','Criteria #4'),('3382','490','ct_criteria4_score','0'),('3383','490','ct_criteria5_name','Criteria #5'),('3384','490','ct_criteria5_score','0'),('3385','490','dsq_thread_id','3833432380'),('3387','490','_qode-like','0'),('3388','16048','_menu_item_type','post_type'),('3389','16048','_menu_item_menu_item_parent','0'),('3390','16048','_menu_item_object_id','598'),('3391','16048','_menu_item_object','page'),('3392','16048','_menu_item_target',''),('3393','16048','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('3394','16048','_menu_item_xfn',''),('3395','16048','_menu_item_url',''),('3396','16048','_menu-item-avia-megamenu',''),('3397','16048','_menu-item-avia-division',''),('3398','16048','_menu-item-avia-textarea',''),('3399','16048','_menu-item-avia-style',''),('3400','16049','_menu_item_type','post_type'),('3401','16049','_menu_item_menu_item_parent','0');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3402','16049','_menu_item_object_id','598'),('3403','16049','_menu_item_object','page'),('3404','16049','_menu_item_target',''),('3405','16049','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('3406','16049','_menu_item_xfn',''),('3407','16049','_menu_item_url',''),('3408','16049','_menu-item-avia-megamenu',''),('3409','16049','_menu-item-avia-division',''),('3410','16049','_menu-item-avia-textarea',''),('3411','16049','_menu-item-avia-style',''),('3412','16050','_menu_item_type','post_type'),('3413','16050','_menu_item_menu_item_parent','0'),('3414','16050','_menu_item_object_id','1201'),('3415','16050','_menu_item_object','page'),('3416','16050','_menu_item_target',''),('3417','16050','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('3418','16050','_menu_item_xfn',''),('3419','16050','_menu_item_url',''),('3420','16050','_menu-item-avia-megamenu',''),('3421','16050','_menu-item-avia-division',''),('3422','16050','_menu-item-avia-textarea',''),('3423','16050','_menu-item-avia-style',''),('3424','16051','_menu_item_type','post_type'),('3425','16051','_menu_item_menu_item_parent','0'),('3426','16051','_menu_item_object_id','16041'),('3427','16051','_menu_item_object','page'),('3428','16051','_menu_item_target',''),('3429','16051','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('3430','16051','_menu_item_xfn',''),('3431','16051','_menu_item_url',''),('3432','16051','_menu-item-avia-megamenu',''),('3433','16051','_menu-item-avia-division',''),('3434','16051','_menu-item-avia-textarea',''),('3435','16051','_menu-item-avia-style',''),('3448','491','_edit_lock','1440089637:1'),('3449','16041','_edit_lock','1444671171:1'),('3450','16019','_edit_lock','1444947156:1'),('3454','489','_edit_lock','1440088552:1'),('3455','16060','_wp_attached_file','2015/07/selfimage.jpg'),('3456','16060','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2015/07/selfimage.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"selfimage-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"selfimage-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"selfimage-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"selfimage-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"selfimage-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"selfimage-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:21:\"selfimage-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"selfimage-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"selfimage-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"selfimage-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3457','489','_edit_last','1'),('3459','489','_spptranscript',''),('3460','489','_aviaLayoutBuilder_active',''),('3461','489','_aviaLayoutBuilderCleanData',''),('3462','489','layout',''),('3463','489','sidebar',''),('3464','489','footer',''),('3465','489','header_title_bar',''),('3466','489','header_transparency',''),('3467','489','_avia_hide_featured_image','0'),('3471','489','_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}}'),('3474','16065','_menu_item_type','post_type'),('3475','16065','_menu_item_menu_item_parent','0'),('3476','16065','_menu_item_object_id','15'),('3477','16065','_menu_item_object','page'),('3478','16065','_menu_item_target',''),('3479','16065','_menu_item_classes','a:1:{i:0;s:0:\"\";}'),('3480','16065','_menu_item_xfn',''),('3481','16065','_menu_item_url',''),('3483','16065','_menu-item-avia-megamenu',''),('3484','16065','_menu-item-avia-division',''),('3485','16065','_menu-item-avia-textarea',''),('3486','16065','_menu-item-avia-style',''),('3487','15','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:7:\"Podcast\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3488','16075','_wp_attached_file','2013/04/I2W-300-Ver-2.jpg'),('3489','16075','_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2013/04/I2W-300-Ver-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"I2W-300-Ver-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"I2W-300-Ver-2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"I2W-300-Ver-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"I2W-300-Ver-2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"I2W-300-Ver-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3492','16084','_wp_attached_file','2013/04/microphone-loop.gif'),('3493','16084','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:27:\"2013/04/microphone-loop.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"microphone-loop-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"microphone-loop-36x36.gif\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"microphone-loop-180x180.gif\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"microphone-loop-210x185.gif\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"microphone-loop-120x120.gif\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3494','16086','_wp_attached_file','2013/04/rocket-loop.gif'),('3495','16086','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:23:\"2013/04/rocket-loop.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rocket-loop-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"rocket-loop-36x36.gif\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"rocket-loop-180x180.gif\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"rocket-loop-210x185.gif\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"rocket-loop-120x120.gif\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3496','16088','_wp_attached_file','2013/04/target-loop.gif'),('3497','16088','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:23:\"2013/04/target-loop.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"target-loop-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"target-loop-36x36.gif\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"target-loop-180x180.gif\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"target-loop-210x185.gif\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"target-loop-120x120.gif\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3504','16097','_wp_attached_file','2013/04/instagram.png'),('3505','16097','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2013/04/instagram.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"instagram-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"instagram-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"instagram-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"instagram-210x185.png\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"instagram-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3508','16110','_wp_attached_file','2013/04/linkedin1.png'),('3509','16110','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2013/04/linkedin1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"linkedin1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"linkedin1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"linkedin1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"linkedin1-210x185.png\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"linkedin1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3510','16112','_wp_attached_file','2013/04/podcast.png'),('3511','16112','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2013/04/podcast.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"podcast-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"podcast-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"podcast-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"podcast-210x185.png\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"podcast-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3512','16116','_wp_attached_file','2013/04/fb.png'),('3513','16116','_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:14:\"2013/04/fb.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"fb-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:12:\"fb-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:14:\"fb-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:14:\"fb-210x185.png\";s:5:\"width\";i:210;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"fb-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3514','16120','_wp_attached_file','2015/05/SB-Podcast-Page-Banner.jpg'),('3515','16120','_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"2015/05/SB-Podcast-Page-Banner.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SB-Podcast-Page-Banner-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SB-Podcast-Page-Banner-1030x412.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"SB-Podcast-Page-Banner-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"SB-Podcast-Page-Banner-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"SB-Podcast-Page-Banner-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"SB-Podcast-Page-Banner-1500x600.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-705x282.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"SB-Podcast-Page-Banner-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"SB-Podcast-Page-Banner-450x180.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3520','443','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:37:\"Secret Knock &#8220;Sabbatical&#8221;\";s:5:\"image\";s:66:\"http://inspiretowin.com/wp-content/uploads/2015/05/smallsklogo.png\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3524','16126','_wp_attached_file','2013/04/11401501_10153503655697174_3555296561200039770_n.jpg'),('3525','16126','_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:60:\"2013/04/11401501_10153503655697174_3555296561200039770_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"11401501_10153503655697174_3555296561200039770_n-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"11401501_10153503655697174_3555296561200039770_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:58:\"11401501_10153503655697174_3555296561200039770_n-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:60:\"11401501_10153503655697174_3555296561200039770_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:60:\"11401501_10153503655697174_3555296561200039770_n-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:60:\"11401501_10153503655697174_3555296561200039770_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3526','16041','_edit_last','1'),('3527','16041','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:8:\"About Us\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3528','16041','footer',''),('3529','16041','header_title_bar',''),('3530','16041','header_transparency',''),('3531','16041','_avia_hide_featured_image','0'),('3532','17','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:4:\"Blog\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3533','16145','_wp_attached_file','2013/04/sohsinglelogo.png'),('3534','16145','_wp_attachment_metadata','a:5:{s:5:\"width\";i:2973;s:6:\"height\";i:1102;s:4:\"file\";s:25:\"2013/04/sohsinglelogo.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sohsinglelogo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sohsinglelogo-1030x382.png\";s:5:\"width\";i:1030;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"sohsinglelogo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"sohsinglelogo-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"sohsinglelogo-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:26:\"sohsinglelogo-1500x556.png\";s:5:\"width\";i:1500;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-705x261.png\";s:5:\"width\";i:705;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"sohsinglelogo-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"sohsinglelogo-450x167.png\";s:5:\"width\";i:450;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3535','16146','_wp_attached_file','2013/04/SecretKnock-3.png'),('3536','16146','_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:969;s:4:\"file\";s:25:\"2013/04/SecretKnock-3.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SecretKnock-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-264x300.png\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"SecretKnock-3-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-853x430.png\";s:5:\"width\";i:853;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-853x630.png\";s:5:\"width\";i:853;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-621x705.png\";s:5:\"width\";i:621;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-853x423.png\";s:5:\"width\";i:853;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"SecretKnock-3-450x511.png\";s:5:\"width\";i:450;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3537','16120','_edit_lock','1437719644:2'),('3538','16120','_edit_last','2'),('3539','16176','_wp_attached_file','2013/04/i2w-periscope.jpg'),('3540','16176','_wp_attachment_metadata','a:5:{s:5:\"width\";i:2600;s:6:\"height\";i:1733;s:4:\"file\";s:25:\"2013/04/i2w-periscope.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"i2w-periscope-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"i2w-periscope-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"i2w-periscope-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"i2w-periscope-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"i2w-periscope-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"i2w-periscope-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"i2w-periscope-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"i2w-periscope-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1420899707;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3541','16184','_wp_attached_file','2013/04/podcastback.jpg'),('3542','16184','_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2140;s:4:\"file\";s:23:\"2013/04/podcastback.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"podcastback-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"podcastback-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"podcastback-1030x668.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"podcastback-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"podcastback-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"podcastback-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:24:\"podcastback-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:24:\"podcastback-1500x973.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:973;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"podcastback-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"podcastback-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"podcastback-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"podcastback-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"podcastback-705x457.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"podcastback-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"podcastback-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"podcastback-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"podcastback-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"podcastback-450x292.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:17:\"Evgeny Atamanenko\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:83:\"beautiful girl with flying  blond hair, listening to music on headphones in the sky\";s:17:\"created_timestamp\";i:1337024667;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:58:\"beautiful girl listening to music on headphones in the sky\";s:11:\"orientation\";i:0;}}'),('3543','16186','_wp_attached_file','2013/04/i2w-headerimage.jpg'),('3544','16186','_wp_attachment_metadata','a:5:{s:5:\"width\";i:5224;s:6:\"height\";i:3133;s:4:\"file\";s:27:\"2013/04/i2w-headerimage.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"i2w-headerimage-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"i2w-headerimage-1030x618.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"i2w-headerimage-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"i2w-headerimage-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"i2w-headerimage-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:28:\"i2w-headerimage-1500x900.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"i2w-headerimage-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"i2w-headerimage-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:16:\"Andres Rodriguez\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:48:\"Business team celebrating a triumph with arms up\";s:17:\"created_timestamp\";i:1359072000;s:9:\"copyright\";s:16:\"Andres Rodriguez\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:35:\"Business team celebrating a triumph\";s:11:\"orientation\";i:0;}}'),('3545','16205','_wp_attached_file','2013/04/aboutus.jpg'),('3546','16205','_wp_attachment_metadata','a:5:{s:5:\"width\";i:6083;s:6:\"height\";i:4946;s:4:\"file\";s:19:\"2013/04/aboutus.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"aboutus-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"aboutus-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"aboutus-1030x837.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:837;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"aboutus-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"aboutus-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"aboutus-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"aboutus-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"aboutus-1500x1220.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"aboutus-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"aboutus-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"aboutus-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"aboutus-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"aboutus-705x573.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"aboutus-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"aboutus-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"aboutus-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"aboutus-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"aboutus-450x366.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:70:\"Top view portrait of men and women standing together and raising hands\";s:17:\"created_timestamp\";i:1223596800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:38:\"Friendly group of people waving to you\";s:11:\"orientation\";i:0;}}'),('3547','16210','_wp_attached_file','2013/04/ANGEL.png'),('3548','16210','_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:454;s:4:\"file\";s:17:\"2013/04/ANGEL.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ANGEL-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ANGEL-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"ANGEL-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"ANGEL-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"ANGEL-452x430.png\";s:5:\"width\";i:452;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"ANGEL-452x400.png\";s:5:\"width\";i:452;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"ANGEL-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"ANGEL-452x375.png\";s:5:\"width\";i:452;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"ANGEL-452x321.png\";s:5:\"width\";i:452;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:17:\"ANGEL-452x423.png\";s:5:\"width\";i:452;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"ANGEL-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"ANGEL-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"ANGEL-450x452.png\";s:5:\"width\";i:450;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3549','16215','_wp_attached_file','2013/04/MSG-LOGO-copy.png'),('3550','16215','_wp_attachment_metadata','a:5:{s:5:\"width\";i:4998;s:6:\"height\";i:4005;s:4:\"file\";s:25:\"2013/04/MSG-LOGO-copy.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"MSG-LOGO-copy-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"MSG-LOGO-copy-1030x825.png\";s:5:\"width\";i:1030;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"MSG-LOGO-copy-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"MSG-LOGO-copy-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"MSG-LOGO-copy-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"MSG-LOGO-copy-1500x1202.png\";s:5:\"width\";i:1500;s:6:\"height\";i:1202;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-705x565.png\";s:5:\"width\";i:705;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"MSG-LOGO-copy-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"MSG-LOGO-copy-450x361.png\";s:5:\"width\";i:450;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3551','16217','_wp_attached_file','2013/04/periscope-i2w.png'),('3552','16217','_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2013/04/periscope-i2w.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"periscope-i2w-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"periscope-i2w-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-640x430.png\";s:5:\"width\";i:640;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-640x630.png\";s:5:\"width\";i:640;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-640x375.png\";s:5:\"width\";i:640;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-640x321.png\";s:5:\"width\";i:640;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-640x423.png\";s:5:\"width\";i:640;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"periscope-i2w-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3553','16218','_wp_attached_file','2013/04/msg-i2w.png'),('3554','16218','_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2013/04/msg-i2w.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"msg-i2w-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"msg-i2w-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"msg-i2w-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"msg-i2w-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"msg-i2w-640x430.png\";s:5:\"width\";i:640;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"msg-i2w-640x630.png\";s:5:\"width\";i:640;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"msg-i2w-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"msg-i2w-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"msg-i2w-640x375.png\";s:5:\"width\";i:640;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"msg-i2w-640x321.png\";s:5:\"width\";i:640;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"msg-i2w-640x423.png\";s:5:\"width\";i:640;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"msg-i2w-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"msg-i2w-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"msg-i2w-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3555','16221','_wp_attached_file','2013/04/podcast1.png'),('3556','16221','_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2013/04/podcast1.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"podcast1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"podcast1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"podcast1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"podcast1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"podcast1-640x430.png\";s:5:\"width\";i:640;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"podcast1-640x630.png\";s:5:\"width\";i:640;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"podcast1-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"podcast1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"podcast1-640x375.png\";s:5:\"width\";i:640;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"podcast1-640x321.png\";s:5:\"width\";i:640;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"podcast1-640x423.png\";s:5:\"width\";i:640;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"podcast1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"podcast1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"podcast1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3557','16227','_wp_attached_file','2013/04/eventpic.jpg'),('3558','16227','_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:401;s:4:\"file\";s:20:\"2013/04/eventpic.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"eventpic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"eventpic-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"eventpic-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"eventpic-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"eventpic-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"eventpic-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"eventpic-845x401.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"eventpic-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"eventpic-705x294.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"eventpic-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"eventpic-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"eventpic-450x401.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"eventpic-450x188.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3559','16230','_wp_attached_file','2013/04/event.jpg'),('3560','16230','_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4376;s:4:\"file\";s:17:\"2013/04/event.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"event-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"event-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"event-1030x612.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"event-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"event-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"event-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:18:\"event-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:18:\"event-1500x892.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"event-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"event-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"event-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"event-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"event-705x419.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"event-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:18:\"event-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"event-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"event-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"event-450x268.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:10:\"Ed Gregory\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1328293085;s:9:\"copyright\";s:3:\"CC0\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3561','16233','_edit_last','1'),('3562','16233','_wp_page_template','default'),('3563','16233','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:6:\"Events\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3564','16233','_aviaLayoutBuilder_active','active'),('3565','16233','_aviaLayoutBuilderCleanData',''),('3566','16233','layout',''),('3567','16233','sidebar',''),('3568','16233','footer',''),('3569','16233','header_title_bar',''),('3570','16233','header_transparency',''),('3571','16233','_avia_hide_featured_image','0'),('3572','16233','_edit_lock','1444948734:1'),('3586','16236','_wp_attached_file','2013/04/event1.jpg'),('3587','16236','_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4376;s:4:\"file\";s:18:\"2013/04/event1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"event1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"event1-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"event1-1030x612.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"event1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"event1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"event1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"event1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:19:\"event1-1500x892.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"event1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"event1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:18:\"event1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"event1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"event1-705x419.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:18:\"event1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"event1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"event1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"event1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"event1-450x268.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:10:\"Ed Gregory\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1328293085;s:9:\"copyright\";s:3:\"CC0\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3600','443','_edit_lock','1440882878:1'),('3601','443','_edit_last','1'),('3602','11','_spptranscript',''),('3603','10','_spptranscript',''),('3604','443','_spptranscript',''),('3605','443','_thumbnail_id','16240'),('3612','16240','_wp_attached_file','2015/05/smallsklogo.png'),('3613','16240','_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2015/05/smallsklogo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"smallsklogo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"smallsklogo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"smallsklogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"smallsklogo-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"smallsklogo-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3618','16247','_wp_attached_file','2015/05/podcast.jpg'),('3619','16247','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:371;s:4:\"file\";s:19:\"2015/05/podcast.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"podcast-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"podcast-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"podcast-1030x298.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"podcast-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"podcast-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"podcast-495x371.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"podcast-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"podcast-845x371.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"podcast-710x371.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"podcast-705x204.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"podcast-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"podcast-1210x371.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"podcast-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"podcast-450x371.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"podcast-450x130.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3620','16253','_wp_attached_file','2015/05/podcast1.jpg'),('3621','16253','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:371;s:4:\"file\";s:20:\"2015/05/podcast1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"podcast1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"podcast1-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"podcast1-1030x298.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"podcast1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"podcast1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"podcast1-495x371.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"podcast1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"podcast1-845x371.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"podcast1-710x371.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"podcast1-705x204.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"podcast1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"podcast1-1210x371.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"podcast1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"podcast1-450x371.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"podcast1-450x130.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3622','16255','_wp_attached_file','2015/05/podcast2.jpg'),('3623','16255','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:371;s:4:\"file\";s:20:\"2015/05/podcast2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"podcast2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"podcast2-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"podcast2-1030x298.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"podcast2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"podcast2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"podcast2-495x371.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"podcast2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"podcast2-845x371.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"podcast2-710x371.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"podcast2-705x204.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"podcast2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"podcast2-1210x371.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"podcast2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"podcast2-450x371.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"podcast2-450x130.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3624','16257','_wp_attached_file','2015/05/podcast3.jpg'),('3625','16257','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:371;s:4:\"file\";s:20:\"2015/05/podcast3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"podcast3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"podcast3-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"podcast3-1030x298.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"podcast3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"podcast3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"podcast3-495x371.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"podcast3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"podcast3-845x371.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"podcast3-710x371.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"podcast3-705x204.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"podcast3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"podcast3-1210x371.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"podcast3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"podcast3-450x371.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"podcast3-450x130.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3626','98','_edit_lock','1444411714:1'),('3627','98','_edit_last','1'),('3628','98','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:7:\"Contact\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('3629','16264','_wp_attached_file','2015/05/i2wblogpic.jpg'),('3630','16264','_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:22:\"2015/05/i2wblogpic.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"i2wblogpic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"i2wblogpic-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"i2wblogpic-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"i2wblogpic-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"i2wblogpic-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:24:\"i2wblogpic-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"i2wblogpic-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"i2wblogpic-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:16:\"Andres Rodriguez\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"Happy group of friends in a summery day having fun\";s:17:\"created_timestamp\";i:1329091200;s:9:\"copyright\";s:22:\"© by Andres Rodriguez\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:13:\"Happy friends\";s:11:\"orientation\";i:0;}}'),('3631','16273','_wp_attached_file','2015/05/i2wblogbackground.jpg'),('3632','16273','_wp_attachment_metadata','a:5:{s:5:\"width\";i:3318;s:6:\"height\";i:2212;s:4:\"file\";s:29:\"2015/05/i2wblogbackground.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"i2wblogbackground-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"i2wblogbackground-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"i2wblogbackground-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"i2wblogbackground-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"i2wblogbackground-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"i2wblogbackground-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"i2wblogbackground-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"i2wblogbackground-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1380635859;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3639','16276','_spptranscript',''),('3640','16276','_VenueOrigin','events-calendar'),('3641','16276','_EventShowMapLink','1'),('3642','16276','_EventShowMap','1'),('3643','16276','_VenueVenue','The Dana On Mission Bay'),('3644','16276','_VenueAddress','1710 W. Mission Bay Dr'),('3645','16276','_VenueCity','San Diego'),('3646','16276','_VenueCountry','United States'),('3647','16276','_VenueProvince',''),('3648','16276','_VenueState','CA'),('3649','16276','_VenueZip','92109'),('3650','16276','_VenuePhone',''),('3651','16276','_VenueURL','http://www.SOHevent.com'),('3652','16276','_VenueStateProvince','CA'),('3664','489','_thumbnail_id','16060'),('3668','490','_edit_lock','1440089341:1'),('3671','492','_edit_lock','1440089772:1'),('3673','493','_edit_lock','1440092506:1'),('3674','494','_edit_last','1'),('3676','494','_edit_lock','1440092552:1'),('3678','495','_edit_lock','1440092487:1'),('3680','496','_edit_lock','1440092604:1'),('3682','497','_edit_lock','1440088880:1'),('3684','498','_edit_lock','1440092719:1'),('3685','499','_edit_last','1'),('3687','499','_edit_lock','1440092822:1'),('3689','500','_edit_lock','1440092865:1'),('3691','501','_edit_lock','1440094004:1'),('3696','503','_edit_lock','1440092980:1'),('3701','508','_edit_lock','1440096760:1'),('3703','507','_edit_lock','1440096775:1'),('3705','506','_edit_lock','1440096482:1'),('3707','505','_edit_lock','1440096321:1'),('3709','504','_edit_lock','1440093221:1'),('3714','511','_edit_lock','1440662217:1'),('3716','512','_edit_lock','1440662616:1'),('3718','16024','_edit_lock','1440742918:1'),('3719','16303','_wp_attached_file','2015/05/3stealfear.jpg'),('3720','16303','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:22:\"2015/05/3stealfear.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"3stealfear-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3stealfear-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"3stealfear-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"3stealfear-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"3stealfear-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"3stealfear-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"3stealfear-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"3stealfear-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"3stealfear-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"3stealfear-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3721','490','_thumbnail_id','16303'),('3723','490','_aviaLayoutBuilder_active',''),('3724','490','_aviaLayoutBuilderCleanData',''),('3725','490','layout','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3726','490','sidebar',''),('3727','490','footer',''),('3728','490','header_title_bar',''),('3729','490','header_transparency',''),('3730','490','_avia_hide_featured_image','0'),('3731','16305','_wp_attached_file','2015/04/massiveaction.jpg'),('3732','16305','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:25:\"2015/04/massiveaction.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"massiveaction-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"massiveaction-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"massiveaction-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"massiveaction-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"massiveaction-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"massiveaction-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"massiveaction-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"massiveaction-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"massiveaction-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"massiveaction-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3733','491','_thumbnail_id','16305'),('3735','491','_aviaLayoutBuilder_active',''),('3736','491','_aviaLayoutBuilderCleanData',''),('3737','491','layout',''),('3738','491','sidebar',''),('3739','491','footer',''),('3740','491','header_title_bar',''),('3741','491','header_transparency',''),('3742','491','_avia_hide_featured_image','0'),('3743','16307','_wp_attached_file','2015/02/3reasonsfail.jpg'),('3744','16307','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:24:\"2015/02/3reasonsfail.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3reasonsfail-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"3reasonsfail-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"3reasonsfail-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3745','492','_thumbnail_id','16307'),('3747','492','_aviaLayoutBuilder_active',''),('3748','492','_aviaLayoutBuilderCleanData',''),('3749','492','layout',''),('3750','492','sidebar',''),('3751','492','footer',''),('3752','492','header_title_bar',''),('3753','492','header_transparency',''),('3754','492','_avia_hide_featured_image','0'),('3755','16309','_wp_attached_file','2015/02/pain.jpg'),('3756','16309','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:16:\"2015/02/pain.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"pain-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"pain-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"pain-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"pain-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"pain-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"pain-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:16:\"pain-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"pain-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"pain-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"pain-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3759','494','_spptranscript',''),('3760','494','_aviaLayoutBuilder_active',''),('3761','494','_aviaLayoutBuilderCleanData',''),('3762','494','layout',''),('3763','494','sidebar',''),('3764','494','footer',''),('3765','494','header_title_bar',''),('3766','494','header_transparency',''),('3767','494','_avia_hide_featured_image','0'),('3777','766','_edit_lock','1440663439:1'),('3779','756','_edit_lock','1440663385:1'),('3781','745','_edit_lock','1440741844:1'),('3782','731','_edit_lock','1440741898:1'),('3784','731','_spptranscript',''),('3785','731','_aviaLayoutBuilder_active',''),('3786','731','_aviaLayoutBuilderCleanData',''),('3787','731','layout',''),('3788','731','sidebar',''),('3789','731','footer',''),('3790','731','header_title_bar',''),('3791','731','header_transparency',''),('3792','731','_avia_hide_featured_image','0'),('3794','720','_edit_lock','1440742097:1'),('3796','16047','_edit_lock','1440742006:1'),('3798','413','_edit_lock','1440742969:1'),('3800','16023','_edit_lock','1440091195:1'),('3802','16022','_edit_lock','1440743017:1'),('3804','205','_edit_lock','1440743085:1'),('3806','57','_edit_lock','1440743134:1'),('3808','16021','_edit_lock','1440743414:1'),('3809','16324','_wp_attached_file','2015/02/fight.jpg'),('3810','16324','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2015/02/fight.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"fight-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"fight-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"fight-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"fight-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"fight-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"fight-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"fight-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"fight-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"fight-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"fight-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3811','493','_thumbnail_id','16324'),('3813','493','_aviaLayoutBuilder_active',''),('3814','493','_aviaLayoutBuilderCleanData',''),('3815','493','layout',''),('3816','493','sidebar',''),('3817','493','footer',''),('3818','493','header_title_bar',''),('3819','493','header_transparency',''),('3820','493','_avia_hide_featured_image','0'),('3821','16326','_wp_attached_file','2015/02/10885137_913434068687024_1113143750402637766_n.jpg'),('3822','16326','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:58:\"2015/02/10885137_913434068687024_1113143750402637766_n.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"10885137_913434068687024_1113143750402637766_n-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:56:\"10885137_913434068687024_1113143750402637766_n-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"10885137_913434068687024_1113143750402637766_n-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3823','494','_thumbnail_id','16326'),('3825','16327','_wp_attached_file','2015/02/InspireToWin-kidpreneur.jpg'),('3826','16327','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:35:\"2015/02/InspireToWin-kidpreneur.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"InspireToWin-kidpreneur-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"InspireToWin-kidpreneur-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"InspireToWin-kidpreneur-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3827','495','_thumbnail_id','16327'),('3829','495','_aviaLayoutBuilder_active',''),('3830','495','_aviaLayoutBuilderCleanData',''),('3831','495','layout',''),('3832','495','sidebar',''),('3833','495','footer',''),('3834','495','header_title_bar',''),('3835','495','header_transparency',''),('3836','495','_avia_hide_featured_image','0'),('3837','16329','_wp_attached_file','2015/02/infected.jpg'),('3838','16329','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:20:\"2015/02/infected.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"infected-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"infected-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"infected-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"infected-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"infected-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"infected-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"infected-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"infected-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"infected-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"infected-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3839','496','_thumbnail_id','16329'),('3841','496','_aviaLayoutBuilder_active',''),('3842','496','_aviaLayoutBuilderCleanData',''),('3843','496','layout',''),('3844','496','sidebar',''),('3845','496','footer',''),('3846','496','header_title_bar',''),('3847','496','header_transparency',''),('3848','496','_avia_hide_featured_image','0'),('3849','16331','_wp_attached_file','2015/01/WhyCWorksForA.jpg'),('3850','16331','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:25:\"2015/01/WhyCWorksForA.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WhyCWorksForA-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"WhyCWorksForA-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"WhyCWorksForA-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3851','498','_thumbnail_id','16331'),('3853','498','_aviaLayoutBuilder_active',''),('3854','498','_aviaLayoutBuilderCleanData','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3855','498','layout',''),('3856','498','sidebar',''),('3857','498','footer',''),('3858','498','header_title_bar',''),('3859','498','header_transparency',''),('3860','498','_avia_hide_featured_image','0'),('3861','16333','_wp_attached_file','2015/01/Future.jpg'),('3862','16333','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2015/01/Future.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Future-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Future-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"Future-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"Future-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"Future-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"Future-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"Future-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Future-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Future-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Future-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3863','499','_thumbnail_id','16333'),('3865','499','_aviaLayoutBuilder_active',''),('3866','499','_aviaLayoutBuilderCleanData',''),('3867','499','layout',''),('3868','499','sidebar',''),('3869','499','footer',''),('3870','499','header_title_bar',''),('3871','499','header_transparency',''),('3872','499','_avia_hide_featured_image','0'),('3873','16335','_wp_attached_file','2014/12/Change.jpg'),('3874','16335','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2014/12/Change.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Change-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Change-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"Change-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"Change-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"Change-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"Change-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"Change-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Change-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Change-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Change-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3875','500','_thumbnail_id','16335'),('3877','500','_aviaLayoutBuilder_active',''),('3878','500','_aviaLayoutBuilderCleanData',''),('3879','500','layout',''),('3880','500','sidebar',''),('3881','500','footer',''),('3882','500','header_title_bar',''),('3883','500','header_transparency',''),('3884','500','_avia_hide_featured_image','0'),('3887','16337','_wp_attached_file','2014/12/servantleadership.jpg'),('3888','16337','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:29:\"2014/12/servantleadership.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"servantleadership-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"servantleadership-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"servantleadership-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"servantleadership-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"servantleadership-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"servantleadership-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"servantleadership-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"servantleadership-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"servantleadership-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"servantleadership-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3889','503','_thumbnail_id','16337'),('3891','503','_aviaLayoutBuilder_active',''),('3892','503','_aviaLayoutBuilderCleanData',''),('3893','503','layout',''),('3894','503','sidebar',''),('3895','503','footer',''),('3896','503','header_title_bar',''),('3897','503','header_transparency',''),('3898','503','_avia_hide_featured_image','0'),('3899','16339','_wp_attached_file','2014/12/eliminatecomparatitis.jpg'),('3900','16339','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:33:\"2014/12/eliminatecomparatitis.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"eliminatecomparatitis-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"eliminatecomparatitis-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"eliminatecomparatitis-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3901','504','_thumbnail_id','16339'),('3903','504','_aviaLayoutBuilder_active',''),('3904','504','_aviaLayoutBuilderCleanData',''),('3905','504','layout',''),('3906','504','sidebar',''),('3907','504','footer',''),('3908','504','header_title_bar',''),('3909','504','header_transparency',''),('3910','504','_avia_hide_featured_image','0'),('3911','955','_edit_lock','1440093790:1'),('3912','16341','_wp_attached_file','2014/12/part1.jpg'),('3913','16341','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2014/12/part1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"part1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"part1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"part1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"part1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"part1-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"part1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"part1-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"part1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"part1-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"part1-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3914','955','_thumbnail_id','16341'),('3915','16342','_wp_attached_file','2014/12/part2.jpg'),('3916','16342','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2014/12/part2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"part2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"part2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"part2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"part2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"part2-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"part2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"part2-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"part2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"part2-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"part2-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3917','501','_thumbnail_id','16342'),('3919','501','_aviaLayoutBuilder_active',''),('3920','501','_aviaLayoutBuilderCleanData',''),('3921','501','layout',''),('3922','501','sidebar',''),('3923','501','footer',''),('3924','501','header_title_bar',''),('3925','501','header_transparency',''),('3926','501','_avia_hide_featured_image','0'),('3928','16042','_edit_lock','1440663663:1'),('3930','16042','_aviaLayoutBuilder_active',''),('3931','16042','_aviaLayoutBuilderCleanData',''),('3932','16042','layout',''),('3933','16042','sidebar',''),('3934','16042','footer',''),('3935','16042','header_title_bar',''),('3936','16042','header_transparency',''),('3937','16042','_avia_hide_featured_image','0'),('3938','16345','_wp_attached_file','2014/11/weeds.jpg'),('3939','16345','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2014/11/weeds.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"weeds-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"weeds-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"weeds-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"weeds-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"weeds-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"weeds-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"weeds-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"weeds-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"weeds-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"weeds-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3940','505','_thumbnail_id','16345'),('3942','505','_aviaLayoutBuilder_active',''),('3943','505','_aviaLayoutBuilderCleanData',''),('3944','505','layout',''),('3945','505','sidebar',''),('3946','505','footer',''),('3947','505','header_title_bar',''),('3948','505','header_transparency',''),('3949','505','_avia_hide_featured_image','0'),('3950','16347','_wp_attached_file','2014/11/strike.jpg'),('3951','16347','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2014/11/strike.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"strike-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"strike-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"strike-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"strike-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"strike-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"strike-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"strike-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"strike-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"strike-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"strike-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3952','506','_thumbnail_id','16347'),('3954','506','_aviaLayoutBuilder_active',''),('3955','506','_aviaLayoutBuilderCleanData',''),('3956','506','layout',''),('3957','506','sidebar',''),('3958','506','footer',''),('3959','506','header_title_bar',''),('3960','506','header_transparency',''),('3961','506','_avia_hide_featured_image','0'),('3962','16349','_wp_attached_file','2014/10/rollercoaster.jpg'),('3963','16349','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:25:\"2014/10/rollercoaster.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rollercoaster-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"rollercoaster-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"rollercoaster-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"rollercoaster-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"rollercoaster-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"rollercoaster-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"rollercoaster-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"rollercoaster-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"rollercoaster-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"rollercoaster-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3964','507','_thumbnail_id','16349'),('3966','507','_aviaLayoutBuilder_active','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3967','507','_aviaLayoutBuilderCleanData',''),('3968','507','layout',''),('3969','507','sidebar',''),('3970','507','footer',''),('3971','507','header_title_bar',''),('3972','507','header_transparency',''),('3973','507','_avia_hide_featured_image','0'),('3974','16351','_wp_attached_file','2014/10/fakeit.jpg'),('3975','16351','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2014/10/fakeit.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fakeit-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fakeit-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"fakeit-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"fakeit-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"fakeit-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"fakeit-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"fakeit-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"fakeit-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"fakeit-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"fakeit-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3976','508','_thumbnail_id','16351'),('3978','508','_aviaLayoutBuilder_active',''),('3979','508','_aviaLayoutBuilderCleanData',''),('3980','508','layout',''),('3981','508','sidebar',''),('3982','508','footer',''),('3983','508','header_title_bar',''),('3984','508','header_transparency',''),('3985','508','_avia_hide_featured_image','0'),('3986','16046','_edit_lock','1440096819:1'),('3988','16046','_aviaLayoutBuilder_active',''),('3989','16046','_aviaLayoutBuilderCleanData',''),('3990','16046','layout',''),('3991','16046','sidebar',''),('3992','16046','footer',''),('3993','16046','header_title_bar',''),('3994','16046','header_transparency',''),('3995','16046','_avia_hide_featured_image','0'),('3996','859','_edit_lock','1440097065:1'),('3997','16354','_wp_attached_file','2014/10/focus.jpg'),('3998','16354','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2014/10/focus.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"focus-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"focus-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"focus-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"focus-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"focus-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"focus-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"focus-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"focus-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"focus-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"focus-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('3999','859','_thumbnail_id','16354'),('4000','16024','OGP','a:7:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;s:4:\"type\";s:7:\"website\";s:5:\"title\";s:61:\"Don&#8217;t Believe The Hype&#8230; Create Your Future Today!\";s:5:\"image\";s:59:\"http://inspiretowin.com/wp-content/uploads/2012/03/hype.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('4001','259','_edit_lock','1440661667:1'),('4002','16357','_wp_attached_file','2014/10/slump.jpg'),('4003','16357','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2014/10/slump.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"slump-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"slump-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"slump-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"slump-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"slump-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"slump-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"slump-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"slump-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"slump-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"slump-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4005','259','_aviaLayoutBuilder_active',''),('4006','259','_aviaLayoutBuilderCleanData',''),('4007','259','layout',''),('4008','259','sidebar',''),('4009','259','footer',''),('4010','259','header_title_bar',''),('4011','259','header_transparency',''),('4012','259','_avia_hide_featured_image','0'),('4013','16043','_edit_lock','1440661858:1'),('4014','16359','_wp_attached_file','2014/10/consistent.jpg'),('4015','16359','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:22:\"2014/10/consistent.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consistent-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"consistent-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"consistent-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"consistent-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"consistent-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"consistent-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"consistent-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"consistent-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"consistent-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"consistent-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4017','16043','_aviaLayoutBuilder_active',''),('4018','16043','_aviaLayoutBuilderCleanData',''),('4019','16043','layout',''),('4020','16043','sidebar',''),('4021','16043','footer',''),('4022','16043','header_title_bar',''),('4023','16043','header_transparency',''),('4024','16043','_avia_hide_featured_image','0'),('4025','843','_edit_lock','1440662015:1'),('4026','16361','_wp_attached_file','2014/10/foundation.jpg'),('4027','16361','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:22:\"2014/10/foundation.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"foundation-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"foundation-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"foundation-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"foundation-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"foundation-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"foundation-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"foundation-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"foundation-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"foundation-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"foundation-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4028','843','_thumbnail_id','16361'),('4030','843','_aviaLayoutBuilder_active',''),('4031','843','_aviaLayoutBuilderCleanData',''),('4032','843','layout',''),('4033','843','sidebar',''),('4034','843','footer',''),('4035','843','header_title_bar',''),('4036','843','header_transparency',''),('4037','843','_avia_hide_featured_image','0'),('4038','16363','_wp_attached_file','2014/10/goalsvsdreams.jpg'),('4039','16363','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:25:\"2014/10/goalsvsdreams.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"goalsvsdreams-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"goalsvsdreams-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"goalsvsdreams-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4040','511','_thumbnail_id','16363'),('4042','511','_aviaLayoutBuilder_active',''),('4043','511','_aviaLayoutBuilderCleanData',''),('4044','511','layout',''),('4045','511','sidebar',''),('4046','511','footer',''),('4047','511','header_title_bar',''),('4048','511','header_transparency',''),('4049','511','_avia_hide_featured_image','0'),('4050','16365','_wp_attached_file','2014/10/angeltulane.jpg'),('4051','16365','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:23:\"2014/10/angeltulane.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"angeltulane-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"angeltulane-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"angeltulane-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"angeltulane-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"angeltulane-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"angeltulane-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"angeltulane-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"angeltulane-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"angeltulane-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"angeltulane-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4052','512','_thumbnail_id','16365'),('4054','512','_aviaLayoutBuilder_active',''),('4055','512','_aviaLayoutBuilderCleanData',''),('4056','512','layout',''),('4057','512','sidebar',''),('4058','512','footer',''),('4059','512','header_title_bar',''),('4060','512','header_transparency',''),('4061','512','_avia_hide_featured_image','0'),('4062','16044','_edit_lock','1440662758:1'),('4063','16367','_wp_attached_file','2014/10/parachute.jpg'),('4064','16367','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2014/10/parachute.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"parachute-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"parachute-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"parachute-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"parachute-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"parachute-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"parachute-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:21:\"parachute-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"parachute-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"parachute-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"parachute-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4066','16044','_aviaLayoutBuilder_active',''),('4067','16044','_aviaLayoutBuilderCleanData',''),('4068','16044','layout',''),('4069','16044','sidebar',''),('4070','16044','footer',''),('4071','16044','header_title_bar',''),('4072','16044','header_transparency',''),('4073','16044','_avia_hide_featured_image','0'),('4074','343','_edit_lock','1440663063:1');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('4075','16369','_wp_attached_file','2014/10/Pursuitson.jpg'),('4076','16369','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:22:\"2014/10/Pursuitson.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Pursuitson-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Pursuitson-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"Pursuitson-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"Pursuitson-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"Pursuitson-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"Pursuitson-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"Pursuitson-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Pursuitson-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Pursuitson-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Pursuitson-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4078','343','_aviaLayoutBuilder_active',''),('4079','343','_aviaLayoutBuilderCleanData',''),('4080','343','layout',''),('4081','343','sidebar',''),('4082','343','footer',''),('4083','343','header_title_bar',''),('4084','343','header_transparency',''),('4085','343','_avia_hide_featured_image','0'),('4086','16371','_wp_attached_file','2013/10/scapegoat.jpg'),('4087','16371','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2013/10/scapegoat.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"scapegoat-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"scapegoat-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"scapegoat-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"scapegoat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"scapegoat-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"scapegoat-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:21:\"scapegoat-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"scapegoat-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"scapegoat-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"scapegoat-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4089','766','_spptranscript',''),('4090','766','_aviaLayoutBuilder_active',''),('4091','766','_aviaLayoutBuilderCleanData',''),('4092','766','layout',''),('4093','766','sidebar',''),('4094','766','footer',''),('4095','766','header_title_bar',''),('4096','766','header_transparency',''),('4097','766','_avia_hide_featured_image','0'),('4098','16372','_wp_attached_file','2013/09/ctrlaltdel.jpg'),('4099','16372','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:22:\"2013/09/ctrlaltdel.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ctrlaltdel-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"ctrlaltdel-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"ctrlaltdel-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4101','756','_spptranscript',''),('4102','756','_aviaLayoutBuilder_active',''),('4103','756','_aviaLayoutBuilderCleanData',''),('4104','756','layout',''),('4105','756','sidebar',''),('4106','756','footer',''),('4107','756','header_title_bar',''),('4108','756','header_transparency',''),('4109','756','_avia_hide_featured_image','0'),('4110','16373','_wp_attached_file','2014/10/finishStrong.jpg'),('4111','16373','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:24:\"2014/10/finishStrong.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"finishStrong-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"finishStrong-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"finishStrong-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"finishStrong-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"finishStrong-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"finishStrong-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"finishStrong-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"finishStrong-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"finishStrong-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"finishStrong-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4112','16042','_thumbnail_id','16373'),('4114','16374','_wp_attached_file','2013/08/stop.jpg'),('4115','16374','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:16:\"2013/08/stop.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"stop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"stop-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"stop-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"stop-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"stop-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"stop-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:16:\"stop-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"stop-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"stop-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"stop-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4117','745','_spptranscript',''),('4118','745','_aviaLayoutBuilder_active',''),('4119','745','_aviaLayoutBuilderCleanData',''),('4120','745','layout',''),('4121','745','sidebar',''),('4122','745','footer',''),('4123','745','header_title_bar',''),('4124','745','header_transparency',''),('4125','745','_avia_hide_featured_image','0'),('4126','16375','_wp_attached_file','2013/07/steve.jpg'),('4127','16375','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2013/07/steve.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"steve-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"steve-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"steve-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"steve-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"steve-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"steve-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"steve-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"steve-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"steve-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"steve-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4129','16376','_wp_attached_file','2013/06/scrappy.jpg'),('4130','16376','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:19:\"2013/06/scrappy.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"scrappy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"scrappy-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"scrappy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"scrappy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"scrappy-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"scrappy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"scrappy-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"scrappy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"scrappy-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"scrappy-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4132','720','_spptranscript',''),('4133','720','_aviaLayoutBuilder_active',''),('4134','720','_aviaLayoutBuilderCleanData',''),('4135','720','layout',''),('4136','720','sidebar',''),('4137','720','footer',''),('4138','720','header_title_bar',''),('4139','720','header_transparency',''),('4140','720','_avia_hide_featured_image','0'),('4141','16377','_wp_attached_file','2013/06/networth.jpg'),('4142','16377','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:20:\"2013/06/networth.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"networth-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"networth-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"networth-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"networth-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"networth-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"networth-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"networth-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"networth-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"networth-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"networth-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4144','16047','_spptranscript',''),('4145','16047','_aviaLayoutBuilder_active',''),('4146','16047','_aviaLayoutBuilderCleanData',''),('4147','16047','layout',''),('4148','16047','sidebar',''),('4149','16047','footer',''),('4150','16047','header_title_bar',''),('4151','16047','header_transparency',''),('4152','16047','_avia_hide_featured_image','0'),('4153','16378','_wp_attached_file','2012/03/hype.jpg'),('4154','16378','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:16:\"2012/03/hype.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"hype-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"hype-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"hype-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"hype-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"hype-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"hype-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:16:\"hype-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"hype-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"hype-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"hype-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4155','16024','_thumbnail_id','16378'),('4157','16024','_spptranscript',''),('4158','16024','_aviaLayoutBuilder_active',''),('4159','16024','_aviaLayoutBuilderCleanData',''),('4160','16024','layout',''),('4161','16024','sidebar',''),('4162','16024','footer',''),('4163','16024','header_title_bar',''),('4164','16024','header_transparency',''),('4165','16024','_avia_hide_featured_image','0'),('4166','16380','_wp_attached_file','2011/07/workaholic.jpg'),('4167','16380','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:22:\"2011/07/workaholic.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workaholic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"workaholic-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"workaholic-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"workaholic-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"workaholic-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"workaholic-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"workaholic-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"workaholic-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"workaholic-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"workaholic-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4169','413','_spptranscript',''),('4170','413','_aviaLayoutBuilder_active',''),('4171','413','_aviaLayoutBuilderCleanData',''),('4172','413','layout',''),('4173','413','sidebar',''),('4174','413','footer',''),('4175','413','header_title_bar',''),('4176','413','header_transparency',''),('4177','413','_avia_hide_featured_image','0'),('4178','16381','_wp_attached_file','2010/05/purpose.jpg'),('4179','16381','_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:247;s:4:\"file\";s:19:\"2010/05/purpose.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"purpose-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"purpose-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"purpose-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"purpose-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"purpose-495x247.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"purpose-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"purpose-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"purpose-450x247.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"purpose-450x198.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4181','16022','_spptranscript',''),('4182','16022','_aviaLayoutBuilder_active',''),('4183','16022','_aviaLayoutBuilderCleanData',''),('4184','16022','layout',''),('4185','16022','sidebar','');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('4186','16022','footer',''),('4187','16022','header_title_bar',''),('4188','16022','header_transparency',''),('4189','16022','_avia_hide_featured_image','0'),('4190','16382','_wp_attached_file','2010/04/failure.jpg'),('4191','16382','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:19:\"2010/04/failure.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"failure-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"failure-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"failure-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"failure-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"failure-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"failure-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"failure-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"failure-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"failure-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"failure-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4193','205','_spptranscript',''),('4194','205','_aviaLayoutBuilder_active',''),('4195','205','_aviaLayoutBuilderCleanData',''),('4196','205','layout',''),('4197','205','sidebar',''),('4198','205','footer',''),('4199','205','header_title_bar',''),('4200','205','header_transparency',''),('4201','205','_avia_hide_featured_image','0'),('4202','16384','_wp_attached_file','2009/10/ratrace.jpg'),('4203','16384','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:19:\"2009/10/ratrace.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ratrace-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ratrace-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"ratrace-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"ratrace-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"ratrace-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"ratrace-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"ratrace-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"ratrace-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"ratrace-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"ratrace-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4205','57','_spptranscript',''),('4206','57','_aviaLayoutBuilder_active',''),('4207','57','_aviaLayoutBuilderCleanData',''),('4208','57','layout',''),('4209','57','sidebar',''),('4210','57','footer',''),('4211','57','header_title_bar',''),('4212','57','header_transparency',''),('4213','57','_avia_hide_featured_image','0'),('4214','16386','_wp_attached_file','2010/04/angel.jpg'),('4215','16386','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:17:\"2010/04/angel.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"angel-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"angel-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"angel-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"angel-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"angel-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"angel-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"angel-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"angel-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"angel-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"angel-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4216','16021','_thumbnail_id','16386'),('4218','16021','_spptranscript',''),('4219','16021','_aviaLayoutBuilder_active',''),('4220','16021','_aviaLayoutBuilderCleanData',''),('4221','16021','layout',''),('4222','16021','sidebar',''),('4223','16021','footer',''),('4224','16021','header_title_bar',''),('4225','16021','header_transparency',''),('4226','16021','_avia_hide_featured_image','0'),('4227','16389','_wp_attached_file','2014/08/contactus.png'),('4228','16389','_wp_attachment_metadata','a:5:{s:5:\"width\";i:3916;s:6:\"height\";i:5221;s:4:\"file\";s:21:\"2014/08/contactus.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"contactus-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"contactus-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"contactus-773x1030.png\";s:5:\"width\";i:773;s:6:\"height\";i:1030;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"contactus-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"contactus-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"contactus-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:22:\"contactus-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:23:\"contactus-1125x1500.png\";s:5:\"width\";i:1125;s:6:\"height\";i:1500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"contactus-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"contactus-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:21:\"contactus-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:21:\"contactus-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:21:\"contactus-529x705.png\";s:5:\"width\";i:529;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:21:\"contactus-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:22:\"contactus-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"contactus-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"contactus-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"contactus-450x600.png\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4229','16390','_wp_attached_file','2014/08/contactus1.png'),('4230','16390','_wp_attachment_metadata','a:5:{s:5:\"width\";i:352;s:6:\"height\";i:365;s:4:\"file\";s:22:\"2014/08/contactus1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"contactus1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"contactus1-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"contactus1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"contactus1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"contactus1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"contactus1-352x321.png\";s:5:\"width\";i:352;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"contactus1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4231','16392','_wp_attached_file','2014/08/contacthero.jpg'),('4232','16392','_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:686;s:4:\"file\";s:23:\"2014/08/contacthero.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"contacthero-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"contacthero-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"contacthero-1030x368.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"contacthero-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"contacthero-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"contacthero-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:24:\"contacthero-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:24:\"contacthero-1500x536.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"contacthero-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"contacthero-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"contacthero-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"contacthero-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"contacthero-705x252.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"contacthero-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"contacthero-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"contacthero-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"contacthero-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"contacthero-450x161.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4237','16395','_EventOrigin','events-calendar'),('4238','16395','_edit_lock','1440882403:1'),('4239','16395','_edit_last','1'),('4246','16399','_wp_attached_file','2015/08/sohsmallogo.jpg'),('4247','16399','_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:78;s:4:\"file\";s:23:\"2015/08/sohsmallogo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sohsmallogo-80x78.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"sohsmallogo-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"sohsmallogo-180x78.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"sohsmallogo-120x78.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4248','16395','_thumbnail_id','16399'),('4249','16395','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:19:\"Secret Of Happiness\";}s:5:\"image\";a:1:{s:5:\"value\";s:66:\"http://inspiretowin.com/wp-content/uploads/2015/08/sohsmallogo.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('4250','16395','_spptranscript',''),('4251','16395','_EventShowMapLink','1'),('4252','16395','_EventShowMap','1'),('4253','16395','_EventStartDate','2016-06-11 08:00:00'),('4254','16395','_EventEndDate','2016-06-12 22:00:00'),('4255','16395','_EventDuration','136800'),('4256','16395','_EventVenueID','0'),('4257','16395','_EventCurrencySymbol',''),('4258','16395','_EventCurrencyPosition','prefix'),('4260','16395','_EventURL',''),('4262','16395','_EventCost',''),('4263','16395','_EventOrganizerID','0'),('4268','443','_EventCost',''),('4269','443','_EventOrganizerID','0'),('4270','16402','_edit_lock','1440885233:1'),('4271','16402','_edit_last','1'),('4272','16402','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:9:\"/thankyou\";s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('4273','16402','leadpages_my_selected_page','144eabf46639c5'),('4274','16402','leadpages_name','I2W-SPP Thank You Page'),('4275','16402','leadpages_slug','thankyou'),('4276','16402','leadpages_split_test',''),('4277','1201','_edit_lock','1444947672:1'),('4278','482','OGP','a:3:{s:6:\"fields\";a:0:{}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('4279','16405','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E20.mp3'),('4280','16405','_audioduration','19:49'),('4281','16405','_release_date','2015-09-12 06:12:21'),('4282','16405','OGP','a:3:{s:6:\"fields\";a:4:{s:4:\"type\";a:1:{s:5:\"value\";s:7:\"website\";}s:5:\"title\";a:1:{s:5:\"value\";s:40:\"I2W: E20: Beginners Guide To Consistency\";}s:5:\"image\";a:1:{s:5:\"value\";s:66:\"http://inspiretowin.com/wp-content/uploads/2015/09/consistency.jpg\";}s:10:\"image_type\";a:1:{s:5:\"value\";s:10:\"image/jpeg\";}}s:13:\"custom_fields\";a:0:{}s:3:\"_v3\";i:1;}'),('4283','16405','_edit_lock','1442039745:1'),('4284','16406','_wp_attached_file','2015/09/consistency.jpg'),('4285','16406','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:23:\"2015/09/consistency.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"consistency-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"consistency-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"consistency-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"consistency-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"consistency-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"consistency-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"consistency-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"consistency-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"consistency-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"consistency-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4286','16405','_thumbnail_id','16406'),('4287','16405','_edit_last','1'),('4289','16405','_spptranscript',''),('4290','16405','_aviaLayoutBuilder_active',''),('4291','16405','_aviaLayoutBuilderCleanData',''),('4292','16405','layout',''),('4293','16405','sidebar',''),('4294','16405','footer',''),('4295','16405','header_title_bar',''),('4296','16405','header_transparency',''),('4297','16405','_avia_hide_featured_image','0'),('4298','16410','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W-E21.mp3'),('4299','16410','_audioduration','28:23'),('4300','16410','_release_date','2015-09-17 22:56:50'),('4301','16410','OGP','a:4:{s:4:\"type\";s:7:\"website\";s:5:\"title\";s:66:\"I2W: E21: Why Formal Education Has You Broke, Sick and Uninspired!\";s:5:\"image\";s:62:\"http://inspiretowin.com/wp-content/uploads/2015/09/formal1.jpg\";s:10:\"image_type\";s:10:\"image/jpeg\";}'),('4302','16410','_edit_lock','1442532109:1'),('4303','16412','_wp_attached_file','2015/09/formal.jpg'),('4304','16412','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2015/09/formal.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"formal-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"formal-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"formal-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"formal-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"formal-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"formal-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"formal-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"formal-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"formal-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"formal-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4306','16410','_edit_last','1');
INSERT INTO wp_postmeta (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('4308','16410','_spptranscript',''),('4309','16410','_aviaLayoutBuilder_active',''),('4310','16410','_aviaLayoutBuilderCleanData',''),('4311','16410','layout',''),('4312','16410','sidebar',''),('4313','16410','footer',''),('4314','16410','header_title_bar',''),('4315','16410','header_transparency',''),('4316','16410','_avia_hide_featured_image','0'),('4319','16410','_wp_old_slug','i2w-e21-why-formal-education-has-you-broke-sick-and-uninspired'),('4320','16414','_wp_attached_file','2015/09/formal1.jpg'),('4321','16414','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:19:\"2015/09/formal1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"formal1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"formal1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"formal1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"formal1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"formal1-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"formal1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"formal1-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"formal1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"formal1-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"formal1-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4322','16410','_thumbnail_id','16414'),('4323','16439','_wp_attached_file','2013/04/excited.png'),('4324','16439','_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:454;s:4:\"file\";s:19:\"2013/04/excited.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"excited-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"excited-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"excited-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"excited-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"excited-452x430.png\";s:5:\"width\";i:452;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"excited-452x400.png\";s:5:\"width\";i:452;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"excited-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"excited-452x375.png\";s:5:\"width\";i:452;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"excited-452x321.png\";s:5:\"width\";i:452;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"excited-452x423.png\";s:5:\"width\";i:452;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"excited-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"excited-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"excited-450x452.png\";s:5:\"width\";i:450;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4325','598','_edit_lock','1444411574:1'),('4326','598','OGP','a:1:{s:5:\"image\";s:78:\"http://inspiretowin.com/wp-content/uploads/2015/07/podcast_channel_artwork.jpg\";}'),('4327','598','_aviaLayoutBuilder_active',''),('4328','598','_aviaLayoutBuilderCleanData',''),('4329','598','layout',''),('4330','598','sidebar',''),('4331','598','footer',''),('4332','598','header_title_bar',''),('4333','598','header_transparency','header_transparent header_glassy '),('4334','598','_avia_hide_featured_image','0'),('4335','16455','_wp_attached_file','2013/04/youtube.png'),('4336','16455','_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2013/04/youtube.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"youtube-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"youtube-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"youtube-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"youtube-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"youtube-640x430.png\";s:5:\"width\";i:640;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"youtube-640x630.png\";s:5:\"width\";i:640;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"youtube-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"youtube-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"youtube-640x375.png\";s:5:\"width\";i:640;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"youtube-640x321.png\";s:5:\"width\";i:640;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"youtube-640x423.png\";s:5:\"width\";i:640;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"youtube-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"youtube-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"youtube-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4337','16458','_audiourl','http://traffic.libsyn.com/inspiretowin/I2W_-_E22.mp3'),('4338','16458','_audioduration','17:07'),('4339','16458','_release_date','2015-10-12 18:50:53'),('4340','16458','OGP','a:2:{s:5:\"title\";s:44:\"I2W: E22: Become A Problem Solving Rock Star\";s:5:\"image\";s:68:\"http://inspiretowin.com/wp-content/uploads/2015/10/problemsolve1.jpg\";}'),('4341','16458','_edit_lock','1444677829:1'),('4342','16459','_wp_attached_file','2015/10/problemsolve.jpg'),('4343','16459','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:24:\"2015/10/problemsolve.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"problemsolve-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"problemsolve-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"problemsolve-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"problemsolve-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"problemsolve-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"problemsolve-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"problemsolve-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"problemsolve-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"problemsolve-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"problemsolve-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4344','16458','_thumbnail_id','16461'),('4345','16458','_edit_last','1'),('4347','16458','_spptranscript',''),('4348','16458','_aviaLayoutBuilder_active',''),('4349','16458','_aviaLayoutBuilderCleanData',''),('4350','16458','layout',''),('4351','16458','sidebar',''),('4352','16458','footer',''),('4353','16458','header_title_bar',''),('4354','16458','header_transparency',''),('4355','16458','_avia_hide_featured_image','0'),('4357','16461','_wp_attached_file','2015/10/problemsolve1.jpg'),('4358','16461','_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:271;s:4:\"file\";s:25:\"2015/10/problemsolve1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"problemsolve1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"problemsolve1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"problemsolve1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"problemsolve1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"problemsolve1-495x271.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"problemsolve1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"problemsolve1-705x271.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"problemsolve1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"problemsolve1-450x271.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"problemsolve1-450x173.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),('4363','1020','_edit_lock','1444949723:1');
DROP TABLE IF EXISTS wp_posts;
CREATE TABLE `wp_posts` (  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',  `post_content` longtext 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=16463 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_posts (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('26','1','2015-05-15 15:22:17','2015-05-15 15:22:17','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','inherit','open','open','','greek-church','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 15:22:17','2015-05-15 15:22:17','','0','http://inspiretowin.com/wp-content/uploads/2015/05/greek-church.jpg','0','attachment','image/jpeg','0'),('40','1','2015-05-16 07:26:07','2015-05-16 07:26:07','','Harvest','Beautiful rural landscape of a field with hay rolls','inherit','open','open','','harvest','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-16 07:26:07','2015-05-16 07:26:07','','0','http://inspiretowin.com/wp-content/uploads/2015/05/harvest-landscape.jpg','0','attachment','image/jpeg','0'),('44','1','2015-05-18 15:48:42','2015-05-18 15:48:42','','Cross on Bible','Closeup of simple wooden Christian cross necklace on holy Bible','inherit','open','open','','cross-on-bible','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-18 15:48:42','2015-05-18 15:48:42','','0','http://inspiretowin.com/wp-content/uploads/2015/05/cross-on-bible.jpg','0','attachment','image/jpeg','0'),('45','1','2015-05-18 15:48:44','2015-05-18 15:48:44','','Family Ministry','Nullam dictum. Cum sociis natoque penatibus et magnis dis','inherit','open','open','','family','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-18 15:48:44','2015-05-18 15:48:44','','0','http://inspiretowin.com/wp-content/uploads/2015/05/family.jpg','0','attachment','image/jpeg','0'),('46','1','2015-05-18 15:48:46','2015-05-18 15:48:46','','Wedding Service','Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.','inherit','open','open','','wedding','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-18 15:48:46','2015-05-18 15:48:46','','0','http://inspiretowin.com/wp-content/uploads/2015/05/wedding.jpg','0','attachment','image/jpeg','0'),('47','1','2015-05-18 15:48:49','2015-05-18 15:48:49','','Wheat Background','A wheat background with a single head of wheat isolated against a bokeh background','inherit','open','open','','wheat-background','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-18 15:48:49','2015-05-18 15:48:49','','0','http://inspiretowin.com/wp-content/uploads/2015/05/wheat-background.jpg','0','attachment','image/jpeg','0'),('74','1','2015-05-18 17:10:43','2015-05-18 17:10:43','','Sermon Service','Aenean commodo ligula eget dolor. Aenean massa','inherit','open','open','','cross-on-bible-green','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-18 17:10:43','2015-05-18 17:10:43','','0','http://inspiretowin.com/wp-content/uploads/2015/05/cross-on-bible-green.jpg','0','attachment','image/jpeg','0'),('199','1','2015-05-26 15:54:37','2015-05-26 15:54:37','','bg-grass','','inherit','open','open','','bg-grass','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-26 15:54:37','2015-05-26 15:54:37','','0','http://inspiretowin.com/wp-content/uploads/2015/05/bg-grass.jpg','0','attachment','image/jpeg','0'),('275','1','2015-05-29 13:15:35','2015-05-29 13:15:35','','Church interior in Puerto Vallarta, Jalisco, Mexico','Our Lady of Guadalupe church interior in Puerto Vallarta, Jalisco, Mexico','inherit','open','open','','church-interior-in-puerto-vallarta-jalisco-mexico','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-29 13:15:35','2015-05-29 13:15:35','','0','http://inspiretowin.com/wp-content/uploads/2014/08/church-interior-in-puerto-vallarta-jalisco-mexico.jpg','0','attachment','image/jpeg','0'),('285','1','2015-05-29 13:39:28','2015-05-29 13:39:28','','bw-church-interior-in-puerto-vallarta-jalisco-mexico','','inherit','open','open','','bw-church-interior-in-puerto-vallarta-jalisco-mexico','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-29 13:39:28','2015-05-29 13:39:28','','0','http://inspiretowin.com/wp-content/uploads/2014/08/bw-church-interior-in-puerto-vallarta-jalisco-mexico.jpg','0','attachment','image/jpeg','0'),('318','1','2015-05-30 11:28:06','2015-05-30 11:28:06','','church-marker','','inherit','open','open','','church-marker','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 11:28:06','2015-05-30 11:28:06','','98','http://inspiretowin.com/wp-content/uploads/2014/08/church-marker.png','0','attachment','image/png','0'),('324','1','2015-05-30 11:56:37','2015-05-30 11:56:37','','church-logo','','inherit','open','open','','church-logo-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 11:56:37','2015-05-30 11:56:37','','0','http://inspiretowin.com/wp-content/uploads/2015/05/church-logo2.png','0','attachment','image/png','0'),('330','1','2015-05-30 14:15:29','2015-05-30 14:15:29','','Servant Leaders','Nullam dictum felis eu pede mollis pretium.','inherit','open','open','','woman-enjoying-nature-outdoors','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 14:15:29','2015-05-30 14:15:29','','0','http://inspiretowin.com/wp-content/uploads/2014/08/woman-enjoying-nature-outdoors-m.jpg','0','attachment','image/jpeg','0'),('331','1','2015-05-30 14:15:41','2015-05-30 14:15:41','','Small Groups','Aenean commodo ligula eget dolor. Aenean massa','inherit','open','open','','group-of-friends-outdoors','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 14:15:41','2015-05-30 14:15:41','','0','http://inspiretowin.com/wp-content/uploads/2014/08/group-of-friends-outdoors-m.jpg','0','attachment','image/jpeg','0'),('332','1','2015-05-30 14:15:47','2015-05-30 14:15:47','','Awakening Youth','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ','inherit','open','open','','happy-friends-together','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 14:15:47','2015-05-30 14:15:47','','0','http://inspiretowin.com/wp-content/uploads/2014/08/happy-friends-together-m.jpg','0','attachment','image/jpeg','0'),('333','1','2015-05-30 14:16:00','2015-05-30 14:16:00','','Large Groups','Cum socommodo ligula eget dolorciis natoque penatibus et magnis dis','inherit','open','open','','people-outdoors-holding-hands','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 14:16:00','2015-05-30 14:16:00','','0','http://inspiretowin.com/wp-content/uploads/2014/08/people-outdoors-holding-hands-m.jpg','0','attachment','image/jpeg','0'),('364','1','2015-05-30 17:03:37','2015-05-30 17:03:37','','The Chapel','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ','inherit','open','open','','saint-pauls-cathedral','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-30 17:03:37','2015-05-30 17:03:37','','0','http://inspiretowin.com/wp-content/uploads/2014/08/saint-pauls-cathedral-m.jpg','0','attachment','image/jpeg','0'),('389','1','2015-05-31 15:28:07','2015-05-31 15:28:07','','Businessman','Portrait of the smiling business man at restaurant','inherit','open','open','','businessman','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-31 15:28:07','2015-05-31 15:28:07','','0','http://inspiretowin.com/wp-content/uploads/2015/05/businessman.jpg','0','attachment','image/jpeg','0'),('465','1','2015-07-07 06:12:15','2015-07-07 06:12:15','','I2W-EnfoldLogo','','inherit','closed','closed','','i2w-enfoldlogo','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-07 06:12:15','2015-07-07 06:12:15','','0','http://inspiretowin.com/wp-content/uploads/2015/07/I2W-EnfoldLogo.png','0','attachment','image/png','0'),('482','1','2015-07-09 06:32:52','2015-07-09 06:32:52','','podcast_channel_artwork.jpg','','inherit','closed','closed','','podcast_channel_artwork-jpg','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 06:32:52','2015-07-09 06:32:52','','0','http://inspiretowin.com/?attachment_id=482','0','attachment','image/jpeg','0'),('16060','1','2015-07-09 17:43:35','2015-07-09 17:43:35','','selfimage','','inherit','closed','closed','','selfimage','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 17:43:35','2015-07-09 17:43:35','','489','http://inspiretowin.com/wp-content/uploads/2015/07/selfimage.jpg','0','attachment','image/jpeg','0'),('16075','1','2015-07-09 19:17:21','2015-07-09 19:17:21','','I2W-300-Ver-2','','inherit','closed','closed','','i2w-300-ver-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 19:17:21','2015-07-09 19:17:21','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/I2W-300-Ver-2.jpg','0','attachment','image/jpeg','0'),('16084','1','2015-07-10 23:19:31','2015-07-10 23:19:31','','microphone loop','','inherit','closed','closed','','microphone-loop','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-10 23:19:31','2015-07-10 23:19:31','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/microphone-loop.gif','0','attachment','image/gif','0'),('16086','1','2015-07-10 23:21:49','2015-07-10 23:21:49','','rocket loop','','inherit','closed','closed','','rocket-loop','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-10 23:21:49','2015-07-10 23:21:49','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/rocket-loop.gif','0','attachment','image/gif','0'),('16088','1','2015-07-10 23:24:01','2015-07-10 23:24:01','','target loop','','inherit','closed','closed','','target-loop','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-10 23:24:01','2015-07-10 23:24:01','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/target-loop.gif','0','attachment','image/gif','0'),('16097','1','2015-07-12 03:59:32','2015-07-12 03:59:32','','instagram','','inherit','closed','closed','','instagram','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-12 03:59:32','2015-07-12 03:59:32','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/instagram.png','0','attachment','image/png','0'),('16110','1','2015-07-12 05:49:03','2015-07-12 05:49:03','','linkedin','','inherit','closed','closed','','linkedin-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-12 05:49:03','2015-07-12 05:49:03','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/linkedin1.png','0','attachment','image/png','0'),('16112','1','2015-07-12 05:51:47','2015-07-12 05:51:47','','podcast','','inherit','closed','closed','','podcast-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-12 05:51:47','2015-07-12 05:51:47','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/podcast.png','0','attachment','image/png','0'),('16116','1','2015-07-12 06:03:02','2015-07-12 06:03:02','','fb','','inherit','closed','closed','','fb','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-12 06:03:02','2015-07-12 06:03:02','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/fb.png','0','attachment','image/png','0'),('16120','1','2015-07-12 06:20:02','2015-07-12 06:20:02','','SB-Podcast-Page-Banner','','inherit','closed','closed','','sb-podcast-page-banner','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-24 06:33:03','2015-07-24 06:33:03','','15','http://inspiretowin.com/wp-content/uploads/2015/05/SB-Podcast-Page-Banner.jpg','0','attachment','image/jpeg','0'),('16126','1','2015-07-21 04:49:41','2015-07-21 04:49:41','','11401501_10153503655697174_3555296561200039770_n','','inherit','closed','closed','','11401501_10153503655697174_3555296561200039770_n','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-21 04:49:41','2015-07-21 04:49:41','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/11401501_10153503655697174_3555296561200039770_n.jpg','0','attachment','image/jpeg','0'),('16145','1','2015-07-22 06:49:01','2015-07-22 06:49:01','','sohsinglelogo','','inherit','closed','closed','','sohsinglelogo','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-22 06:49:01','2015-07-22 06:49:01','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/sohsinglelogo.png','0','attachment','image/png','0'),('16146','1','2015-07-22 06:50:17','2015-07-22 06:50:17','','SecretKnock-3','','inherit','closed','closed','','secretknock-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-22 06:50:17','2015-07-22 06:50:17','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/SecretKnock-3.png','0','attachment','image/png','0'),('16176','1','2015-08-03 19:42:13','2015-08-03 19:42:13','','i2w-periscope','','inherit','closed','closed','','i2w-periscope','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 19:42:13','2015-08-03 19:42:13','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/i2w-periscope.jpg','0','attachment','image/jpeg','0'),('16184','1','2015-08-03 19:55:07','2015-08-03 19:55:07','','beautiful girl listening to music on headphones in the sky','beautiful girl with flying  blond hair, listening to music on headphones in the sky','inherit','closed','closed','','beautiful-girl-listening-to-music-on-headphones-in-the-sky','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 19:55:07','2015-08-03 19:55:07','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/podcastback.jpg','0','attachment','image/jpeg','0'),('16186','1','2015-08-03 20:38:50','2015-08-03 20:38:50','','Business team celebrating a triumph','Business team celebrating a triumph with arms up','inherit','closed','closed','','business-team-celebrating-a-triumph','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 20:38:50','2015-08-03 20:38:50','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/i2w-headerimage.jpg','0','attachment','image/jpeg','0'),('16205','1','2015-08-03 21:27:52','2015-08-03 21:27:52','','Friendly group of people waving to you','Top view portrait of men and women standing together and raising hands','inherit','closed','closed','','friendly-group-of-people-waving-to-you','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 21:27:52','2015-08-03 21:27:52','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/aboutus.jpg','0','attachment','image/jpeg','0'),('16210','1','2015-08-03 21:57:23','2015-08-03 21:57:23','','ANGEL','','inherit','closed','closed','','angel','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 21:57:23','2015-08-03 21:57:23','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/ANGEL.png','0','attachment','image/png','0'),('16215','1','2015-08-03 23:11:46','2015-08-03 23:11:46','','MSG-LOGO copy','','inherit','closed','closed','','msg-logo-copy','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 23:11:46','2015-08-03 23:11:46','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/MSG-LOGO-copy.png','0','attachment','image/png','0'),('16217','1','2015-08-03 23:16:30','2015-08-03 23:16:30','','periscope-i2w','','inherit','closed','closed','','periscope-i2w','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 23:16:30','2015-08-03 23:16:30','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/periscope-i2w.png','0','attachment','image/png','0'),('16218','1','2015-08-03 23:16:50','2015-08-03 23:16:50','','msg-i2w','','inherit','closed','closed','','msg-i2w','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 23:16:50','2015-08-03 23:16:50','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/msg-i2w.png','0','attachment','image/png','0'),('16221','1','2015-08-03 23:21:47','2015-08-03 23:21:47','','podcast','','inherit','closed','closed','','podcast-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-03 23:21:47','2015-08-03 23:21:47','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/podcast1.png','0','attachment','image/png','0'),('16227','1','2015-08-05 06:19:55','2015-08-05 06:19:55','','eventpic','','inherit','closed','closed','','eventpic','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-05 06:19:55','2015-08-05 06:19:55','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/eventpic.jpg','0','attachment','image/jpeg','0'),('16230','1','2015-08-05 06:27:10','2015-08-05 06:27:10','','event','','inherit','closed','closed','','event','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-05 06:27:10','2015-08-05 06:27:10','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/event.jpg','0','attachment','image/jpeg','0'),('16236','1','2015-08-06 06:33:55','2015-08-06 06:33:55','','event','','inherit','closed','closed','','event-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-06 06:33:55','2015-08-06 06:33:55','','16019','http://inspiretowin.com/wp-content/uploads/2013/04/event1.jpg','0','attachment','image/jpeg','0'),('16240','1','2015-08-06 07:07:23','2015-08-06 07:07:23','','smallsklogo','','inherit','closed','closed','','smallsklogo','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-06 07:07:23','2015-08-06 07:07:23','','443','http://inspiretowin.com/wp-content/uploads/2015/05/smallsklogo.png','0','attachment','image/png','0'),('16247','1','2015-08-18 06:11:46','2015-08-18 06:11:46','','podcast','','inherit','closed','closed','','podcast-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-18 06:11:46','2015-08-18 06:11:46','','15','http://inspiretowin.com/wp-content/uploads/2015/05/podcast.jpg','0','attachment','image/jpeg','0'),('16253','1','2015-08-18 06:21:02','2015-08-18 06:21:02','','podcast','','inherit','closed','closed','','podcast-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-18 06:21:02','2015-08-18 06:21:02','','15','http://inspiretowin.com/wp-content/uploads/2015/05/podcast1.jpg','0','attachment','image/jpeg','0'),('16255','1','2015-08-18 06:22:31','2015-08-18 06:22:31','','podcast','','inherit','closed','closed','','podcast-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-18 06:22:31','2015-08-18 06:22:31','','15','http://inspiretowin.com/wp-content/uploads/2015/05/podcast2.jpg','0','attachment','image/jpeg','0'),('16257','1','2015-08-18 06:23:46','2015-08-18 06:23:46','','podcast','','inherit','closed','closed','','podcast-7','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-18 06:23:46','2015-08-18 06:23:46','','15','http://inspiretowin.com/wp-content/uploads/2015/05/podcast3.jpg','0','attachment','image/jpeg','0'),('16264','1','2015-08-20 16:06:06','2015-08-20 16:06:06','','Happy friends','Happy group of friends in a summery day having fun','inherit','closed','closed','','happy-friends','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:06:06','2015-08-20 16:06:06','','17','http://inspiretowin.com/wp-content/uploads/2015/05/i2wblogpic.jpg','0','attachment','image/jpeg','0'),('16273','1','2015-08-20 16:25:26','2015-08-20 16:25:26','','i2wblogbackground','','inherit','closed','closed','','i2wblogbackground','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:25:26','2015-08-20 16:25:26','','17','http://inspiretowin.com/wp-content/uploads/2015/05/i2wblogbackground.jpg','0','attachment','image/jpeg','0'),('16303','1','2015-08-20 16:49:18','2015-08-20 16:49:18','','3stealfear','','inherit','closed','closed','','3stealfear','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:49:18','2015-08-20 16:49:18','','490','http://inspiretowin.com/wp-content/uploads/2015/05/3stealfear.jpg','0','attachment','image/jpeg','0'),('16305','1','2015-08-20 16:53:14','2015-08-20 16:53:14','','massiveaction','','inherit','closed','closed','','massiveaction','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:53:14','2015-08-20 16:53:14','','491','http://inspiretowin.com/wp-content/uploads/2015/04/massiveaction.jpg','0','attachment','image/jpeg','0'),('16307','1','2015-08-20 16:58:14','2015-08-20 16:58:14','','3reasonsfail','','inherit','closed','closed','','3reasonsfail','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:58:14','2015-08-20 16:58:14','','492','http://inspiretowin.com/wp-content/uploads/2015/02/3reasonsfail.jpg','0','attachment','image/jpeg','0'),('16309','1','2015-08-20 17:02:33','2015-08-20 17:02:33','','pain','','inherit','closed','closed','','pain','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:02:33','2015-08-20 17:02:33','','494','http://inspiretowin.com/wp-content/uploads/2015/02/pain.jpg','0','attachment','image/jpeg','0'),('16324','1','2015-08-20 17:38:55','2015-08-20 17:38:55','','fight','','inherit','closed','closed','','fight','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:38:55','2015-08-20 17:38:55','','493','http://inspiretowin.com/wp-content/uploads/2015/02/fight.jpg','0','attachment','image/jpeg','0'),('16326','1','2015-08-20 17:42:18','2015-08-20 17:42:18','','10885137_913434068687024_1113143750402637766_n','','inherit','closed','closed','','10885137_913434068687024_1113143750402637766_n','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:42:18','2015-08-20 17:42:18','','494','http://inspiretowin.com/wp-content/uploads/2015/02/10885137_913434068687024_1113143750402637766_n.jpg','0','attachment','image/jpeg','0'),('16327','1','2015-08-20 17:43:28','2015-08-20 17:43:28','','InspireToWin-kidpreneur','','inherit','closed','closed','','inspiretowin-kidpreneur','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:43:28','2015-08-20 17:43:28','','495','http://inspiretowin.com/wp-content/uploads/2015/02/InspireToWin-kidpreneur.jpg','0','attachment','image/jpeg','0'),('16329','1','2015-08-20 17:45:06','2015-08-20 17:45:06','','infected','','inherit','closed','closed','','infected','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:45:06','2015-08-20 17:45:06','','496','http://inspiretowin.com/wp-content/uploads/2015/02/infected.jpg','0','attachment','image/jpeg','0'),('16331','1','2015-08-20 17:47:18','2015-08-20 17:47:18','','WhyCWorksForA','','inherit','closed','closed','','whycworksfora','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:47:18','2015-08-20 17:47:18','','498','http://inspiretowin.com/wp-content/uploads/2015/01/WhyCWorksForA.jpg','0','attachment','image/jpeg','0'),('16333','1','2015-08-20 17:48:45','2015-08-20 17:48:45','','Future','','inherit','closed','closed','','future','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:48:45','2015-08-20 17:48:45','','499','http://inspiretowin.com/wp-content/uploads/2015/01/Future.jpg','0','attachment','image/jpeg','0'),('16335','1','2015-08-20 17:49:48','2015-08-20 17:49:48','','Change','','inherit','closed','closed','','change','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:49:48','2015-08-20 17:49:48','','500','http://inspiretowin.com/wp-content/uploads/2014/12/Change.jpg','0','attachment','image/jpeg','0'),('16337','1','2015-08-20 17:51:22','2015-08-20 17:51:22','','servantleadership','','inherit','closed','closed','','servantleadership','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:51:22','2015-08-20 17:51:22','','503','http://inspiretowin.com/wp-content/uploads/2014/12/servantleadership.jpg','0','attachment','image/jpeg','0'),('16339','1','2015-08-20 17:52:26','2015-08-20 17:52:26','','eliminatecomparatitis','','inherit','closed','closed','','eliminatecomparatitis','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:52:26','2015-08-20 17:52:26','','504','http://inspiretowin.com/wp-content/uploads/2014/12/eliminatecomparatitis.jpg','0','attachment','image/jpeg','0'),('16341','1','2015-08-20 18:02:44','2015-08-20 18:02:44','','part1','','inherit','closed','closed','','part1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:02:44','2015-08-20 18:02:44','','955','http://inspiretowin.com/wp-content/uploads/2014/12/part1.jpg','0','attachment','image/jpeg','0'),('16342','1','2015-08-20 18:04:05','2015-08-20 18:04:05','','part2','','inherit','closed','closed','','part2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:04:05','2015-08-20 18:04:05','','501','http://inspiretowin.com/wp-content/uploads/2014/12/part2.jpg','0','attachment','image/jpeg','0'),('16345','1','2015-08-20 18:47:22','2015-08-20 18:47:22','','weeds','','inherit','closed','closed','','weeds','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:47:22','2015-08-20 18:47:22','','505','http://inspiretowin.com/wp-content/uploads/2014/11/weeds.jpg','0','attachment','image/jpeg','0'),('16347','1','2015-08-20 18:50:01','2015-08-20 18:50:01','','strike','','inherit','closed','closed','','strike','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:50:01','2015-08-20 18:50:01','','506','http://inspiretowin.com/wp-content/uploads/2014/11/strike.jpg','0','attachment','image/jpeg','0'),('16349','1','2015-08-20 18:52:21','2015-08-20 18:52:21','','rollercoaster','','inherit','closed','closed','','rollercoaster','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:52:21','2015-08-20 18:52:21','','507','http://inspiretowin.com/wp-content/uploads/2014/10/rollercoaster.jpg','0','attachment','image/jpeg','0'),('16351','1','2015-08-20 18:54:44','2015-08-20 18:54:44','','fakeit','','inherit','closed','closed','','fakeit','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:54:44','2015-08-20 18:54:44','','508','http://inspiretowin.com/wp-content/uploads/2014/10/fakeit.jpg','0','attachment','image/jpeg','0'),('16354','1','2015-08-20 18:59:23','2015-08-20 18:59:23','','focus','','inherit','closed','closed','','focus','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:59:23','2015-08-20 18:59:23','','859','http://inspiretowin.com/wp-content/uploads/2014/10/focus.jpg','0','attachment','image/jpeg','0'),('16357','1','2015-08-27 07:49:44','2015-08-27 07:49:44','','slump','','inherit','closed','closed','','slump','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:49:44','2015-08-27 07:49:44','','259','http://inspiretowin.com/wp-content/uploads/2014/10/slump.jpg','0','attachment','image/jpeg','0'),('16359','1','2015-08-27 07:53:04','2015-08-27 07:53:04','','consistent','','inherit','closed','closed','','consistent','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:53:04','2015-08-27 07:53:04','','16043','http://inspiretowin.com/wp-content/uploads/2014/10/consistent.jpg','0','attachment','image/jpeg','0'),('16361','1','2015-08-27 07:55:37','2015-08-27 07:55:37','','foundation','','inherit','closed','closed','','foundation','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:55:37','2015-08-27 07:55:37','','843','http://inspiretowin.com/wp-content/uploads/2014/10/foundation.jpg','0','attachment','image/jpeg','0'),('16363','1','2015-08-27 07:59:04','2015-08-27 07:59:04','','goalsvsdreams','','inherit','closed','closed','','goalsvsdreams','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:59:04','2015-08-27 07:59:04','','511','http://inspiretowin.com/wp-content/uploads/2014/10/goalsvsdreams.jpg','0','attachment','image/jpeg','0'),('16365','1','2015-08-27 08:05:43','2015-08-27 08:05:43','','angel&tulane','','inherit','closed','closed','','angeltulane','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:05:43','2015-08-27 08:05:43','','512','http://inspiretowin.com/wp-content/uploads/2014/10/angeltulane.jpg','0','attachment','image/jpeg','0'),('16367','1','2015-08-27 08:08:06','2015-08-27 08:08:06','','parachute','','inherit','closed','closed','','parachute','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:08:06','2015-08-27 08:08:06','','16044','http://inspiretowin.com/wp-content/uploads/2014/10/parachute.jpg','0','attachment','image/jpeg','0'),('16369','1','2015-08-27 08:13:05','2015-08-27 08:13:05','','Pursuitson','','inherit','closed','closed','','pursuitson','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:13:05','2015-08-27 08:13:05','','343','http://inspiretowin.com/wp-content/uploads/2014/10/Pursuitson.jpg','0','attachment','image/jpeg','0'),('16371','1','2015-08-27 08:16:45','2015-08-27 08:16:45','','scapegoat','','inherit','closed','closed','','scapegoat','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:16:45','2015-08-27 08:16:45','','766','http://inspiretowin.com/wp-content/uploads/2013/10/scapegoat.jpg','0','attachment','image/jpeg','0'),('16372','1','2015-08-27 08:18:26','2015-08-27 08:18:26','','ctrlaltdel','','inherit','closed','closed','','ctrlaltdel','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:18:26','2015-08-27 08:18:26','','756','http://inspiretowin.com/wp-content/uploads/2013/09/ctrlaltdel.jpg','0','attachment','image/jpeg','0'),('16373','1','2015-08-27 08:23:00','2015-08-27 08:23:00','','finishStrong','','inherit','closed','closed','','finishstrong','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:23:00','2015-08-27 08:23:00','','16042','http://inspiretowin.com/wp-content/uploads/2014/10/finishStrong.jpg','0','attachment','image/jpeg','0'),('16374','1','2015-08-28 06:06:13','2015-08-28 06:06:13','','stop','','inherit','closed','closed','','stop','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:06:13','2015-08-28 06:06:13','','745','http://inspiretowin.com/wp-content/uploads/2013/08/stop.jpg','0','attachment','image/jpeg','0'),('16375','1','2015-08-28 06:06:59','2015-08-28 06:06:59','','steve','','inherit','closed','closed','','steve','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:06:59','2015-08-28 06:06:59','','731','http://inspiretowin.com/wp-content/uploads/2013/07/steve.jpg','0','attachment','image/jpeg','0'),('16376','1','2015-08-28 06:07:49','2015-08-28 06:07:49','','scrappy','','inherit','closed','closed','','scrappy','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:07:49','2015-08-28 06:07:49','','720','http://inspiretowin.com/wp-content/uploads/2013/06/scrappy.jpg','0','attachment','image/jpeg','0'),('16377','1','2015-08-28 06:08:45','2015-08-28 06:08:45','','networth','','inherit','closed','closed','','networth','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:08:45','2015-08-28 06:08:45','','16047','http://inspiretowin.com/wp-content/uploads/2013/06/networth.jpg','0','attachment','image/jpeg','0'),('16378','1','2015-08-28 06:24:03','2015-08-28 06:24:03','','hype','','inherit','closed','closed','','hype','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:24:03','2015-08-28 06:24:03','','16024','http://inspiretowin.com/wp-content/uploads/2012/03/hype.jpg','0','attachment','image/jpeg','0'),('16380','1','2015-08-28 06:24:55','2015-08-28 06:24:55','','workaholic','','inherit','closed','closed','','workaholic','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:24:55','2015-08-28 06:24:55','','413','http://inspiretowin.com/wp-content/uploads/2011/07/workaholic.jpg','0','attachment','image/jpeg','0'),('16381','1','2015-08-28 06:25:42','2015-08-28 06:25:42','','purpose','','inherit','closed','closed','','purpose','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:25:42','2015-08-28 06:25:42','','16022','http://inspiretowin.com/wp-content/uploads/2010/05/purpose.jpg','0','attachment','image/jpeg','0'),('16382','1','2015-08-28 06:26:37','2015-08-28 06:26:37','','failure','','inherit','closed','closed','','failure','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:26:37','2015-08-28 06:26:37','','205','http://inspiretowin.com/wp-content/uploads/2010/04/failure.jpg','0','attachment','image/jpeg','0'),('16384','1','2015-08-28 06:27:35','2015-08-28 06:27:35','','ratrace','','inherit','closed','closed','','ratrace','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:27:35','2015-08-28 06:27:35','','57','http://inspiretowin.com/wp-content/uploads/2009/10/ratrace.jpg','0','attachment','image/jpeg','0'),('16386','1','2015-08-28 06:32:15','2015-08-28 06:32:15','','angel','','inherit','closed','closed','','angel-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:32:15','2015-08-28 06:32:15','','16021','http://inspiretowin.com/wp-content/uploads/2010/04/angel.jpg','0','attachment','image/jpeg','0'),('16389','1','2015-08-29 07:19:59','2015-08-29 07:19:59','','contactus','','inherit','closed','closed','','contactus','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 07:19:59','2015-08-29 07:19:59','','98','http://inspiretowin.com/wp-content/uploads/2014/08/contactus.png','0','attachment','image/png','0'),('16390','1','2015-08-29 07:22:22','2015-08-29 07:22:22','','contactus','','inherit','closed','closed','','contactus-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 07:22:22','2015-08-29 07:22:22','','98','http://inspiretowin.com/wp-content/uploads/2014/08/contactus1.png','0','attachment','image/png','0'),('16392','1','2015-08-29 07:43:10','2015-08-29 07:43:10','','contacthero','','inherit','closed','closed','','contacthero','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 07:43:10','2015-08-29 07:43:10','','98','http://inspiretowin.com/wp-content/uploads/2014/08/contacthero.jpg','0','attachment','image/jpeg','0'),('16399','1','2015-08-29 21:08:13','2015-08-29 21:08:13','','sohsmallogo','','inherit','closed','closed','','sohsmallogo','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 21:08:13','2015-08-29 21:08:13','','16395','http://inspiretowin.com/wp-content/uploads/2015/08/sohsmallogo.jpg','0','attachment','image/jpeg','0'),('16406','1','2015-09-12 06:35:22','2015-09-12 06:35:22','','consistency','','inherit','closed','closed','','consistency','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-09-12 06:35:22','2015-09-12 06:35:22','','16405','http://inspiretowin.com/wp-content/uploads/2015/09/consistency.jpg','0','attachment','image/jpeg','0'),('16412','1','2015-09-17 23:21:38','2015-09-17 23:21:38','','formal','','inherit','closed','closed','','formal','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-09-17 23:21:38','2015-09-17 23:21:38','','16410','http://inspiretowin.com/wp-content/uploads/2015/09/formal.jpg','0','attachment','image/jpeg','0'),('16414','1','2015-09-17 23:23:53','2015-09-17 23:23:53','','formal','','inherit','closed','closed','','formal-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-09-17 23:23:53','2015-09-17 23:23:53','','16410','http://inspiretowin.com/wp-content/uploads/2015/09/formal1.jpg','0','attachment','image/jpeg','0'),('16439','1','2015-10-09 07:47:21','2015-10-09 07:47:21','','excited','','inherit','closed','closed','','excited','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 07:47:21','2015-10-09 07:47:21','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/excited.png','0','attachment','image/png','0');
INSERT INTO wp_posts (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('16455','1','2015-10-09 17:36:12','2015-10-09 17:36:12','','youtube','','inherit','closed','closed','','youtube','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 17:36:12','2015-10-09 17:36:12','','16041','http://inspiretowin.com/wp-content/uploads/2013/04/youtube.png','0','attachment','image/png','0'),('16459','1','2015-10-12 19:21:35','2015-10-12 19:21:35','','problemsolve','','inherit','closed','closed','','problemsolve','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-12 19:21:35','2015-10-12 19:21:35','','16458','http://inspiretowin.com/wp-content/uploads/2015/10/problemsolve.jpg','0','attachment','image/jpeg','0'),('16461','1','2015-10-12 19:23:40','2015-10-12 19:23:40','','problemsolve','','inherit','closed','closed','','problemsolve-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-12 19:23:40','2015-10-12 19:23:40','','16458','http://inspiretowin.com/wp-content/uploads/2015/10/problemsolve1.jpg','0','attachment','image/jpeg','0'),('87','1','2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-08-24 17:15:21','0000-00-00 00:00:00','','0','http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=4','0','avia_framework_post','','0'),('88','1','2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-08-24 17:15:21','0000-00-00 00:00:00','','0','http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=5','0','avia_framework_post','','0'),('89','1','2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-08-24 17:15:21','0000-00-00 00:00:00','','0','http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=6','0','avia_framework_post','','0'),('90','1','2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-08-24 17:15:21','0000-00-00 00:00:00','','0','http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=7','0','avia_framework_post','','0'),('91','1','2014-08-24 17:18:25','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-08-24 17:18:25','0000-00-00 00:00:00','','0','http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=8','0','avia_framework_post','','0'),('93','1','2014-08-24 20:23:37','0000-00-00 00:00:00','','avia_featured_media','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-08-24 20:23:37','0000-00-00 00:00:00','','0','http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=64','0','avia_framework_post','','0'),('83','1','2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-09-17 20:10:23','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=7','0','avia_framework_post','','0'),('84','1','2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-09-17 20:10:23','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=8','0','avia_framework_post','','0'),('85','1','2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-09-17 20:10:23','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=9','0','avia_framework_post','','0'),('86','1','2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-09-17 20:10:23','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=10','0','avia_framework_post','','0'),('394','1','2015-05-15 14:51:32','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 14:51:32','0000-00-00 00:00:00','','0','http://test.kriesi.at/church/?post_type=avia_framework_post&amp;p=3','0','avia_framework_post','','0'),('395','1','2015-05-15 14:51:32','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 14:51:32','0000-00-00 00:00:00','','0','http://test.kriesi.at/church/?post_type=avia_framework_post&amp;p=4','0','avia_framework_post','','0'),('396','1','2015-05-15 14:51:32','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 14:51:32','0000-00-00 00:00:00','','0','http://test.kriesi.at/church/?post_type=avia_framework_post&amp;p=5','0','avia_framework_post','','0'),('397','1','2015-05-15 14:51:32','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 14:51:32','0000-00-00 00:00:00','','0','http://test.kriesi.at/church/?post_type=avia_framework_post&amp;p=6','0','avia_framework_post','','0'),('398','1','2015-05-15 14:51:32','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 14:51:32','0000-00-00 00:00:00','','0','http://test.kriesi.at/church/?post_type=avia_framework_post&amp;p=7','0','avia_framework_post','','0'),('13','1','2015-05-15 15:08:34','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 15:08:34','0000-00-00 00:00:00','','0','http://test.kriesi.at/church/?post_type=avia_framework_post&amp;p=13','0','avia_framework_post','','0'),('390','1','2015-06-02 22:20:35','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-06-02 22:20:35','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-church/?post_type=avia_framework_post&amp;p=7','0','avia_framework_post','','0'),('391','1','2015-06-02 22:20:35','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-06-02 22:20:35','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-church/?post_type=avia_framework_post&amp;p=8','0','avia_framework_post','','0'),('392','1','2015-06-02 22:20:35','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-06-02 22:20:35','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-church/?post_type=avia_framework_post&amp;p=9','0','avia_framework_post','','0'),('393','1','2015-06-02 22:20:35','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-06-02 22:20:35','0000-00-00 00:00:00','','0','http://www.kriesi.at/themes/enfold-church/?post_type=avia_framework_post&amp;p=10','0','avia_framework_post','','0'),('6','1','2015-07-07 05:45:15','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-07 05:45:15','0000-00-00 00:00:00','','0','http://inspiretowin.com/?post_type=avia_framework_post&p=6','0','avia_framework_post','','0'),('7','1','2015-07-07 05:45:16','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-07 05:45:16','0000-00-00 00:00:00','','0','http://inspiretowin.com/?post_type=avia_framework_post&p=7','0','avia_framework_post','','0'),('8','1','2015-07-07 05:45:16','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-07 05:45:16','0000-00-00 00:00:00','','0','http://inspiretowin.com/?post_type=avia_framework_post&p=8','0','avia_framework_post','','0'),('9','1','2015-07-07 05:45:16','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-07 05:45:16','0000-00-00 00:00:00','','0','http://inspiretowin.com/?post_type=avia_framework_post&p=9','0','avia_framework_post','','0'),('10','1','2015-08-06 06:43:13','2015-08-06 06:43:13','','avia_transparency_logo','','publish','closed','closed','','avia_transparency_logo-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-06 06:43:13','2015-08-06 06:43:13','','0','http://inspiretowin.com/?post_type=avia_framework_post&#038;p=10','0','avia_framework_post','','0'),('11','1','2015-08-06 06:43:13','2015-08-06 06:43:13','','avia_transparency_logo','','publish','closed','closed','','avia_transparency_logo','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-06 06:43:13','2015-08-06 06:43:13','','0','http://www.kriesi.at/themes/enfold-church/?post_type=avia_framework_post&#038;p=11','0','avia_framework_post','','0'),('464','1','2015-07-07 06:10:16','2015-07-07 06:10:16','','/comingsoon','','publish','closed','closed','','464','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-07 06:10:16','2015-07-07 06:10:16','','0','','0','leadpages_post','','0'),('16402','1','2015-08-29 21:41:23','2015-08-29 21:41:23','','/thankyou','','publish','closed','closed','','16402','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 21:42:28','2015-08-29 21:42:28','','0','','0','leadpages_post','','0'),('449','1','2015-07-07 05:53:52','2015-07-07 05:53:52',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','449','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-15 22:41:29','2015-10-15 22:41:29','','0','http://inspiretowin.com/2015/07/07/449/','4','nav_menu_item','','0'),('452','1','2015-07-07 05:53:52','2015-07-07 05:53:52',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','452','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-15 22:41:29','2015-10-15 22:41:29','','0','http://inspiretowin.com/2015/07/07/452/','5','nav_menu_item','','0'),('483','1','2015-07-09 06:45:39','2015-07-09 06:45:39',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','483','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 06:45:39','2015-07-09 06:45:39','','0','http://inspiretowin.com/?p=483','5','nav_menu_item','','0'),('484','1','2015-07-09 06:45:39','2015-07-09 06:45:39',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','484','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 06:45:39','2015-07-09 06:45:39','','0','http://inspiretowin.com/?p=484','4','nav_menu_item','','0'),('515','1','2015-07-09 16:18:06','2015-07-09 16:18:06','','Home','','publish','closed','closed','','home','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 17:32:09','2015-07-09 17:32:09','','0','http://inspiretowin.com/2015/07/09/home/','1','nav_menu_item','','0'),('516','1','2015-07-09 16:18:06','2015-07-09 16:18:06',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','516','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 17:32:09','2015-07-09 17:32:09','','0','http://inspiretowin.com/2015/07/09/516/','3','nav_menu_item','','0'),('517','1','2015-07-09 16:18:06','2015-07-09 16:18:06',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','517','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 17:32:09','2015-07-09 17:32:09','','0','http://inspiretowin.com/2015/07/09/517/','2','nav_menu_item','','0'),('518','1','2015-07-09 16:18:06','2015-07-09 16:18:06','','Home','','publish','closed','closed','','home-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:06','2015-07-09 16:18:06','','0','http://inspiretowin.com/2015/07/09/home-2/','1','nav_menu_item','','0'),('519','1','2015-07-09 16:18:09','2015-07-09 16:18:09','','Pages','','publish','closed','closed','','pages','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:09','2015-07-09 16:18:09','','0','http://inspiretowin.com/2015/07/09/pages/','11','nav_menu_item','','0'),('520','1','2015-07-09 16:18:09','2015-07-09 16:18:09','','Headers / Title Area','','publish','closed','closed','','headers-title-area','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:09','2015-07-09 16:18:09','','0','http://inspiretowin.com/2015/07/09/headers-title-area/','17','nav_menu_item','','0'),('521','1','2015-07-09 16:18:09','2015-07-09 16:18:09','','Headers / Menu Area','','publish','closed','closed','','headers-menu-area','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:09','2015-07-09 16:18:09','','0','http://inspiretowin.com/2015/07/09/headers-menu-area/','25','nav_menu_item','','0'),('522','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Elements','','publish','closed','closed','','elements','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/elements/','34','nav_menu_item','','0'),('523','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Infographics / Icons','','publish','closed','closed','','infographics-icons','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/infographics-icons/','35','nav_menu_item','','0'),('524','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Interactive Elements','','publish','closed','closed','','interactive-elements','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/interactive-elements/','46','nav_menu_item','','0'),('525','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Common Elements','','publish','closed','closed','','common-elements','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/common-elements/','56','nav_menu_item','','0'),('526','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Typography / Misc.','','publish','closed','closed','','typography-misc','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/typography-misc/','66','nav_menu_item','','0'),('527','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Work','','publish','closed','closed','','work','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/work/','76','nav_menu_item','','0'),('528','1','2015-07-09 16:18:10','2015-07-09 16:18:10','','Default (Text And Space)','','publish','closed','closed','','default-text-and-space','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:10','2015-07-09 16:18:10','','0','http://inspiretowin.com/2015/07/09/default-text-and-space/','77','nav_menu_item','','0'),('529','1','2015-07-09 16:18:11','2015-07-09 16:18:11','','Gallery Style With Space','','publish','closed','closed','','gallery-style-with-space','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:11','2015-07-09 16:18:11','','0','http://inspiretowin.com/2015/07/09/gallery-style-with-space/','84','nav_menu_item','','0'),('530','1','2015-07-09 16:18:11','2015-07-09 16:18:11','','Gallery Style No Space','','publish','closed','closed','','gallery-style-no-space','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:11','2015-07-09 16:18:11','','0','http://inspiretowin.com/2015/07/09/gallery-style-no-space/','91','nav_menu_item','','0'),('531','1','2015-07-09 16:18:11','2015-07-09 16:18:11','','Single Project','','publish','closed','closed','','single-project','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:11','2015-07-09 16:18:11','','0','http://inspiretowin.com/2015/07/09/single-project/','98','nav_menu_item','','0'),('532','1','2015-07-09 16:18:11','2015-07-09 16:18:11','','Blog','','publish','closed','closed','','blog','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:11','2015-07-09 16:18:11','','0','http://inspiretowin.com/2015/07/09/blog/','105','nav_menu_item','','0'),('533','1','2015-07-09 16:18:11','2015-07-09 16:18:11','','Single Post','','publish','closed','closed','','single-post','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:11','2015-07-09 16:18:11','','0','http://inspiretowin.com/2015/07/09/single-post/','110','nav_menu_item','','0'),('534','1','2015-07-09 16:18:12','2015-07-09 16:18:12','','Home','','publish','closed','closed','','home-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:12','2015-07-09 16:18:12','','0','http://inspiretowin.com/2015/07/09/home-3/','1','nav_menu_item','','0'),('535','1','2015-07-09 16:18:12','2015-07-09 16:18:12','','Pages','','publish','closed','closed','','pages-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:12','2015-07-09 16:18:12','','0','http://inspiretowin.com/2015/07/09/pages-2/','11','nav_menu_item','','0'),('536','1','2015-07-09 16:18:12','2015-07-09 16:18:12','','Headers / Title Area','','publish','closed','closed','','headers-title-area-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:12','2015-07-09 16:18:12','','0','http://inspiretowin.com/2015/07/09/headers-title-area-2/','17','nav_menu_item','','0'),('537','1','2015-07-09 16:18:12','2015-07-09 16:18:12','','Headers / Menu Area','','publish','closed','closed','','headers-menu-area-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:12','2015-07-09 16:18:12','','0','http://inspiretowin.com/2015/07/09/headers-menu-area-2/','25','nav_menu_item','','0'),('538','1','2015-07-09 16:18:12','2015-07-09 16:18:12','','Elements','','publish','closed','closed','','elements-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:12','2015-07-09 16:18:12','','0','http://inspiretowin.com/2015/07/09/elements-2/','34','nav_menu_item','','0'),('539','1','2015-07-09 16:18:12','2015-07-09 16:18:12','','Infographics / Icons','','publish','closed','closed','','infographics-icons-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:12','2015-07-09 16:18:12','','0','http://inspiretowin.com/2015/07/09/infographics-icons-2/','35','nav_menu_item','','0'),('540','1','2015-07-09 16:18:13','2015-07-09 16:18:13','','Interactive Elements','','publish','closed','closed','','interactive-elements-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:13','2015-07-09 16:18:13','','0','http://inspiretowin.com/2015/07/09/interactive-elements-2/','46','nav_menu_item','','0'),('541','1','2015-07-09 16:18:13','2015-07-09 16:18:13','','Common Elements','','publish','closed','closed','','common-elements-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:13','2015-07-09 16:18:13','','0','http://inspiretowin.com/2015/07/09/common-elements-2/','56','nav_menu_item','','0'),('542','1','2015-07-09 16:18:13','2015-07-09 16:18:13','','Typography / Misc.','','publish','closed','closed','','typography-misc-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:13','2015-07-09 16:18:13','','0','http://inspiretowin.com/2015/07/09/typography-misc-2/','66','nav_menu_item','','0'),('543','1','2015-07-09 16:18:13','2015-07-09 16:18:13','','Work','','publish','closed','closed','','work-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:13','2015-07-09 16:18:13','','0','http://inspiretowin.com/2015/07/09/work-2/','76','nav_menu_item','','0'),('544','1','2015-07-09 16:18:13','2015-07-09 16:18:13','','Default (Text And Space)','','publish','closed','closed','','default-text-and-space-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:13','2015-07-09 16:18:13','','0','http://inspiretowin.com/2015/07/09/default-text-and-space-2/','77','nav_menu_item','','0'),('545','1','2015-07-09 16:18:13','2015-07-09 16:18:13','','Gallery Style With Space','','publish','closed','closed','','gallery-style-with-space-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:13','2015-07-09 16:18:13','','0','http://inspiretowin.com/2015/07/09/gallery-style-with-space-2/','84','nav_menu_item','','0'),('546','1','2015-07-09 16:18:14','2015-07-09 16:18:14','','Gallery Style No Space','','publish','closed','closed','','gallery-style-no-space-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:14','2015-07-09 16:18:14','','0','http://inspiretowin.com/2015/07/09/gallery-style-no-space-2/','91','nav_menu_item','','0'),('547','1','2015-07-09 16:18:14','2015-07-09 16:18:14','','Single Project','','publish','closed','closed','','single-project-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:14','2015-07-09 16:18:14','','0','http://inspiretowin.com/2015/07/09/single-project-2/','98','nav_menu_item','','0'),('548','1','2015-07-09 16:18:14','2015-07-09 16:18:14','','Blog','','publish','closed','closed','','blog-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:14','2015-07-09 16:18:14','','0','http://inspiretowin.com/2015/07/09/blog-2/','105','nav_menu_item','','0'),('549','1','2015-07-09 16:18:14','2015-07-09 16:18:14','','Single Post','','publish','closed','closed','','single-post-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:14','2015-07-09 16:18:14','','0','http://inspiretowin.com/2015/07/09/single-post-2/','110','nav_menu_item','','0'),('550','1','2015-07-09 16:18:15','2015-07-09 16:18:15','','Pages','','publish','closed','closed','','pages-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:15','2015-07-09 16:18:15','','0','http://inspiretowin.com/2015/07/09/pages-3/','2','nav_menu_item','','0'),('551','1','2015-07-09 16:18:15','2015-07-09 16:18:15','','Pages','','publish','closed','closed','','pages-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:15','2015-07-09 16:18:15','','0','http://inspiretowin.com/2015/07/09/pages-4/','2','nav_menu_item','','0'),('552','1','2015-07-09 16:18:15','2015-07-09 16:18:15','','Blog','','publish','closed','closed','','blog-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:15','2015-07-09 16:18:15','','0','http://inspiretowin.com/2015/07/09/blog-3/','37','nav_menu_item','','0'),('553','1','2015-07-09 16:18:15','2015-07-09 16:18:15','','Blog','','publish','closed','closed','','blog-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:15','2015-07-09 16:18:15','','0','http://inspiretowin.com/2015/07/09/blog-4/','37','nav_menu_item','','0'),('554','1','2015-07-09 16:18:15','2015-07-09 16:18:15','','Single Post','','publish','closed','closed','','single-post-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:15','2015-07-09 16:18:15','','0','http://inspiretowin.com/2015/07/09/single-post-3/','42','nav_menu_item','','0'),('555','1','2015-07-09 16:18:16','2015-07-09 16:18:16','','Single Post','','publish','closed','closed','','single-post-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:16','2015-07-09 16:18:16','','0','http://inspiretowin.com/2015/07/09/single-post-4/','42','nav_menu_item','','0'),('556','1','2015-07-09 16:18:16','2015-07-09 16:18:16','','Work','','publish','closed','closed','','work-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:16','2015-07-09 16:18:16','','0','http://inspiretowin.com/2015/07/09/work-3/','8','nav_menu_item','','0'),('557','1','2015-07-09 16:18:16','2015-07-09 16:18:16','','Work','','publish','closed','closed','','work-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:16','2015-07-09 16:18:16','','0','http://inspiretowin.com/2015/07/09/work-4/','8','nav_menu_item','','0'),('558','1','2015-07-09 16:18:16','2015-07-09 16:18:16','','Default (Text And Space)','','publish','closed','closed','','default-text-and-space-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:16','2015-07-09 16:18:16','','0','http://inspiretowin.com/2015/07/09/default-text-and-space-3/','9','nav_menu_item','','0'),('559','1','2015-07-09 16:18:16','2015-07-09 16:18:16','','Default (Text And Space)','','publish','closed','closed','','default-text-and-space-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:16','2015-07-09 16:18:16','','0','http://inspiretowin.com/2015/07/09/default-text-and-space-4/','9','nav_menu_item','','0'),('560','1','2015-07-09 16:18:17','2015-07-09 16:18:17','','Gallery Style With Space','','publish','closed','closed','','gallery-style-with-space-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:17','2015-07-09 16:18:17','','0','http://inspiretowin.com/2015/07/09/gallery-style-with-space-3/','16','nav_menu_item','','0'),('561','1','2015-07-09 16:18:17','2015-07-09 16:18:17','','Gallery Style With Space','','publish','closed','closed','','gallery-style-with-space-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:17','2015-07-09 16:18:17','','0','http://inspiretowin.com/2015/07/09/gallery-style-with-space-4/','16','nav_menu_item','','0'),('562','1','2015-07-09 16:18:17','2015-07-09 16:18:17','','Gallery Style No Space','','publish','closed','closed','','gallery-style-no-space-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:17','2015-07-09 16:18:17','','0','http://inspiretowin.com/2015/07/09/gallery-style-no-space-3/','23','nav_menu_item','','0'),('563','1','2015-07-09 16:18:17','2015-07-09 16:18:17','','Gallery Style No Space','','publish','closed','closed','','gallery-style-no-space-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:17','2015-07-09 16:18:17','','0','http://inspiretowin.com/2015/07/09/gallery-style-no-space-4/','23','nav_menu_item','','0'),('564','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Single Project','','publish','closed','closed','','single-project-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/single-project-3/','30','nav_menu_item','','0'),('565','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Single Project','','publish','closed','closed','','single-project-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/single-project-4/','30','nav_menu_item','','0'),('566','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Home','','publish','closed','closed','','home-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/home-4/','1','nav_menu_item','','0'),('567','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Home','','publish','closed','closed','','home-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/home-5/','1','nav_menu_item','','0'),('568','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Pages','','publish','closed','closed','','pages-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/pages-5/','11','nav_menu_item','','0'),('569','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Pages','','publish','closed','closed','','pages-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/pages-6/','11','nav_menu_item','','0'),('570','1','2015-07-09 16:18:18','2015-07-09 16:18:18','','Headers / Title Area','','publish','closed','closed','','headers-title-area-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:18','2015-07-09 16:18:18','','0','http://inspiretowin.com/2015/07/09/headers-title-area-3/','17','nav_menu_item','','0'),('571','1','2015-07-09 16:18:19','2015-07-09 16:18:19','','Headers / Title Area','','publish','closed','closed','','headers-title-area-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:19','2015-07-09 16:18:19','','0','http://inspiretowin.com/2015/07/09/headers-title-area-4/','17','nav_menu_item','','0'),('572','1','2015-07-09 16:18:20','2015-07-09 16:18:20','','Headers / Menu Area','','publish','closed','closed','','headers-menu-area-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:20','2015-07-09 16:18:20','','0','http://inspiretowin.com/2015/07/09/headers-menu-area-3/','25','nav_menu_item','','0'),('573','1','2015-07-09 16:18:20','2015-07-09 16:18:20','','Headers / Menu Area','','publish','closed','closed','','headers-menu-area-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:20','2015-07-09 16:18:20','','0','http://inspiretowin.com/2015/07/09/headers-menu-area-4/','25','nav_menu_item','','0'),('574','1','2015-07-09 16:18:20','2015-07-09 16:18:20','','Elements','','publish','closed','closed','','elements-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:20','2015-07-09 16:18:20','','0','http://inspiretowin.com/2015/07/09/elements-3/','34','nav_menu_item','','0'),('575','1','2015-07-09 16:18:20','2015-07-09 16:18:20','','Elements','','publish','closed','closed','','elements-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:20','2015-07-09 16:18:20','','0','http://inspiretowin.com/2015/07/09/elements-4/','34','nav_menu_item','','0'),('576','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Infographics / Icons','','publish','closed','closed','','infographics-icons-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/infographics-icons-3/','35','nav_menu_item','','0'),('577','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Interactive Elements','','publish','closed','closed','','interactive-elements-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/interactive-elements-3/','46','nav_menu_item','','0'),('578','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Infographics / Icons','','publish','closed','closed','','infographics-icons-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/infographics-icons-4/','35','nav_menu_item','','0'),('579','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Common Elements','','publish','closed','closed','','common-elements-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/common-elements-3/','56','nav_menu_item','','0');
INSERT INTO wp_posts (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('580','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Interactive Elements','','publish','closed','closed','','interactive-elements-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/interactive-elements-4/','46','nav_menu_item','','0'),('581','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Typography / Misc.','','publish','closed','closed','','typography-misc-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/typography-misc-3/','66','nav_menu_item','','0'),('582','1','2015-07-09 16:18:21','2015-07-09 16:18:21','','Common Elements','','publish','closed','closed','','common-elements-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:21','2015-07-09 16:18:21','','0','http://inspiretowin.com/2015/07/09/common-elements-4/','56','nav_menu_item','','0'),('583','1','2015-07-09 16:18:22','2015-07-09 16:18:22','','Work','','publish','closed','closed','','work-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:22','2015-07-09 16:18:22','','0','http://inspiretowin.com/2015/07/09/work-5/','76','nav_menu_item','','0'),('584','1','2015-07-09 16:18:22','2015-07-09 16:18:22','','Typography / Misc.','','publish','closed','closed','','typography-misc-4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:22','2015-07-09 16:18:22','','0','http://inspiretowin.com/2015/07/09/typography-misc-4/','66','nav_menu_item','','0'),('585','1','2015-07-09 16:18:22','2015-07-09 16:18:22','','Default (Text And Space)','','publish','closed','closed','','default-text-and-space-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:22','2015-07-09 16:18:22','','0','http://inspiretowin.com/2015/07/09/default-text-and-space-5/','77','nav_menu_item','','0'),('586','1','2015-07-09 16:18:22','2015-07-09 16:18:22','','Gallery Style With Space','','publish','closed','closed','','gallery-style-with-space-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:22','2015-07-09 16:18:22','','0','http://inspiretowin.com/2015/07/09/gallery-style-with-space-5/','84','nav_menu_item','','0'),('587','1','2015-07-09 16:18:22','2015-07-09 16:18:22','','Work','','publish','closed','closed','','work-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:22','2015-07-09 16:18:22','','0','http://inspiretowin.com/2015/07/09/work-6/','76','nav_menu_item','','0'),('588','1','2015-07-09 16:18:22','2015-07-09 16:18:22','','Gallery Style No Space','','publish','closed','closed','','gallery-style-no-space-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:22','2015-07-09 16:18:22','','0','http://inspiretowin.com/2015/07/09/gallery-style-no-space-5/','91','nav_menu_item','','0'),('589','1','2015-07-09 16:18:23','2015-07-09 16:18:23','','Default (Text And Space)','','publish','closed','closed','','default-text-and-space-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:23','2015-07-09 16:18:23','','0','http://inspiretowin.com/2015/07/09/default-text-and-space-6/','77','nav_menu_item','','0'),('590','1','2015-07-09 16:18:23','2015-07-09 16:18:23','','Single Project','','publish','closed','closed','','single-project-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:23','2015-07-09 16:18:23','','0','http://inspiretowin.com/2015/07/09/single-project-5/','98','nav_menu_item','','0'),('591','1','2015-07-09 16:18:23','2015-07-09 16:18:23','','Gallery Style With Space','','publish','closed','closed','','gallery-style-with-space-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:23','2015-07-09 16:18:23','','0','http://inspiretowin.com/2015/07/09/gallery-style-with-space-6/','84','nav_menu_item','','0'),('592','1','2015-07-09 16:18:23','2015-07-09 16:18:23','','Blog','','publish','closed','closed','','blog-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:23','2015-07-09 16:18:23','','0','http://inspiretowin.com/2015/07/09/blog-5/','105','nav_menu_item','','0'),('593','1','2015-07-09 16:18:23','2015-07-09 16:18:23','','Gallery Style No Space','','publish','closed','closed','','gallery-style-no-space-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:23','2015-07-09 16:18:23','','0','http://inspiretowin.com/2015/07/09/gallery-style-no-space-6/','91','nav_menu_item','','0'),('594','1','2015-07-09 16:18:23','2015-07-09 16:18:23','','Single Post','','publish','closed','closed','','single-post-5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:23','2015-07-09 16:18:23','','0','http://inspiretowin.com/2015/07/09/single-post-5/','110','nav_menu_item','','0'),('595','1','2015-07-09 16:18:24','2015-07-09 16:18:24','','Single Project','','publish','closed','closed','','single-project-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:24','2015-07-09 16:18:24','','0','http://inspiretowin.com/2015/07/09/single-project-6/','98','nav_menu_item','','0'),('596','1','2015-07-09 16:18:24','2015-07-09 16:18:24','','Blog','','publish','closed','closed','','blog-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:24','2015-07-09 16:18:24','','0','http://inspiretowin.com/2015/07/09/blog-6/','105','nav_menu_item','','0'),('597','1','2015-07-09 16:18:24','2015-07-09 16:18:24','','Single Post','','publish','closed','closed','','single-post-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:24','2015-07-09 16:18:24','','0','http://inspiretowin.com/2015/07/09/single-post-6/','110','nav_menu_item','','0'),('599','1','2015-07-09 16:18:24','2015-07-09 16:18:24','','Home','','publish','closed','closed','','home-6','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-15 22:41:29','2015-10-15 22:41:29','','0','http://inspiretowin.com/2015/07/09/home-6/','1','nav_menu_item','','0'),('16048','1','2015-07-09 16:18:36','2015-07-09 16:18:36','[contact-form 1 “Contact form 1″]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','16048','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 17:32:09','2015-07-09 17:32:09','','0','http://inspiretowin.com/2015/07/09/16048/','5','nav_menu_item','','0'),('16049','1','2015-07-09 16:18:36','2015-07-09 16:18:36',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','16049','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 16:18:36','2015-07-09 16:18:36','','0','http://inspiretowin.com/2015/07/09/16049/','1','nav_menu_item','','0'),('16050','1','2015-07-09 16:18:36','2015-07-09 16:18:36',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','16050','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-07-09 17:32:09','2015-07-09 17:32:09','','0','http://inspiretowin.com/2015/07/09/16050/','4','nav_menu_item','','0'),('16051','1','2015-07-09 16:18:36','2015-07-09 16:18:36',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','16051','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-15 22:41:29','2015-10-15 22:41:29','','0','http://inspiretowin.com/2015/07/09/16051/','2','nav_menu_item','','0'),('16065','1','2015-07-09 18:09:44','2015-07-09 18:09:44',' ','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','publish','closed','closed','','16065','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-15 22:41:29','2015-10-15 22:41:29','','0','http://inspiretowin.com/?p=16065','3','nav_menu_item','','0'),('598','1','2009-10-12 11:59:29','2009-10-12 09:59:29','[contact-form 1 \"Contact form 1\"]','Contact Us','','publish','closed','open','','contact-us','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 17:26:12','2015-10-09 17:26:12','','0','http://@RT_SITE_URL@/?page_id=83','3','page','','0'),('16019','1','2013-04-01 15:37:54','2013-04-01 15:37:54','[av_section min_height=\'75\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/i2w-headerimage-1500x900.jpg\' attachment=\'16186\' attachment_size=\'extra_large\' attach=\'parallax\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'custom\' overlay_custom_pattern=\'http://inspiretowin.com/wp-content/uploads/2013/04/i2w-headerimage.jpg\'][/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_heading heading=\'Success Coaching | Consulting | Leadership\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/microphone-loop.gif\' attachment=\'16084\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_heading tag=\'h2\' padding=\'6\' heading=\'Stay Inspired\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">Podcast <strong>|</strong> Blogs <strong>|</strong> Videos</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/rocket-loop.gif\' attachment=\'16086\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_heading tag=\'h2\' padding=\'6\' heading=\'Rocket Launch\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">Your Business | Your Life</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/target-loop.gif\' attachment=\'16088\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_heading tag=\'h2\' padding=\'6\' heading=\'Hit Your Target\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">On Time <strong>|</strong> Every Time!</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/event1.jpg\' attachment=\'16236\' attachment_size=\'full\' attach=\'parallax\' position=\'center right\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n[av_iconlist_item title=\'Hit Your Target\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a3\' font=\'entypo-fontello\']\r\nSo many entrepreneurs get stuck in the HOW TO: Let us help you focus in on and strategize your vision!\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Its Your Time To Launch\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8dd\' font=\'entypo-fontello\']\r\nSometimes life and business can get you down! Let our podcast, blogs &amp; coaching lift you up and get you back on track to success!\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Mission Focused\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\']\r\nWe want to inspire, motivate and provide value to help people reach their GREATNESS!\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Join our podcast!\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue85e\' font=\'entypo-fontello\']\r\nOur podcast is one of our main forms of Free Content - Join the movement and stay Inspired on the GO!\r\nInspireToWin.com/iTunes\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#dddddd\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/podcastback.jpg\' attachment=\'16184\' attachment_size=\'full\' attach=\'parallax\' position=\'top right\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Latest Podcast\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#1643e5\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/I2W-300-Ver-2.jpg\' attachment=\'16075\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_third][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'40\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'excerpt_read_more\' preview_mode=\'custom\' image_size=\'no scaling\' items=\'1\' offset=\'0\' paginate=\'yes\']\r\n\r\n[/av_two_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'parallax\' position=\'center center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">Get Connected | Stay Inspired!</h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/instagram.png\' attachment=\'16097\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'manually,http://instagram.com/angellrivera\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/linkedin1.png\' attachment=\'16110\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/podcast.png\' attachment=\'16112\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'manually,http://inspiretowin.com/itunes\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/fb.png\' attachment=\'16116\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'manually,http://facebook.com/inspiretowin\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/i2w-periscope.jpg\' attachment=\'16176\' attachment_size=\'full\' attach=\'parallax\' position=\'center right\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Join Angel On</span> <span style=\"color: #00ffff;\"><strong>\"<span style=\"color: #ff0000;\">PERISCOPE</span>\"</strong></span></h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'70\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<span style=\"color: #ffffff;\">A new social media platform that\'s taking the world by storm!</span>\r\n\r\n<span style=\"color: #ffffff;\"><strong>Join</strong></span> <strong>Angel Rivera Live through out the week for inspiration, hope &amp; motivation!</strong>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Amazing live interviews w/ leading entrepreneurs.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Tips and tricks on how to use Periscope to your advantage.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Life and business leadership tips from Inspire To Win podcast and blogs.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Inspiration and motivation to get you through the week.</span></li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n\t<li><span style=\"color: #ffffff;\">Live Q to the A from viewers on every Live Broadcast.</span></li>\r\n</ul>\r\n</ul>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'70\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_button label=\'Click To Follow Me\' link=\'manually,https://www.periscope.tv/inspiretowin\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue82d\' font=\'entypo-fontello\' color=\'theme-color-subtle\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Inspire To Win Blog\' tag=\'h6\' style=\'blockquote modern-quote modern-centered\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'custom-color-heading\' custom_font=\'#000000\'][/av_heading]\r\n\r\n[av_hr class=\'short\' height=\'50\' position=\'center\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'30\' link=\'category\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt_read_more\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'4\' offset=\'0\' paginate=\'yes\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'#232323\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">What others say about us</h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'50\' position=\'center\']\r\n\r\n[av_testimonials style=\'grid\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_testimonial_single src=\'315\' name=\'Alex Banaga\' subtitle=\'Founder: Banaga Designs\' link=\'\' linktext=\'\']\r\nThey deliver from a real struggle, real success and real reward standpoint! Truly inspiring founders - Get to know them, follow them and get ready to ROCK ON!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'John Lee Dumas\' subtitle=\'Founder: Entrepreneur on Fire\' link=\'\' linktext=\'\']\r\nBOOM! --- Angel and Tulane Rivera dispel incredible advice in such a cool manner... Love the flow!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Chris Huntley\' subtitle=\'CEO - Huntley Wealth\' link=\'\' linktext=\'\']\r\nI\'m so glad I found their podcast! Angel and Tulane make a great team! They\'re all about planning to hit your goals and accountability and are always thinking big! Follow them, Book them, Learn from Them!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Dr. Mike\' subtitle=\'Founder: Velocity Wellness Center\' link=\'\' linktext=\'\']\r\nMy mentors always said, if you want to learn from someone... Learn from someone who\'s \"been there, done that!\" These are your got to people!\r\n[/av_testimonial_single]\r\n[/av_testimonials]\r\n[/av_section]','Home','This is a Page excerpt. It will be displayed for search results','publish','open','open','','home','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-15 22:14:30','2015-10-15 22:14:30','','0','http://www.kriesi.at/themes/enfold/?page_id=734','0','page','','0'),('16041','1','2013-04-05 16:38:18','2013-04-05 16:38:18','[av_one_half first]\r\n[av_slideshow size=\'portfolio\' animation=\'slide\' autoplay=\'true\' interval=\'5\']\r\n[av_slide id=\'316\']\r\n[av_slide id=\'315\']\r\n[av_slide id=\'314\']\r\n[/av_slideshow]\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/excited.png\' attachment=\'16439\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Welcome To Inspire To Win\' color=\'custom-color-heading\' style=\'\' custom_font=\'#2583e8\' size=\'\' subheading_active=\'\' subheading_size=\'10\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nThanks for stopping by InspireToWin.com!\r\n\r\nWe value your time and cant wait to get to know YOU!\r\n\r\nWe\'re gonna go out on a limb and guess you\'re a leader who wants more out of life for yourself and others!\r\n\r\nIf this is YOU - You\'re in the right place!\r\n\r\nInspire To Win started as a haven for motivation and inspiration! We powerfully want to inspire others to GREATNESS!  We truly believe everyone has something special within and we get super excited to help manifest those gifts, passions and if needed help develop the skills to bring them out.\r\n\r\nWe also love business, entrepreneurship and provide some of the best consulting, branding services and content on the market!\r\n\r\nSo if you\'re looking to get through a rough time, want to expand your business or looking for that extra special KICK IN THE REAR END! Look no further! My team and I got your back!\r\n\r\nNavigate through our site and let us know how we can be of contribution to you and your business!\r\n\r\nIn the meantime please feel free to listen to our podcast and follow Angel and Tulane on Periscope!\r\n\r\nWe love to provide VALUE and give back in ways that help transform LIVES!\r\n\r\nUntil we meet in person... KEEP LIVING LIFE TO THE FULLEST!\r\n[/av_textblock]\r\n\r\n[av_slideshow size=\'portfolio\' animation=\'slide\' autoplay=\'true\' interval=\'5\']\r\n[av_slide id=\'316\']\r\n[av_slide id=\'315\']\r\n[av_slide id=\'314\']\r\n[/av_slideshow]\r\n\r\n[av_button label=\'Work With Us\' link=\'manually,http://inspiretowin.com/contact/\' link_target=\'\' size=\'medium\' position=\'center\' icon_select=\'yes\' icon=\'ue889\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_full]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_full]\r\n\r\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Angel L. Rivera – Founder Inspire To Win\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#2583e8\' size=\'32\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_three_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n\r\nNote From Angel:\r\n\r\nWelcome to Inspire To Win - So glad you\'re here!\r\n\r\nI founded Inspire To Win during one of the hardest and most difficult economic times of my life. With the support of mentors, friends and family we were able to see our way out of the storm and into the sunshine!\r\n\r\nThrough the process my wife and I grew apart, grew individually then came back together. We are entrepreneurs at heart and have been to the trenches more times that than not. Inspire To Win is our walk, our struggle, our victory and our FUTURE!\r\n\r\nWe now motivate, consult and provide coaching specifically to new entrepreneurs, existing business owners and couples who are going through similar situations – Something we like to call <strong>“The Entrepreneur Whirlwind”!</strong>\r\n\r\nEngage with us… Contact us… We\'re here for you!\r\n\r\nTo Your Absolute Best!\r\nAngel &amp; Tulane Rivera\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_two_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2013/04/ANGEL.png\' attachment=\'16210\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'circle\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n[/av_two_fifth]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading tag=\'h2\' padding=\'26\' heading=\'We Specialize In\' color=\'meta-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'10\' custom_class=\'\'][/av_heading]\r\n\r\n[av_progress bar_styling=\'av-striped-bar\' bar_animation=\'av-animated-bar\']\r\n[av_progress_bar title=\'Business Consulting\' progress=\'100\' color=\'blue\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Social Media\' progress=\'100\' color=\'red\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Leadership\' progress=\'100\' color=\'silver\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Re-Branding\' progress=\'100\' color=\'aqua\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[av_progress_bar title=\'Speaking\' progress=\'100\' color=\'green\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n[/av_progress]\r\n[/av_section]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">Get Connected For Inspiration!</h2>\r\n<p style=\"text-align: center;\">We are a team of dedicated professionals, ready to do what ever it takes to make your business grow</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'50\' shadow=\'no-shadow\' position=\'center\']\r\n\r\n[av_one_third first]\r\n[av_team_member name=\'www.periscope.tv/inspiretowin\' job=\'Join Me On Periscope!\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/periscope-i2w.png\' attachment=\'16217\' attachment_size=\'full\' description=\'Follow Angel L. Rivera on Periscope for Tips on Business, Life and All Things Periscope!\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'Click To Follow Me\' link=\'https://www.periscope.tv/inspiretowin\' link_target=\'\' icon=\'ue826\' font=\'entypo-fontello\']\r\n\r\n[/av_team_member]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_team_member name=\'Inspire To Win TV\' job=\'Subscribe Today!\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/youtube.png\' attachment=\'16455\' attachment_size=\'full\' description=\'Inspiring Videos &amp; Tips For Life and Biz!\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'Visit Our Channel Now\' link=\'http://www.YouTube.com/InspireToWin\' link_target=\'_blank\' icon=\'ue921\' font=\'entypo-fontello\']\r\n\r\n[/av_team_member]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_team_member name=\'I2W - Podcast\' job=\'w/ Angel L. Rivera\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/podcast1.png\' attachment=\'16221\' attachment_size=\'full\' description=\'Ignite, Motivate, Inspire &amp; Go Into Massive Action w/ Our Weekly Podcast!\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'Subsribe To Podcast\' link=\'http://www.InspireToWin.com/iTunes\' link_target=\'_blank\' icon=\'ue8a7\' font=\'entypo-fontello\']\r\n\r\n[/av_team_member]\r\n[/av_one_third]\r\n\r\n[av_section color=\'alternate_color\' custom_bg=\'\' src=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' padding=\'large\' shadow=\'shadow\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h2 style=\"text-align: center;\">What others say about us</h2>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'short\' height=\'50\' position=\'center\']\r\n\r\n[av_testimonials style=\'grid\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_testimonial_single src=\'315\' name=\'Andrew Nelson\' subtitle=\'Past Client\' link=\'\' linktext=\'\']\r\nWhether you’re just getting started or you’re a full-blown entrepreneur the podcast and blog will add massive value to your business and personal life! Follow their feeds, social media platforms and stay plugged in!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Leslie Hassler\' subtitle=\' CEO - Your Biz Rules\' link=\'\' linktext=\'Your Biz Rules\']\r\nLOVE, LOVE, LOVE! As a coach it is so much harder for me to help entrepreneurs when they arent inspired, have forgotten to dream and have lost their fire in their belly. This is a great resource for anyone looking for bettering their life!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Ruben Jones\' subtitle=\'\' link=\'\' linktext=\'\']\r\nExcellent branding professionals... My new logo turned out amazing and their ability to help navigate through ideas and purpose is fantastic! Highly recommend them for any new or existing entrepreneurs!\r\n[/av_testimonial_single]\r\n[av_testimonial_single src=\'315\' name=\'Nick\' subtitle=\'CEO - 5 Minutes w/ Dad\' link=\'\' linktext=\'Five Minutes w/ Dad\']\r\nI love intentionally putting marriage in with life, business and entrepreneurship. Having a healthy marriage is so critical to succeeding in other areas of life. Great Stuff!!\r\n[/av_testimonial_single]\r\n[/av_testimonials]\r\n[/av_section]','About','','publish','open','open','','about','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-12 17:24:56','2015-10-12 17:24:56','','0','http://www.kriesi.at/themes/enfold/?page_id=1195','0','page','','0'),('98','1','2014-08-24 17:28:24','2014-08-24 17:28:24','[av_fullscreen size=\'extra_large\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'16392\' position=\'top center\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Lets Chat &amp; Work Together Today!\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'13\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_image src=\'http://inspiretowin.com/wp-content/uploads/2014/08/contactus1.png\' attachment=\'16390\' attachment_size=\'full\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'\' custom_margin_top=\'18px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Put \"SECRET KNOCK\" In Subject Line If Applying For SK\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'24\' subheading_active=\'subheading_below\' subheading_size=\'13\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#83a846\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Get In Touch w/ Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'13\' custom_class=\'\']\r\nWe would be thrilled to hear from you\r\n[/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'rgba(255,255,255,0.3)\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#ffffff\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_contact email=\' info@InspireToWin.com,\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' options=\'\' check=\'is_empty\' width=\'\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' width=\'\' multi_select=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact','','publish','open','open','','contact','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 17:28:32','2015-10-09 17:28:32','','0','http://192.168.1.104/enfold-blog/?page_id=13','0','page','','0'),('997','2','2015-01-25 08:39:15','2015-01-25 16:39:15','<iframe src=\'https://betterbodysystem.clickfunnels.com/sales-page\' width=\'100%\' height=\'100%\' frameborder=\'0\'></iframe>','will you eliminate fear','','publish','open','open','','will-you-eliminate-fear','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-01-25 08:39:15','2015-01-25 16:39:15','','0','http://inspiretowin.com/?page_id=997','0','page','','0'),('1015','2','2015-01-27 11:40:33','2015-01-27 19:40:33','<iframe src=\'https://betterbodysystem.clickfunnels.com/order-form1391781\' width=\'100%\' height=\'100%\' frameborder=\'0\'></iframe>','7 Steps To Eliminating Fear Course','','publish','open','open','','7-steps-to-eliminating-fear-course','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-01-27 11:40:33','2015-01-27 19:40:33','','0','http://inspiretowin.com/?page_id=1015','0','page','','0'),('1020','2','2015-01-27 12:18:18','2015-01-27 20:18:18','<iframe src=\'https://betterbodysystem.clickfunnels.com/thank-you\' width=\'100%\' height=\'100%\' frameborder=\'0\'></iframe>','email confirm eliminating fear','','publish','open','open','','email-confirm-eliminating-fear','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-01-27 12:18:18','2015-01-27 20:18:18','','0','http://inspiretowin.com/?page_id=1020','0','page','','0'),('1025','2','2015-01-27 13:23:09','2015-01-27 21:23:09','<iframe src=\'https://betterbodysystem.clickfunnels.com/order-form1307621\' width=\'100%\' height=\'100%\' frameborder=\'0\'></iframe>','7 Steps To Eliminating Fear Course Video','','publish','open','open','','7-steps-to-eliminating-fear-course-video','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-01-27 13:23:09','2015-01-27 21:23:09','','0','http://inspiretowin.com/?page_id=1025','0','page','','0'),('1027','2','2015-01-27 13:25:48','2015-01-27 21:25:48','<iframe src=\'https://betterbodysystem.clickfunnels.com/order-form1306661\' width=\'100%\' height=\'100%\' frameborder=\'0\'></iframe>','7 Steps To Eliminating Fear Course Ebook','','publish','open','open','','7-steps-to-eliminating-fear-course-ebook','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-01-27 13:25:48','2015-01-27 21:25:48','','0','http://inspiretowin.com/?page_id=1027','0','page','','0'),('1030','2','2015-01-27 13:27:20','2015-01-27 21:27:20','<iframe src=\'https://betterbodysystem.clickfunnels.com/order-form1306791\' width=\'100%\' height=\'100%\' frameborder=\'0\'></iframe>','7 Steps To Eliminating Fear Audio','','publish','open','open','','7-steps-to-eliminating-fear-audio','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-01-27 13:27:20','2015-01-27 21:27:20','','0','http://inspiretowin.com/?page_id=1030','0','page','','0'),('1201','1','2015-02-10 20:28:31','2015-02-11 04:28:31','','Work With Me','','publish','open','open','','work-with-me','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-02-10 20:28:31','2015-02-11 04:28:31','','0','http://inspiretowin.com/?page_id=1201','0','page','','0'),('15','1','2015-05-15 15:08:52','2015-05-15 15:08:52','[av_slideshow_full size=\'featured\' stretch=\'\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'16247\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'40\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'4\' offset=\'0\' paginate=\'yes\']\r\n\r\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#f0f0f0\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_sidebar widget_area=\'Sidebar Blog\']\r\n\r\n[/av_one_third]\r\n[/av_section]','Podcast','','publish','open','open','','podcast','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 06:21:44','2015-10-09 06:21:44','','0','http://test.kriesi.at/church/?page_id=15','0','page','','0'),('17','1','2015-05-15 15:09:00','2015-05-15 15:09:00','[av_fullscreen size=\'extra_large\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'16264\' position=\'center center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#3c8fe8\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Inspiring &amp; Motivating!\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nFrom Our Founder &amp; Contributing Authors In The Field\r\nof Business and Personal Development!\r\n[/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'rgba(255,255,255,0.76)\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'#ffffff\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2015/05/i2wblogbackground.jpg\' attachment=\'16273\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-90px,0px\' padding=\'30px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<p style=\"text-align: center;\">Our number #1 goal is to Inspire, Motivate and Drive you into MASSIVE ACTION in your life, business &amp; relationships!\r\nWe hope you find value, great content and the drive to reach beyond your perceived limits!</p>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'WE WERE CREATED FOR GREATNESS!\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'custom-color-heading\' custom_font=\'#2e88e8\']\r\nLets make a difference together and change the world for the better!\r\n[/av_heading]\r\n\r\n[av_hr class=\'custom\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'20%\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue8bf\' font=\'entypo-fontello\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'26\' link=\'category\' blog_style=\'blog-grid\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'6\' offset=\'0\' paginate=\'yes\']\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://inspiretowin.com/wp-content/uploads/2013/04/event1.jpg\' attachment=\'16236\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_events_countdown min=\'1\' max=\'5\' align=\'av-align-center\' size=\'\' title=\'bottom\' style=\'av-trans-light-style\']\r\n[/av_section]','Blog','','publish','open','open','','blog','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 17:25:46','2015-10-09 17:25:46','','0','http://test.kriesi.at/church/?page_id=17','0','page','','0'),('16233','1','2015-08-05 06:31:08','2015-08-05 06:31:08','','Events','','publish','closed','closed','','events','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-05 06:31:08','2015-08-05 06:31:08','','0','http://inspiretowin.com/?page_id=16233','0','page','','0'),('16418','1','2015-10-09 06:14:24','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-09 06:14:24','0000-00-00 00:00:00','','0','http://inspiretowin.com/?p=16418','0','post','','0'),('57','1','2009-10-02 00:28:00','2009-10-02 00:28:00','<h3>Great Leaders <strong>+</strong> Team Building <strong>+ Inspiration</strong><strong> =</strong> Freedom!</h3>\r\n<h2>Leadership is Key To Success</h2>\r\n<div>\r\n<div>\r\n\r\n<strong>Leadership</strong> is one of the key ingredients to success! If you don\'t have anyone in your life to look up to, ask advice from, and or learn from. Let\'s change that <strong>as fast</strong> as possible!\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<h2>Team Building</h2>\r\nAccountability and uplifting via Team Building is also paramount for success. Find a group or an individual headed in the same direction and cultivate a team and close knit friendship. It will pay off significantly!\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<h2>Inspiration</h2>\r\nIts not hard to get discouraged nowadays! Everyday you must pump yourself with positivity and inspiration. Rid yourself of negative thoughts and fill yourself with success orientated goals and aspirations! Start Today! Start Now!\r\n\r\n</div>\r\n</div>\r\n<img title=\"More...\" src=\"http://inspiretowin.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif\" alt=\"\" />\r\n\r\nTaking the 3 easy but also easy not to do steps above have the potential to revolutionize your success, lifestyle, and stress in your life... Remember not to overwhelm yourself with too much too quick... Take small steps to success and stay consistent!\r\n\r\nConsistency and persistence will create the daily habit you\'ll need to see results, gain confidence and cultivate new associates and opportunities!\r\n\r\nAngel L Rivera','Tired of the rat race? Need Motivation!','','publish','open','open','','tired-of-the-rat-race-need-motivation','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:27:48','2015-08-28 06:27:48','','0','http://@RT_SITE_URL@/?p=57','0','post','','3'),('16021','1','2010-04-20 17:21:39','2010-04-20 17:21:39','Hello and thanks for visiting InspireToWin!\r\n\r\nInspireToWin.com is a new site/blog that I personally started to help inspire, motivate, and educate everyday people and especially those who are thinking about pursuing the life of an Entrepreneur!\r\n\r\n<!--more-->\r\n\r\nWhether its via a traditional business or in the Direct Selling Industry  – all the quotes, blogs, videos and links are designed to help you succeed and win in life!\r\n\r\nAs a business owner, father ( 1yr old son and a baby on the way ), and husband I understand what it takes to make it in life and business… However, my main motivation for creating this site is to document and write about my journey into success and how you can benefit from the same steps I take everyday!\r\n\r\nWhy do I think its important to document my journey? Glad you asked…\r\n\r\nI come across many people who think they don’t have what it takes… Many reasons from:\r\n\r\n1. I’m don’t have nothing to offer\r\n2. I’m too old or too young\r\n3. I don’t have proper education\r\n4. Nobody will listen to me\r\n5. Fear of rejection\r\n6. Low confidence and self-worth\r\n7. I’m not naturally gifted\r\n8. I can’t sell\r\n9. I’m not a people person\r\n10. I’m too co-dependent\r\n\r\nThe list goes on and on…\r\n\r\nBut I’m here to say that although the above statements are true to the persons feelings…\r\n\r\n<strong>REMEMBER!</strong>\r\n\r\nThere just feelings and feelings are never the true barometer of success nor should they be the sole deciding factor of our decisions!\r\n\r\nAs my wife and I personally embark on our journey we have, will continue too, and are still educating ourselves on how to combat the thoughts and the criticisms and or negativity of those around us!\r\n\r\nOur goal again is to share our story, inspirations, trials, and victories as we reach our goals and dreams!\r\n\r\nFOOD FOR THOUGHT… How many people do you personally have in your life that are successful?\r\n\r\nDo you have coaches, mentors, and or positive influences in your life that encourage you to be and do better in life?\r\n\r\n- QUICK NOTE: I know you may have your own definition of success… What I’m referring too is success in all aspects of life… Health, Family, Finances, Freedom, Happiness, and Spiritually in tune with your purpose.\r\n\r\nIf your absolutely 100% content with your life and couldn’t be happier, I commend and congratulate you!\r\n\r\nBut if your not I invite you to embark on your journey to success and don’t settle for less…\r\n\r\nWe were made for success and although life can throw wrenches along the way… You can get through anything!\r\n\r\nI will be the first in my immediate sphere of influence to reach my dreams that only come to life when were asleeep… I hope and pray that what I do with this site will inspire you in some way to reach your dreams and goals in life!\r\n\r\nIf we can…. Anyone can… This will be the site that will document that success!\r\n\r\nBest Regards,\r\nAngel L. Rivera','Message From Angel L. Rivera!','','publish','open','open','','hello-world-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:32:29','2015-08-28 06:32:29','','0','http://inspiretowin.com/?p=1','0','post','','9'),('205','1','2010-04-30 00:18:29','2010-04-30 00:18:29','<div>\r\n<div>\r\n<div id=\"c4bda7a5ce251a041ea376_input\">\r\n\r\nWhat?Maybe you already know what I mean maybe you don\'t...Through my career as a professional dancer, studio owner and entrepreneur I have experienced my share of setbacks ( Or what I categorized as Failure back then ).\r\n\r\n</div>\r\n<div>\r\n\r\nThese setbacks would literally kill me inside and out! No lack of reminders would arrive both internally and externally all day everyday. Friends, Family, Co-Workers, whoever, constantly reminding me of my mistakes or giving me their expert advice after the fact... You know the people that all of a sudden become experts once you fail (But didn\'t give you their expert advice during your journey) or would have been in corner if you would have succeeded but were nowhere around during the process. Does anyone relate to what I\'m writing?<!--more-->Your start to get the feeling of embarrassment, your confidence decreases, low self-esteem sets in, self image gets tarnished, and many other crazy thoughts that come shooting in like flaming arrows, each one taking its toll on you little by little. However, there is hope and a victory is waiting for me and you at the end of the tunnel!I\'m so grateful (NOW) that I\'ve experienced so much in life already. It\'s challenges, trials, tribulations and joys have taught me some great lessons and Im sure will continue to teach me many more along the way. Being 30 years old some would say I still have milk on my mouth, to some I would agree! I have much to still to learn.\r\n\r\nHowever, my main point for writing this short blog is to let you know that Failure doesn\'t equal Failure - IT EQUALS SUCCESS!\r\n\r\n</div>\r\n<div>\r\n\r\nAlways remember by trying, being open minded and attempting to achieve greater success will have it\'s challenges... You may fail, experience setbacks, suffer some pain or loss, but the fact that you tried makes you a success contrary to popular belief! When something doesn\'t go as planned there is always a lesson to be learned... Always remember Failure is not bad! Quiting is... If you do fail... Fail Forward, get back up, wipe the dust off, strap your boots up and keep on thriving for success... You\'ll get there.Once again... I started this blog is to keep things as real as possible and to give readers an opportunity to experience first hand the journey to my success. My success may not be your success but the principles, philosophies, and strategies that I\'ve been studying have worked wonders in my life and can in yours!Here are some quick pointers to get you started in the right direction if your feeling or going through some rough times w/ achieving your goals:1. Find someone you can speak too. Someone that inspires you and gives you hope for the future. A mentor, coach, or leader.\r\n\r\n2. Read! Read! Read! Click on my link entitled <a title=\"Books\" href=\"http://inspiretowin.com/books/\" target=\"_blank\">BOOKS</a> - I have listed some great references to help you reprogram your mind and philosophy about business, money and success.\r\n\r\n3. Start to listen to self-help Cd\'s, podcast, and subscribe to daily newsletters that will help inspire you daily. ( I will have that option available soon )\r\n\r\n4. Stop listening and watching the news. ( Get a newspaper and go to the sections that interest you ) The majority (Not All) of news broadcast can really get you stressed, depressed and in the dumps!\r\n\r\n5. Evaluate what you\'ve been doing and eliminate the people, activities, and habits that don\'t produce positivity in your life.\r\n\r\n6. Find your passion! Live your passion\r\n\r\n7. Start the cultivating process to become a leader yourself and help others in the process. Remember everyone started somewhere - You don\'t have to be a millionaire to start helping others. I\'m not - YET  : )\r\n\r\n</div>\r\n<div>\r\n\r\n8. Stay consistent, honest, and maintain a high level of integrity within yourself!Hope the suggestions I mentioned make sense and get you started on the right path to success...That my ultimate goal with this site... Assist and be an example... Lets join forces and make this world a better place!Please feel free to leave your comments and let me know what you think!\r\n\r\nSee you at the top!\r\nAngel L. Rivera III\r\n\r\n</div>\r\n</div>\r\n</div>','Failure = Success','','publish','open','closed','','failure-success','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:26:57','2015-08-28 06:26:57','','0','http://inspiretowin.com/?p=205','0','post','','0'),('16022','1','2010-05-06 12:29:13','2010-05-06 12:29:13','Purpose is a topic that can easily be misunderstood and is often overlooked because of the deceptive obvious meaning it has behind it.\r\n\r\nI mean \"Purpose\" - It\'s what your destined to become or what you were created to do in life!\r\n\r\nAlthough purpose does mean the above mentioned, it does however have a much deeper meaning and takes soul searching to figure out and implement. For some... It happens fast... for others... takes time.\r\n\r\nRegardless of the time frame... Remember its a marathon not a sprint. Your purpose in life is something to really take serious and ponder... We only have 1 shot at life... One shot to make a difference... One shot to leave a legacy to remember!\r\n\r\n<!--more-->\r\n\r\nFrom my experience purpose starts from within... You have to begin with yourself and determine what on earth are you here for? The beginning of your philosophy, your beliefs and convictions will ultimately determine who you become and what you live for everyday!\r\n\r\nYou have to follow through and believe in yourself... Don\'t worry about what others may think! You have to believe in your dream and passion and pursue it with courage and strength. Don\'t be carried away by every wind of doctrine, idea, and or new best how to philosophy. Once you decide to follow your purpose stay steadfast, focused and determined! Don\'t let your feelings get the best of you... Feelings change all the time and are not the barometer for success!\r\n\r\nMy experience in life, my search for answers, and quest for purpose lead me to believe with conviction that we are all placed on earth for a specific purpose and mission. What that purpose is and how to achieve it is in our hands everyday. Every decision we make, every thought that crosses our mind, and every word we speak has a lasting effect on the outcome of who we become and what we achieve. We aware of your surroundings, relationships, and attitude... You could be speaking to your next business partner.\r\n\r\nLife also has it\'s way of throwing curve balls. These curve balls have the potential to detract us from our purpose and set us off track. I like to call this: \"THE CRITICAL PATH\".  The Critical Path is all about decisions in the midst of trials. We have choices to make and regardless of what we choose we will pay for them in some way, shape or form. Always, always, always think about the situation before making a choice!\r\n\r\nDuring \"THE CRITICAL PATH\" we will encounter numerous challenges and trials. Its important to view these as opportunities to get refined, build character and develop skills to achieve greatness. In order to find your purpose and live it you must develop consistency and perseverance... What better way to develop these skills than to be put to the fire!\r\n\r\nBelow are some quick bullet points to assist you in your PURPOSE finding process! I hope my blog gave you some insight and inspired you in some way to take action... Please feel free to leave comments. I would really enjoy hearing from you!\r\n\r\n1. Reflect on the definition of PURPOSE ( Pertaining To Your Life). Do you feel like your walking in purpose?\r\n\r\n2. List your desires, dreams, and goals on a piece of paper. Then list why you want to accomplish them and how they would fit in with your purpose?\r\n\r\n3. As you were listing your desires, dreams and goals write down (if any) every negative thought that came into your mind that attempted to steal your desires, dreams and goals.\r\n\r\n4. Take each negative thought and counter it with a positive thought! Refer to my links and books for a starting point... Feel free to contact me for recommendations as well. Start replacing your negative thoughts with other positive, life enriching content. Our mind is the biggest super computer ever created... We have the ability to store so much more than we do... Empty your old hard drive and fill it with a new one... Metaphorically we\r\nhave to install a Anti Virus system in there and get the Trojan Horses, Spyware and Adware out!\r\n\r\n5. Get involved with a daily blog such as this one and others... Subscribe to newsletters, change your reading library, listen to self help cd\'s while driving instead of your local radio station.\r\n\r\n6. Once you combat the negativity and feel you have the tools and confidence begin to tackle your goals and purpose one step at a time. Remember its a marathon not a sprint!\r\n\r\n7. Surround yourself with like-minded individuals... Always remember! You are who your around!\r\n\r\nOnce again... Please feel free to comment, write me and let me know how this \"PURPOSE DRIVEN\" blog helped you today!\r\n\r\nBest Regards and Much Success\r\nAngel L. Rivera','Purpose Driven','Purpose is a topic that can easily be misunderstood and is often overlooked because of the deceptive obvious meaning it has behind it.\r\n\r\nI mean \"Purpose\" - It\'s what your destined to become or what you were created to do in life!','publish','open','open','','purpose-driven','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:25:51','2015-08-28 06:25:51','','0','http://inspiretowin.com/?p=233','0','post','','3'),('16023','1','2011-06-01 23:43:33','2011-06-01 23:43:33','Thanks for taking the time to read my Work From Home… Is It possible Blog...\n\nI created this page to share my desire, passion and calling to help people reach their full potential and live life to the fullest!\n\nWhile there are many different passions and desires you may have I personally decided to make owning a home based business one of mine and wanted to share it with you\n\n<!--more-->\n\nBut before I get started… A quick disclosure:\n\nIf you landed on this page you either clicked on the ad or just happened to navigate here while browsing my site…\n\nEither way…\n\nWelcome and I hope this short blog helps you understand why I do what I do and why Im dedicated to those who partner with me.\n\nI do things a little different… I’m up close, personal and do my best to keep things as real as possible.\n\nAfter clicking my home based business ad I’m sure you were expecting to view a site that required your name, address and phone number before you were allowed access to the opportunity… Or perhaps a site with pictures of luxury cars, lavish and expensive houses, and promises of more money than you can handle… Or maybe an exotic island with pictures of people enjoying themselves and a huge question mark asking\n\n“Wouldn’t You Like To Be Here”\n\nWhile all that is great! ( If thats your cup of tea of course… ) I want to have a heart to heart with you first!\n\nI want to make sure you have a clear understanding of what a Home Based Business is and how it works…\n\n( Also referred to as: Network Marketing and Direct Sales )\n\nIt will be lengthy… But if your serious about partnering with me or any other endeavor out there you’ll take the time to read.\n\nFirst I would venture to say that the majority of all who ask or think of a Home Business or Direct Sales already assume the following negative things…\n\n1. It’s a scam – ( Do your due diligence before selecting a company – Scams are everywhere )\n\n2. Its a pyramid scheme ( Pyramid schemes are illegal in U.S. &amp; in most major countries around the world )\n\n3. Nobody really makes money ( Simply not true – Thousands of success stories occur everyday )\n\n4. Nothing but false promises and lies. ( Don’t throw the baby out with the bath water… not everyone is deceptive )\n\nWhile understandable… These are concerns primarily heard and spread by word of mouth and usually come after someone’s failed attempt at a home business or more so being mislead by poor leaders.\n\nI avoid dwelling on the negatives too much… As nothing positive will ever come out of that…\n\nHowever, I will direct your attention to the following positive outcomes that come to mind when I think of a home based business and may occasionally reference the negatives to make my point…\n\n1. More time with family\n\n2. Work your own hours\n\n3. Become financially independent\n\n4. Determine your own schedule\n\n5. Travel the world\n\n6. Help others reach their goals\n\n7. Meet new and inspiring people\n\n8. Take back your time and health\n\n9. Determine your own hourly wage\n\n10. Freedom to pursue your purpose in LIFE\n\nWOW – Who wouldn’t want every one of the above 10 points working in their life!\n\nWould you?\n\nBut wait… What happened…\n\nRight now… And even as your read them… I bet a trigger activated an alarm in your head and said the following:\n\n1. More time with family… Ya right – I gotta work 24/7 to support them… No time available\n\n2. Work my own hours… Would love to but not possible\n\n3. Financially independent… What’s that look like?\n\n4. My own schedule… I wish… My boss and circumstances control that aspect of my life\n\n5. Travel the world? Too expensive plus I’m ok where I live\n\n6. Help others? I can’t even help myself – Look where I’m at\n\n7. Meet new people… With what time – I barely have any friends as it is\n\n8. Time and health – It goes too quick and my health is fine… I only eat fast food once a day\n\n9. Hourly wage… I do my best to get as much as I can.\n\n10. Purpose… That’s too deep and spiritual for me… Im good where I’m at\n\nIf you related to just 1 of the negative responses above you sub-consciously answered negative to all of them.\n\nThe challenge now is to ask yourself… Why Not!\n\nWhy wouldn’t you be able to reach and experience everyone one of the top 10 goals through your very own home based business?\n\nThe answer… here it goes… YOUR WHY IS NOT BIG ENOUGH\n\nYou may ask… Can a Home Based Business give me what I need?\n\nGlad you asked… Yes it can… Here are just a few ways:\n\n1. No overhead\n\n2. Low start up cost\n\n3. Company support\n\n4. Team work\n\n5. Accountability\n\n6. Your success is priority\n\n7. Weekly conference calls\n\n8. Monthly in person meetings\n\n9. Yearly conventions\n\n10. Meet new and inspiring people with the same goals\n\n* My personal favorite: It’s personal development at its best w/ a compensation plan attached for our success!\n\nBTW: Some of the world’s wealthiest and highly esteemed figures also own or endorse Direct Sales:\n\nWarren Buffet – Owns The Pampered Chef\n\nRobert Kiyosaki – Author, lecturer, and business man – Endorses Direct Sales\n\nAndrea Chung – Avon Chairman and CEO – 1 of 7 Board of Directors for Apple Inc\n\nAll in all… Direct Sales simply said:\n\nIt’s an incredible opportunity for an average person to create an extraordinary lifestyle!\n\nIm glad you stuck around… I hope this message at least gave you an appetizer insight into why I love Networking and hope you’ll join arms with me to reach our goals together…\n\nLast but not least…\n\nThis is not a get rich quick scheme… There’s no quantum leap to success… There’s no secret internet program… This is not a do less gain more theory… And definitely no guaranteed promises of money, travel and luxury. Locking arms with me and my business opportunity will require work, dedication, consistency, and a minimum of 1-3 years to see the success I mentioned above.\n\nIt will require you to be accountable, coachable, trainable, and you must be willing help and care about your team above all else.\n\nIf your ready to make a difference in your life… To embark on a journey that has the potential\n\nto change your present circumstances… Click below and enter my site…\n<a title=\"Home Based Business\" href=\"http://alkalizedforsuccess.com/\" target=\"_blank\">AlkalizedForSuccess.com</a>\n\nLets reach the top together with YOLI as we INSPIRE TO WIN together!\n\nBest Regards and Much Success,\n\n&nbsp;\n\nANGEL L. RIVERA\n<a title=\"Home Based Business\" href=\"http://AlkalizedForSuccess.com\" target=\"_blank\">AlkalizedForSuccess.com</a>','Work From Home... Is it possible?','','publish','open','open','','work-from-home-is-it-possible','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:19:55','2015-08-20 17:19:55','','0','http://inspiretowin.com/?p=380','0','post','','0'),('413','1','2011-07-29 14:10:44','2011-07-29 14:10:44','A Workaholic according to Webster\'s Dictionary and Wikipedia is:\r\n\r\n<strong>Webster\'s</strong> - One who has a compulsive and unrelenting need to work.)\r\n\r\n<strong>Wikipedia</strong> - Workaholic is not the same as working hard. Despite logging in an extraordinary amount of hours and sacrificing their health and loved ones for their jobs, workaholics are frequently ineffective employees.\r\n\r\n<em><strong>Before you begin to read I wanted to address some minor presumptions:</strong></em>\r\n\r\n1. The purpose of this blog isn\'t to make you feel bad for working.\r\n2. There is a huge difference between purposeful healthy work and being a workaholic\r\n3. If you got upset when you saw the word WORKAHOLIC... You may be one!\r\n\r\n<!--more-->\r\n\r\n<em><strong>I decided to write about this subject for 3 reasons:</strong></em>\r\n\r\n1. As a business owner, I have been caught up in the web of working to much for my own good.\r\n2. From my experience it has brought no good to my health, my family, or my goals.\r\n3. Illustrate clues to determine if you are a workaholic and how to overcome them.\r\n\r\n<em><strong>Let me begin by illustrating what a workaholic is not:</strong></em>\r\n\r\n1. Someone who works 40-50 hours a week.\r\n2. Someone who leaves work at work without looking back.\r\n3. Someone who has no choice to work more than 50 hours a week because of bills and responsibilities.\r\n(People in this circumstance would take a vacation and decrease their working hours in a heartbeat)\r\n4. Someone who takes time for themselves on a weekly basis. (hobbies, recreational activities, and occasional vacations)\r\n5. Someone who spends quality time with their family and friends.\r\n\r\n<em><strong>Here are my top 10 characteristics of a workaholic:</strong></em>\r\n\r\n1. A person who CONSISTENTLY works 50-60 hours or more a week.\r\n2. A person who constantly justifies why they work so many hours in a week.\r\n3. Work is always priority #1.\r\n4. A person who works on their days off.\r\n5. A person who cannot live without their laptop or smartphone while on vacation.\r\n6. A person who would cancel family related activities due to work related issues.\r\n7. A person who always says \" I wish there were more hours in the day for work\".\r\n8. A person who works at the breakfast table, lunch breaks, and on their bed before sleep.\r\n9. A person who makes others directly or indirectly feel insignificant for not working as much as them.\r\n10. Workaholics are usually always in crisis mode and often times create problems to justify working more hours.\r\n\r\n<em><strong>BONUS</strong></em>: Workaholics are almost always ineffective and will never get caught up with anything in life.\r\n\r\nNow please understand... A workaholic isn\'t just about hours worked... Its an attitude, a posture, a way of life. Although its not classified as a full blown medical condition it has many forms of addictive behaviors.\r\n\r\nThere are many people who love what they do and can work, work and work and still focus on spending time with family and friends. This group is far from few and very rare. If you love your job, your own business and it brings nothing but happiness an joy to you and those around you... Thank God... Your blessed.\r\n\r\nBut the majority of workaholics have a false sense of work ethics and what it means to be productive.\r\n\r\nI can actually have sympathy for workaholics... I myself was a borderline workaholic. I put my work above everything else more times than not and thought my actions were honorable. I mean come on... I was providing for my family and going for my dreams! Isn\'t that what were supposed to do? THE AMERICAN DREAM...\r\n\r\nSorry to bust your bubble but \"The American Dream\" is just that... A Dream - A lure into the rat race of life.... A never ending vicious cycle of work, constant dissatisfaction, and an attitude of \"Its Never Enough\".\r\n\r\nWorking harder &amp; longer doesn\'t necessarily mean your more productive... It just means your working harder and longer!\r\n\r\nSome of the most famous self starters know and have mastered the art of delegation, making others feel appreciated, and know how to foster teamwork to accomplish their goals.\r\n\r\nThey understand that being a workaholic isn\'t sustainable overtime and drinking 5 hour energy drinks to keep you going will eventually come tumbling down like a ton of bricks. Time with family... Your wife, kids and family members is important. ( Don\'t justify your workaholic habits by telling yourself - I have no wife, husband, kids, or family members near by... I\'m sure you have friends or not which is why you need to change your habits... Take care of yourself... Start a hobby and set new habits in your life that will foster new healthy relationships.\r\n\r\nSelf starters also understand our body is precious and although it can withstand many demands it\'s still very fragile and must be taken care of properly. Working to much has the high possibility of causing stress, headaches, and tension. At times you may not even feel it because our bodies adapt until its sometimes to late. I always tell people... Experience isn\'t always the best teacher... Many have not made it through their experience... It\'s always easier and far better to learn from others and commit to change in the process.\r\n\r\nRemember: Workaholics aren\'t heroes. They don\'t save the day, they just use it up. The real hero is already home because he/she figured out a faster and more efficient way to get things done - D. Hansoon\r\n\r\nHere are a 10 steps to help you overcome being or becoming a Workaholic:\r\n\r\n1. Remove Work from #1 on your priority list.\r\n2. Re-evaluate your work load and cut back on the seemingly productive but unproductive task\r\n3. Start to learn how to say NO to projects, ideas, and obligations to your boss or others around you.\r\n4. Make an effort to schedule a family trip, take your wife to dinner or visit a family member.\r\n5. Remember that the gift of time and family is far more important than money.\r\n6. Evaluate how you can become more efficient... Delegate, empower and lead more effectively.\r\n7. Leave your smartphone, laptop or any electronic device off if possible when not at work.\r\n8. Learn how to manage your time. Listen or read a time management audio book on a weekly basis\r\n9. Make personal time for yourself to enjoy life... Workout, join a club, find a hobby.\r\n10. Realize that your work, employees and task can and will survive without you... Your not needed that much!\r\n\r\nI sincerely hope this short blog helped someone out there realize, overcome and or start down the right path of becoming free from Workaholism... Do not compare yourself to others, their achievements and don\'t fall into the trap of overachieving and financial freedom at the cost of peace and health in your life!\r\n\r\nMuch balanced success to you\r\nAngel L. Rivera','Workaholic... To Be Or Not To Be?','','publish','open','open','','workaholic-to-be-or-not-be','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:25:03','2015-08-28 06:25:03','','0','http://inspiretowin.com/?p=413','0','post','','0'),('16024','1','2012-03-30 13:16:13','2012-03-30 13:16:13','<object width=\"472\" height=\"370\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowfullscreen\" value=\"true\" /><param name=\"src\" value=\"http://www.facebook.com/v/10150755148347174\" /><embed width=\"472\" height=\"370\" type=\"application/x-shockwave-flash\" src=\"http://www.facebook.com/v/10150755148347174\" allowfullscreen=\"allowfullscreen\" /></object>','Don\'t Believe The Hype... Create Your Future Today!','','publish','open','open','','dont-believe-the-hype-create-your-future-today','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:24:09','2015-08-28 06:24:09','','0','http://inspiretowin.com/?p=482','0','post','','0'),('16025','1','2012-11-26 16:43:57','2012-11-26 23:43:57','You Can If You Think You Can','Vlog #1 - You Can If You Think You Can','','publish','open','open','','486','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2012-11-26 16:43:57','2012-11-26 23:43:57','','0','http://inspiretowin.com/?p=486','0','post','','0'),('16026','1','2012-12-07 12:06:17','2012-12-07 19:06:17','Mindset','Vlog #2 - Mindset','','publish','open','open','','inspire-to-win-video-blog-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2012-12-07 12:06:17','2012-12-07 19:06:17','','0','http://inspiretowin.com/?p=501','0','post','','0'),('16027','1','2012-12-18 15:06:11','2012-12-18 22:06:11','Commitment','Vlog #3 - Commitment','','publish','open','open','','inspire-to-win-video-blog-3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2012-12-18 15:06:11','2012-12-18 22:06:11','','0','http://inspiretowin.com/?p=507','0','post','','0'),('16045','1','2013-01-09 00:01:47','2013-01-09 07:01:47','Consistency','Vlog #4 - Consistency','','publish','open','open','','inspire-to-win-consistency','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2013-01-09 00:01:47','2013-01-09 07:01:47','','0','http://inspiretowin.com/?p=514','0','post','','0'),('16047','1','2013-06-04 13:26:49','2013-06-04 13:26:49','Have you ever tried to conquer the Entrepreneurial mountain by talking to people that are in your circle of influence? Do you feel more inspired and enthusiastic or do you end up feeling less inspired, motivated and ultimately deflated at the end of the day?\r\n\r\nWell if you answered less... No worries!\r\n\r\n<!--more-->\r\n\r\nThere\'s hope and this blog will give you the necessary tools and some tips to get you over the hump and that much closer to success!\r\n\r\n1. First - Conduct a self evaluation of your current network. Do you have friends that love to party, hangout, and take life as the wind blows. Are you surrounded by positive minded, enthusiastic and driven individuals who wish the best for you or do you have negative minded, debbie downers who ultimately want you to stay in the same misery they\'re in to make themselves feel better. This is in my opinion is the biggest stepping stone to climb while pursuing your DREAM. This is where most people surrender and give up. This is where mixed feelings and second thoughts come into play... This is where co-dependency thrives! In order to achieve maximum success and achieve your DREAMS you will definitely need to have a network that breads and lives for SUCCESS! If you don\'t be prepared to lose some friends, colleagues and family members... Not because you want them out of your life but because they will no longer be able to thrive in a Successful environment.\r\n\r\n2. It\'s also vital to understand that your current network of friends, colleagues, and family members may not have the same tenacity, work ethic or motivation to pursue any goals outside of their current responsibilities. Most people are happy with their seemingly secure 9-5pm job and anything outside of that just seems like another thing to do. When you realize your motivation and inspiration may not be what your friends, colleagues and family members want it can eliminate the feelings of rejection from the start. This will also enable you to love them where there at with compassion!\r\n\r\n3. Realize that you will have to make a paradigm SHIFT... Your mind, actions and daily routines will have to change to attract success and get the results you want to achieve. Read books, listen to audio programs and join positive productive networks in your local area that breed personal growth and empowerment!\r\n\r\nOnce you understand and being your journey doors will start to open and success will be on the Horizon!\r\n\r\nIn order for your circumstances to change - We must change!\r\n\r\nAlways remember... Your immediate network will determine your Networth!\r\n\r\nTo Your Success!\r\nAngel L. Rivera\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Your Network Will Determine Your Networth','','publish','open','open','','youre-network-will-determine-your-networth','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:08:58','2015-08-28 06:08:58','','0','http://inspiretowin.com/?p=537','0','post','','0'),('689','1','2013-06-05 03:55:27','2013-06-05 10:55:27','Here I am on a horse.  What is your best inspiration caption?','What\'s Your Best Caption?','','publish','open','open','','whats-your-best-caption-on-a-horse','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2013-06-05 03:55:27','2013-06-05 10:55:27','','0','http://inspiretowin.com/?p=689','0','post','','0'),('720','1','2013-06-11 20:32:08','2013-06-11 20:32:08','Scrappy Doo!...\r\n\r\nThe fearless little GREAT DANE whom we\'ve all come to love at some point in our childhood has a lesson for us to learn.  Packed with a feisty napoleon complex and a go get em attitude, Scrappy Doo knew how to get things done!\r\n\r\n<!--more-->\r\n\r\nAs I reflected on this fictional cartoon character, Scrappy Doo had many character traits we should embrace when pursuing our dreams and passions in life!\r\n\r\nLet me at em! I\'ll rock em and sock em!\r\n\r\nThis was Scrappy Doo\'s consistent attitude... And although it seemed to always get his uncle \"Scooby Doo\" and company in trouble - It was because of Scrappy that the missions got <strong>STARTED!</strong>\r\n\r\nIt was his no fear, go get em attitude that fueled the action and movement for the team!\r\n\r\nThe best part...\r\n\r\nAlthough he was a little puppy his <strong>GREAT DANE</strong> attitude was always displayed... He had an innate, innocent, yet very powerful confidence and esteem about himself that nobody could contain. I believe we all have this inside us... But along the journey of life we\'ve allowed circumstances to tell us who we are and become like his uncle Scooby Doo... Fearful, doubtful, and forgetful of the greatness inside of us... <em>Scooby Doo forgot he was a GREAT DANE!</em>\r\n\r\nWhat have you forgot about yourself? Have you allowed the circumstances of life to determine your future? Are you living up to your full potential? Do you have a <strong>GO GET EM &amp; SOCK EM</strong> attitude?\r\n\r\nIt\'s not too late!\r\n\r\n1. Embrace who you are... Love you!\r\n2. Start to develop confidence in yourself by setting some small goals you can achieve\r\n3. Begin reading books and listening to motivational media to get you pumped and ready for the week\r\n4. Surround yourself with like-minded individuals who will celebrate who you are &amp; encourage you to reach your goals\r\n5. Believe in You! You have greatness inside of you... Anything is possible!\r\n6. Push, pursue and trail blaze the way like Scrappy did... At the end you\'ll come out victorious despite the resistance.\r\n\r\n<strong>LAST BUT NOT LEAST...</strong>\r\n\r\nThere\'s only 1 you... You\'re unique - Dream again - Pursue it!\r\n\r\nIf you don\'t you could delay adding greatness to this world because only you could accomplish your dream!\r\n\r\nWatch Scrappy Doo in action... And although Scrappy isn\'t real his creators \" William Hannah and Joseph Barbera are... This was their dream.. They made it happen and so can you!\r\n\r\nLive Life To The Fullest!\r\nAngel L. Rivera\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Have A Scrappy Doo Attitude!','','publish','open','open','','have-a-scrappy-doo-attitude','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:07:55','2015-08-28 06:07:55','','0','http://inspiretowin.com/?p=720','0','post','','0'),('731','1','2013-07-13 03:29:32','2013-07-13 10:29:32','Hope this 2 1/2 minute video inspires you to reach your full potential... Pursue your dreams and\r\ndo not settle for anything less! Don\'t quit until you find your Purpose...\r\n\r\nYou have greatness inside of YOU!\r\n\r\nYou do this - You\'ll never work a day in your life.','Steve Jobs - Before The Turtle Neck','','publish','open','open','','steve-jobs-before-the-turtle-neck','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:07:05','2015-08-28 06:07:05','','0','http://inspiretowin.com/?p=731','0','post','','1'),('745','1','2013-08-16 10:25:37','2013-08-16 10:25:37','Richie Parker - No barriers... No obstacle to big for him to conquer!\r\n\r\nMay this video inspire you to move forward and conquer your fears and self\r\nImposed limitations.','What\'s Stopping You?','','publish','open','open','','whats-stopping-you','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-28 06:06:19','2015-08-28 06:06:19','','0','http://inspiretowin.com/?p=745','0','post','','0'),('756','1','2013-09-28 00:09:01','2013-09-28 00:09:01','If you\'ve ever owned a PC your probably familiar with CTRL, ALT, DELETE...\r\n\r\nAt one time or another we have all used this simple combination of prompts.  (DISCLOSURE ) I\'m not a computer genius but I\'ve typically this function to completely stop programs from running that have either stopped functioning properly or working altogether!\r\n\r\n<!--more-->\r\nFor the most part after completing this process the PC returns to working order allowing\r\nthe user to continue working on their project at hand.\r\n\r\nWhy do I mention CTRL, ALT, DELTE...\r\n\r\nIn life we sometimes get stuck, remain in a slump and stop becoming productive in business, personal\r\nactivities, relationships and responsibilities. There comes a time in life when we have to metaphorically\r\nhit \"CTRL, ALT, DELETE to get things back on track.\r\n\r\nHow do you recognize whether or not this is an option for you... Here\'s a few tips\r\n\r\n1. Unsettling feelings of anxiety and frustration\r\n2. Lack of sleep and concentration\r\n3. Mood swings\r\n4. Fostering negative thoughts and emotions\r\n5. No zest for waking up in the morning\r\n\r\nWhile the symptoms above are general - It\'s usually the generalities  of life that stump and increase the\r\nchances of mediocrity to settle in... It\'s the normal grind of everyday habits that mold, conform and\r\ninstitutionalize most people.\r\n\r\nIf you feel like your grinding in a never ending rat race it\'s probably time to make some big changes! Find a mentor, join\r\na new social club that fosters individual growth, empowerment and freedom to be who you are... We we\'re all\r\ncreated to do amazing and wonderful things. Do yourself a favor and make the most of it!\r\n\r\nYOU DESERVE IT!\r\n\r\nHit \"CTRL, ALT, DELTE - Shut down the old programs and start to open new programs that will cultivate\r\npositive thoughts, a zest for life, purpose, focus and above all happiness!\r\n\r\nIt\'s possible! Make the necessary steps to freedom!\r\n\r\nLIVE LIFE TO THE FULLEST!\r\n\r\nAngel L. Rivera','Ctrl, Alt, Delete...','','publish','open','open','','ctrl-alt-delete','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:18:42','2015-08-27 08:18:42','','0','http://inspiretowin.com/?p=756','0','post','','0'),('766','1','2013-10-03 10:16:04','2013-10-03 10:16:04','I\'m sure you\'ve heard the term \"Scape Goat\" - Most commonly known when someone disassociates blame from themselves and places it on someone else who is innocent.\r\n\r\n<!--more-->\r\n\r\nThe scape goat blame game was most commonly practiced by different religious groups as early as the 24th Century B.C. Whether it was to purge the sins of men or cleanse the unclean person of a disease - A goat was used and sacrificed to take the burden, guilt and sickness of the person so he / she could become blameless in the sight of their community, families and GOD.\r\n\r\nWhew... Now that we got that out of the way, Let\'s get down, dirty and in your face to illustrate how we do this same practice today when attempting to achieve our goals and dreams!\r\n\r\nAs the government shutdown continues to baffle minds one thing is for certain... History has once again repeated itself! This same issue under different circumstances occurred 19 yrs ago and it\'ll probably happen again.\r\n\r\nBut the question is... Why do we continually fail to learn from history?\r\n\r\nWhy do so many people wait around for the perfect prince (System) to rescue them? Why do we allow the men and woman on capital hill to determine our future and worth? Why do we allow CNN ( AKA - Constantly Negative News ) and other media outlets to educate us about our future and hope? And why do most people take the easy way out?\r\n\r\nWhy do most people use the modern day \"SCAPE GOAT\" and quickly point fingers at republicans, democrats, congress, the president, our economy, lack of education, bad or no parents, crazy and out of control kids, lack of jobs and other things and circumstances instead of taking responsibility for their future?\r\n\r\nThe answer is simple - IT\'S EASIER TO USE THE SCAPE GOAT THAN ROLLING UP OUR SLEEVES AND FIGHTING FOR OUR DREAMS, GOALS and AMBITIONS!\r\n\r\nWhy is it easier? Simple...\r\n\r\nMost people don\'t want to intentionally experience pain, rejection, failure and disappointment. They\'ll do whatever they can to avoid these negative feelings and experiences... It only makes logical sense... RIGHT!\r\n\r\nWRONG... These are the exact feelings and experiences we must embrace and go through to achieve success and in turn become better leaders to guide a whole new generation into victory!\r\n\r\nModern day education, media, and systems attempt to conform us into believing all hope is gone! We\'re lead to believe the days of Bill Gates, Steve Jobs, Mother Theresa, Michael Dell, Richard Branson, and other amazing and successful entrepreneurs, world\r\nleaders and innovators are long gone.\r\n\r\nBut I\'m here to tell you it\'s never too late... Today is the day to make your life, goals and dreams bigger than ever! Information, history, and the ability to bring your dream to life has never been easier to access! Technology has put information and resources at the palm of our hands.\r\n\r\nImmigrants are flowing into the US at record numbers for a shot at an opportunity so many of us\r\nare leaving behind. Dreamers are starting businesses with smart phones and inexpensive laptops inside local coffee shops &amp; public libraries.\r\n\r\nLet\'s stop blaming our circumstances and placing the world woes on our shoulders... This only feeds opportunities and reasons why we can\'t accomplish our dreams and goals. It\'s nothing but a diversion and metaphorically places our heads in the sand as opportunities pass by every day.\r\n\r\nStop constantly talking about how hard life is and the problems we go through... It only magnifies our situations and subconsciously places hardship trophies on our mantles... We\'ll end up comparing hardship stories with our friends to see who\'s went through more so the other person can justify why they\'re in the situation they\'re in.\r\n\r\nIn order for our circumstances to change we must CHANGE!\r\n\r\nLet\'s start by speaking words of faith, prosperity, and life into the lives of others and ourselves... Begin by shutting off the T.V., remove all newspapers and negative media from your home. Start reading positive and motivational books on a daily basis... Trust me - If something\r\nworth paying attention to occurs it\'ll come across your table one way or another.\r\n\r\nToday is Your DAY! Right now is Your TIME - Put the goat out to pasture and start taking responsibilities for your actions!\r\n\r\nNobody owes us anything... It\'s up to us to change us... Adapt to the changes of life... And become someone greater so we can leave the world better than we found it!\r\n\r\nTHE GOAT HAS LEFT THE BUILDING... ITS ME AND YOU NOW!\r\n\r\nLET\'S MAKE THE WORLD A BETTER PLACE!\r\n\r\nAngel L. Rivera','Scape Goat... Are You Playing This Game?','','publish','open','open','','scape-goat-are-you-playing-this-game','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:16:58','2015-08-27 08:16:58','','0','http://inspiretowin.com/?p=766','0','post','','0'),('343','1','2014-10-01 00:54:58','2014-10-01 07:54:58','<p style=\"text-align: left;\">PART 1</p>\r\nWhat an amazing blessing and honor to be called a father!\r\n<p style=\"text-align: left;\">You are now in charge and responsible to mold, teach and uplift a soon to be man into society!</p>\r\n<p style=\"text-align: left;\">THE RACE IS ON!</p>\r\n<p style=\"text-align: left;\">The race for the HEART OF YOUR SON...</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">The race to teach him how to be a man of integrity, good character, how to love and to\r\npursue personal excellence throughout life!</p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">Every young man has the making of a knight yet our post modern culture and peer pressure of today\r\nhas something far different... Ready and willing to reshape their values and character in a heartbeat!</p>\r\n<!--more-->\r\n<p style=\"text-align: left;\">Fathers... We gotta take this race serious... We gotta fight back!</p>\r\n<p style=\"text-align: left;\">However and its sad to say: Fathers are losing the race and the battle!</p>\r\n<p style=\"text-align: left;\">* There are more fathers absent from the home than any other time in history.\r\n* Boys are finding role models on T.V, street corners and playgrounds rather than Daddy at home\r\n* 87% of all incarcerated men either had no father or hate their father\r\n* 90% of all homeless youth and runaways are from fatherless homes\r\n* 71% of all high school drop outs come from fatherless homes\r\n* 65% of men at home spend less than 2 hours of quality time a week with their sons</p>\r\n<p style=\"text-align: left;\">Just think about these staggering percentages...\r\nHow many of us were actually raised by an active and loving Dad?</p>\r\n<p style=\"text-align: left;\">If you were raised by 2 full time active and loving parents... Consider yourself blessed!</p>\r\n<p style=\"text-align: left;\">Back in the 50\'s and 60\'s if your mom and dad were divorced it was considered weird\r\nNowadays if your mom and dad are still together it\'s considered weird.</p>\r\n<p style=\"text-align: left;\">How the times have changed... Where did we lose sight?</p>\r\n<p style=\"text-align: left;\">I\'m a brand spanking new father... My son just turned 2 years old and boy does he have something\r\nnew for me everyday... I still have milk on my mouth so to speak and have so much to learn.</p>\r\n<p style=\"text-align: left;\">But I do know what I missed growing up and what I wish I had in a father.</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ff0000;\"><strong>SIDE NOTE:</strong></span>\r\nMom you did an outstanding job!\r\nI Love you for that...</p>\r\n<p style=\"text-align: left;\">And for all the single moms out there...</p>\r\n<p style=\"text-align: left;\">You are amazing and deserve a Gold medal and more\r\nfor all the dedication, love and sacrifice made in raising your son/s!</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ff0000;\">__________</span></p>\r\n<p style=\"text-align: left;\">AS A FATHER... one of my goals in life is to encourage men (You) to fight the good fight and stick\r\naround through hard times... To push through the issues of life and hold the family together!</p>\r\n<p style=\"text-align: left;\">MEN... FATHERS...</p>\r\n<p style=\"text-align: left;\">We need to step up and stop stepping out!\r\nWe need to show love and compassion to our sons!\r\nWe need to spend quality time with our sons!\r\nWe need to lead by example!\r\nFathers love your wife and show affection in his presence\r\nGive him hugs and kisses on a daily basis\r\nListen, sacrifice and forgive continually</p>\r\n<p style=\"text-align: left;\">Our sons were created to be adventurous, creative, super active, and fearless...</p>\r\n<p style=\"text-align: left;\">But without the proper guidance and supervision the attributes above have the potential to\r\nlead him into destructive behavior and experience avoidable consequences.</p>\r\n<p style=\"text-align: left;\">If you have a son and are experiencing a hard time showing affection, spending quality time, and or\r\nbonding with him I implore you to seek some assistance to turn the tables.</p>\r\n<p style=\"text-align: left;\">Take them away from the TV\r\nInterrupt their Playstation or Xbox addiction\r\nDo whatever it takes to show your son hes important to you\r\n( Putting our sons in front of a TV or Game Box is not quality time - Its called lazy fathering )</p>\r\n<p style=\"text-align: left;\">Some Suggestions for Father / Son activities:</p>\r\n<p style=\"text-align: left;\">Join a men\'s fellowship at your local church.\r\nGet involved in a community sporting activity with your son\r\nPlan a camping or weekend fishing trip w/ your son\r\nTake a walk in the park\r\nPlan a picnic at the beach</p>\r\n<p style=\"text-align: left;\">Point is... be creative - There is so much to do!</p>\r\n<p style=\"text-align: left;\">It just requires alot of sacrifice and commitment...</p>\r\n<p style=\"text-align: left;\">Perhaps the very thing never shown to us  and the very thing we need to work on\r\nto become the fathers we wish we had growing up.</p>\r\n<p style=\"text-align: left;\">This blog is Part 1 of \"Pursuit of your sons heart\"</p>\r\n<p style=\"text-align: left;\">My goal was to show, expose and hopefully stir up emotions and action in a time\r\nwhere fathers are almost extinct.</p>\r\n<p style=\"text-align: left;\">For those fathers that are around... And I mean actively around...\r\nGreat job... Your one of the few!</p>\r\n<p style=\"text-align: left;\">Stay the course and get plugged in so your commitment and courage stays in tact.</p>\r\n<p style=\"text-align: left;\">My upcoming blogs will hopefully fill in the gaps and assist those of us\r\nthat need help in raising our sons to be KNIGHTS!</p>\r\n<p style=\"text-align: left;\">Thanks for reading this article and God Bless</p>\r\n<p style=\"text-align: left;\">Angel L. Rivera</p>','Pursuit of Your Son\'s Heart - Part 1','','publish','open','open','','pursuit-of-your-sons-heart','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:13:14','2015-08-27 08:13:14','','0','http://inspiretowin.com/?p=343','0','post','','4'),('16044','1','2014-10-03 00:51:16','2014-10-03 07:51:16','This morning I heard one of the most inspiring stories to date... It grabbed my heart, mind and caused me to go into\r\naction.\r\n\r\nYou may have heard it before... But try to do your best to take 5 minutes of your time to read it, think about it, and take action immediately after... I guarantee you\'ll never be the same!\r\n\r\n<!--more-->\r\nCharles Plumb was a U.S. Navy jet pilot in Vietnam. After 75 combat missions off the USS Kitty Hawk, his plane was destroyed by a surface-to-air missile on his 76th mission.\r\n\r\nAlthough his plane was destroyed, Plumb was able to eject in time and parachute into enemy hands.\r\n\r\nHe was captured and spent 6 years in a communist Vietnamese prison. He survived the ordeal and now lectures on lessons learned from that experience.\r\n\r\nOne day, when Plumb and his wife were sitting in a restaurant, a man at another table came up and said, “You’re Plumb! You flew jet fighters in Vietnam from the aircraft carrier Kitty Hawk. You were shot down!”\r\n\r\n“How in the world did you know that?” asked Plumb.\r\n\r\n“ I packed your parachute,” the man replied. Plumb gasped in surprise and gratitude. The man pumped his hand and said, “I guess it worked!” Plumb assured him, “It sure did. If your chute hadn’t worked, I wouldn’t be here today.”\r\n\r\nPlumb couldn’t sleep that night, thinking about that man. Plumb says, “I kept wondering what he might have looked like in a Navy uniform: a white hat, a bib in the back, and bell-bottom trousers. I wonder how many times I might have seen him and not even said Good morning, how are you?’ or anything because, you see, I was a fighter pilot and he was just a sailor.”\r\n\r\nPlumb thought of the man and the hours the sailor had spent on a long wooden table in the bowels of the ship, carefully weaving the shrouds and folding the silks of each chute, holding in his hands each time the fate of someone he didn’t know.\r\n\r\nNow, Plumb asks his audience, “Who’s packing your parachute?”\r\n\r\nEND...\r\n\r\nThis story touched me so much I couldn\'t help but pick up the phone and immediately give thanks and gratitude to people in my life that have packed my parachute.\r\n\r\nWith the craziness of life, our jobs, kids, family, financial woes, or whatever... Always keep in perspective the positive things in your life. Often times we miss whats really important. We don\'t say hello to the person next to us in the elevator, or thank the server with gratitude at our favorite restaurant. Maybe just doing something nice for someone for no apparent reason or going out of your way to give a compliment to your co-worker or employee.\r\n\r\nWhatever it may be... Always be aware of your surroundings, the blessings in your life and always remember - Your didn\'t get to where your at alone... People have helped you along the way!\r\n\r\nAs you go through this day, this week, this month, this year, please don\'t forget to recognize people who pack your parachute.\r\n\r\nTo Your Success\r\nAngel Rivera\r\nFounder : InspireToWin.com','Who Packed Your Parachute?','','publish','open','open','','who-packed-your-parachute','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:08:13','2015-08-27 08:08:13','','0','http://inspiretowin.com/?p=475','0','post','','0'),('512','1','2014-10-06 07:02:45','2014-10-06 07:02:45','Join Tulane Rivera as she interviews her husband and founder of Inspire To Win Angel L. Rivera. You\'ll get an inside look into their crazy life and what inspired this podcast and their new ventures ahead. You\'ll also  get insights, nuggets and practical applications you can implement to pursue your passions and dreams!\r\n\r\nSo... whereever you\'re at... Get ready to be Inspired!','I2W: E01: Who Is Angel and Tulane Rivera / Inspire To Win','','publish','closed','closed','','i2w-e01-who-is-angel-and-tulane-rivera-inspire-to-win','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:05:50','2015-08-27 08:05:50','','0','http://inspiretowin.com/?p=512','0','post','','0'),('511','1','2014-10-06 07:54:26','2014-10-06 07:54:26','In Episode 2 Angel and Tulane discuss the differences between goals and dreams and how they work synergistically together in accomplishing our passions, purpose and endeavors in life.\r\n\r\nThey will also discuss simple action plans, mindsets and attitudes to get you where your at to where you want to be...\r\n\r\nGet ready to be Inspired!','I2W: E02: Goals Versus Dreams','','publish','closed','closed','','i2w-e02-goals-versus-dreams','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:59:12','2015-08-27 07:59:12','','0','http://inspiretowin.com/?p=511','0','post','','0'),('843','1','2014-10-08 19:54:56','2014-10-16 23:47:22','<a href=\"http://inspiretowin.com/lay-your-foundation-right/\"><img class=\"aligncenter wp-image-896 size-full\" src=\"http://inspiretowin.com/wp-content/uploads/2014/10/Foundation.jpg\" alt=\"Foundation\" width=\"705\" height=\"271\" /></a>\r\n\r\nIn Episode 3 - Angel and Tulane Rivera discuss the importance of your foundation in regards to business, vision, influence and the future...\r\n\r\nSo whether your an entrepreneur, looking to start a new hobby or just want to break free from the ordinary this episode will get you started on the right track.\r\n\r\nGet ready to be Inspired!\r\n\r\n<a href=\"http://inspiretowin.com/wp-content/uploads/2014/10/weloveyoursupport1.jpg\"><img class=\"aligncenter size-full wp-image-922\" src=\"http://inspiretowin.com/wp-content/uploads/2014/10/weloveyoursupport1.jpg\" alt=\"weloveyoursupport\" width=\"708\" height=\"189\" /></a>','I2W-E03 - Lay Your Foundation Right','','publish','open','open','','lay-your-foundation-right','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:55:45','2015-08-27 07:55:45','','0','http://inspiretowin.com/?p=843','0','post','','0'),('16043','1','2014-10-08 21:45:10','2014-10-09 04:45:10','In my opinion one of the hardest attributes and characteristics to master in life is CONSISTENCY\r\n\r\nThink about it...\r\n\r\nHow many times have you started something and not finished? How many times have you committed to a project, a  promise, or a task and for whatever reason can\'t finish, fulfill or follow through...\r\n\r\nThen if that wasn\'t enough... Now you gotta deal with the burden, guilt, and shame of letting friends, family, co-workers, and bosses down while trying to combat the feelings of inadequacy.\r\n\r\n<!--more-->\r\nMaybe you\'ve never experienced having to put your tail between your legs... If you fall into this category... Congratulations... Stop reading - Contact me - I want you as my personal coach! But I can almost 100% guarantee we have all let someone down in our life at one time or another.\r\n\r\nBefore I continue... Let me be clear on 1 important point.\r\n\r\nWhen you become better at mastering consistency rest assured it won\'t make you perfect but I guarantee you won\'t experience the negative feelings of inadequacy... WHY?\r\n\r\nThe tips that I\'ll give you below will allow you the flexibility and assurance of holding your head high when and if you do have to take responsibility of your shortcomings. Always remember... Everyone fails to hit their mark at one time or another... But applying the techniques below will give you the proper insurance to cover any damage while reaching your goals at being a consistent person.\r\n\r\n1. Learn how to politely say NO - This is where 95% of people get in trouble. We don\'t know how to say No.\r\n2. FOCUS - Decide where to commit your attention and effort - And stay there!\r\n3. Follow your PASSION... Seek it and capture it... Consistency is easier when you love what you do.\r\n4. Start a simple task or project and repeat it everyday for 21 days straight.\r\n* During this time write down all the things that tried to distract you. ( Then remove them )\r\n* Keep track of how you spend every hour of your day.\r\n* Record how you felt after accomplishing your daily goals\r\n5. Don\'t associate with inconsistent people... You can pick up bad habits far to easy.\r\n6. Learn to forgive yourself and get back on track ASAP.\r\n7. Reward yourself every couple of days\r\n8. Find an accountability partner... Someone to hold you to your word and commitment.\r\n9. Get a book or audio tape on Goal Setting.\r\n10. Never, never, never.... GIVE UP\r\n\r\nBeing consistent will open up many doors to success!\r\n\r\nYou will begin to build trust, confidence, and credibility within yourself and of those around you!\r\n\r\nI hope the tips above get your started on the right track... Although there\'s much more to be said this short\r\nblog will get you started on the right foot!\r\n\r\nTo Your SUCCESS!\r\n\r\nAngel L. Rivera','Consistency Is Key To Success!','','publish','open','open','','consistency-key-to-success','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:53:11','2015-08-27 07:53:11','','0','http://inspiretowin.com/?p=458','0','post','','0'),('259','1','2014-10-11 19:58:14','2014-10-12 02:58:14','You Ever Find Yourself Stuck In A Slump with the feeling of emptiness, no direction, and absolutely no motivation to keep you going?\r\n\r\nMaybe it comes and goes, maybe it lingers around for far too long... Regardless of its duration, it can be a horrible and annoying feeling that many of us could live without!\r\n\r\nHowever... is it really so bad to feel this? Could this be what some of us need in order to force us to ponder &amp; reflect on our life and purpose?\r\n\r\n<!--more-->\r\n\r\nThe majority of  great entrepreneurs, founders of Fortune 500 companies, and prominent public figures seem to believe so. They have felt this feeling, endured it, and came through it winners... Most giving credit to this period of their life for the success they now possess.\r\n\r\nI for one truly believe the slumps in life give us time to reflect and re-organize our thoughts for the future.\r\n\r\nThe quiet times need to be embraced with open arms... Allow your mind to decompress with all the worries, frustration, anxiety, and problems. Surround yourself with influential individuals that have come through this valley. They can lend insightful suggestions and guidance through this process.\r\n\r\nRemember... Being in a slump doesn\'t mean what your doing is wrong or off course... Being in a slump means that you\'ve done something that others haven\'t done... YOU\'VE STARTED! Traveling down the road less traveled will never be easy. Expect bumps in the road and even some moments of failure or miscalculated decisions along the way. Its all a part of the process! Its a part of the voyage...\r\n\r\nYou will never discover if you don\'t set sail...\r\n\r\nUse this opportunity to re-energize yourself with new information... Self education, Inspiring Stories, Quotes, and\r\nanything else you can get your hands on to help encourage and fill our tanks back up.\r\n\r\nOur mind is the worlds superior computer... The most complicated structure I believe ever created. The best scientist in the world are still perplexed by the magnificent and brilliance of the human brain. The more and more scientist discover the more and more complex and in depth it gets.\r\n\r\nTHIS IS AMAZING TO ME... Why?\r\n\r\nIf our mind started us on the journey... It has the capacity to see us through!\r\n\r\nDuring the slump we need to fill our tanks back up so to speak... We treat our cars, houses, relationships, etc\r\nbetter than we treat our self... Why is this? If our cars, houses, and whatever else we put energy into need\r\nmaintenance how much more does our mind?\r\n\r\nGetting through the slump is the pit stop time of our life! Don\'t see it as a negative point of your life... See\r\nit as an opportunity to get filled back up.\r\n\r\nUse this time wisely...\r\n\r\nStock up with the tools and knowledge you\'ll need to finish the journey ahead!\r\n\r\nHere are some quick points to get your through this period:\r\n\r\n1. Recognize when your in a slump.\r\n2. Write down how you feel and whats causing you to feel unproductive.\r\n3. Designate time to meet with a coach, mentor, or a role model for advice.\r\n4. Read, Listen, and Meditate on positivity and your future actions.\r\n5. Slowly build a plan of action to get back on track.\r\n6. Give yourself goals and deadlines to meet your plan of action... Stick to them.\r\n7. Consistency is KEY... Regardless of how you feel!\r\n8. Always remember your not alone!\r\n\r\nBest Regards and Much Success!\r\nAngel L. Rivera\r\nFounder of InspireToWin.com','Stuck In A Slump?','','publish','open','open','','stuck-in-a-slump','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 07:49:53','2015-08-27 07:49:53','','0','http://inspiretowin.com/?p=259','0','post','','2'),('16042','1','2014-10-14 00:16:32','2014-10-14 07:16:32','Finishing strong is a huge topic that I personally struggled with for quite sometime and I\'m almost certain has impacted your life in some way, shape or form as well.\r\n\r\nSo I decided to take a few minutes to write about my experience and how I overcome the small but enormous daily road blocks that come out to deter us from finishing strong.\r\n\r\n<!--more-->\r\n\r\nHave you ever had a great idea, started a new venture, formed a new company with all the best ingredients aligned for success? You were excited, tenacious, motivated, and above all determined to finish strong!\r\n\r\n* You had your business plan ready to go!\r\n* Countless friends, family members and supporters were rooting you on!\r\n* You had a few thousand dollars saved up for promotional advertising.\r\n* Your business partner is your BFF.\r\n* And you just received your BA or MA in Business and ready to conquer Goliath with your sling shot.\r\n\r\nYou seemingly started off on the right foot but something happens... Out of nowhere things start to go sour.\r\n\r\n* The excitement settles and bills start to creep in faster than profits.\r\n* Everyone that was by your side are as silent as an empty tomb in the middle of nowhere.\r\n* Your desire, ambition, motivation and tenacity starts to get tested and your dream gets put to the test.\r\n* You can\'t seem to agree with your BFF on business affairs and decisions.\r\n\r\nEvery entrepreneur goes through the fire... And the fire will do 1 of 2 things...\r\n\r\n* Burns you up and prevents you from finishing strong.\r\n* Refines your idea and character and propels you to finish strong\r\n\r\nMy desire for you is option 2!\r\n\r\nAllow the fire to refine your idea, build character for your success and catapults you to finish strong!\r\n\r\n<span style=\"color: #ff0000;\"><strong>\r\nQUICK NOTE:</strong></span>\r\n<em><strong>You shouldn\'t pursue every idea that pops into your head. Just because its a good idea doesn\'t</strong></em><em><strong> mean its the golden egg of opportunity. Keep your thoughts at bay and under control... </strong></em><em><strong>It\'s paramount to your success!</strong></em>\r\n\r\nOnce you get your idea off the ground and your running the marathon so to speak... Here are a couple of tips to help you succeed and finish strong!\r\n\r\n1. Never make decisions on the spot unless its absolutely necessary. Take time to think and even seek counsel from other business owners and or mentors in your life.\r\n\r\n2. Surround yourself with like minded individuals that support your endeavors and goals in life.\r\n\r\n3. Make sure your idea and or business is something you can commit to for at least 5 years. Many people say \" Do what you love \" - I agree\r\n\r\n4. Always validate your partners ideas and Remember... There\'s always a solution to the problems that will arise. Your in business with someone... Its like a relationship - You must cultivate or no fruit will produce!\r\n\r\n5. Communication is key... Always communicate with your partners, employees, and vendors at all times.\r\n\r\n6. Read and listen to self improvement books and cds... This is very powerful and vital to your success. You will be surprised how much negativity is subconsciously saved in our memory banks... Always sift out the bad and input the good.\r\n\r\n7. Understand that nothing is easy in life... Everything worth pursing will cost you something. Sacrifice is synonymous with success. If you believed in your idea when you started hold fast and be creative to keep it going through the rough times.\r\n\r\n8. 9 times out of 10 when the going gets rough breakthrough is right around the corner.\r\n\r\n9. Stay focused on your mission and vision... Don\'t let new ideas from the outside deter you from your original purpose and plan!\r\n\r\n10. Make sure you have down time. Enjoy life during your business journey! It will ensure you stay balanced and healthy. Business is tough and finishing strong is even tougher!\r\n\r\nI 100% wholeheartedly believe there is no better training than Just Doing It... No school can prepare you for the hard knock experience of opening up your own business.\r\n\r\nEverything and anything will come against you but rest assured you can get through it!\r\n\r\nAlthough much more can be said... Just Put Your Dream To The Test, Don\'t Quit and Finish Strong.\r\n\r\nSee you on the other side of success\r\n\r\nAngel L. Rivera','Finishing Strong...','','publish','open','open','','finishing-strong','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-27 08:23:13','2015-08-27 08:23:13','','0','http://inspiretowin.com/?p=398','0','post','','1'),('859','1','2014-10-15 17:12:44','2014-10-16 23:49:40','<a href=\"http://inspiretowin.com/on-your-mark-lazer-focused/\"><img class=\"aligncenter wp-image-893 size-full\" src=\"http://inspiretowin.com/wp-content/uploads/2014/10/LazerFocused.jpg\" alt=\"LazerFocused\" width=\"705\" height=\"271\" /></a>\n\nIn Episode 4 - Angel and Tulane Rivera discuss the importance of staying on your Mark by becoming laser focused...\n\nThey discuss 4 main points that can help entrepreneurs and business owners take their vision to the next level!\n\nSo whether your an entrepreneur, looking to start a new hobby or just want to break free from the ordinary this episode will keep you focused on the your MARK!\n\nGet ready to be Inspired!\n\n<img class=\"aligncenter wp-image-912 size-full\" src=\"http://inspiretowin.com/wp-content/uploads/2014/10/weloveyoursupport.jpg\" alt=\"weloveyoursupport\" width=\"708\" height=\"189\" />','I2W-E04: On Your Mark: Lazer Focused','','publish','open','open','','on-your-mark-lazer-focused','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-10-15 17:12:44','2014-10-16 23:49:40','','0','http://inspiretowin.com/?p=859','0','post','','0'),('16046','1','2014-10-16 21:46:22','2014-10-17 04:46:22','You may be thinking to yourself...\r\n\r\nWow! What an intense and gory picture... If you are then great! I got your attention.\r\n\r\nIf you\'re not well maybe it\'s because You\'re INFECTED!\r\n<!--more-->\r\nHave you heard of the AMC hit series called \" The Walking Dead \"? ( Ya that\'s my inspiration for the image ). It\'s your normal apocalypse style zombie eating humans survival of the fittest drama with a twist yet to be revealed. But what caught my attention was how humans actually got infected. For a while the series had you assuming contact by either being bite or scratched by a walker ( Zombie ) was necessary. However, we come to find out that every human being is actually already infected... The bite only accelerates the process of the Zombie transformation.\r\n\r\nThis small illustration got me thinking about success and how infections of the mind affect our health, wellness, prosperity and virtually anything else that limits your potential for maximum growth. I truly believe we are all infected with different mind bugs or mind infection\'s that are specifically there to make you or break you. To be clear, I don\'t mean you\'re infected with a literal disease but metaphorically speaking we all have mind infections we may not know about until a situation accelerates the growth process.\r\n\r\nJust like zombie bites accelerate the infection in the Walking Dead... Likewise problems, challenges, circumstances, trials and pressure accelerates our mind infections. When these particular situations arise we have a choice to make... We can allow it to take over and tap us out or we can combat it and get ride of the infection altogether!\r\n\r\nHere are some of the Infections reported from the field:\r\n\r\n1. Fear\r\n2. Insecurity\r\n3. Unworthiness\r\n4. Negativity\r\n5. Not smart enough\r\n6. Abandonment\r\n7. Co-Dependency\r\n8. Guilt\r\n9. Shame\r\n10. Worry\r\n\r\nUnfortunately most people don\'t see these infections or way of thinking as a problem... Therefore they accept life, its outcomes and settle with the cards that were dealt to them. But they try... They view the cards, give it a shot akin to shooting an arrow into the dark and fold at the earliest opportunity just to remove the pressure and pain that the issue caused. They go about life avoiding, dodging, and living in defeat. A victim among other victims... Never coming to the realization that victory was just a choice away.\r\n\r\nUltimately living and looking like a Walking Dead cast member... Have you ever encountered someone like this?\r\n\r\nWe hope not!\r\n\r\nBut there is Hope... We must recognize the infections, combat them and use simple daily consistent principles to get rid of them. Just like in The Walking Dead... Surround yourself with like-minded individuals, support each other, uplift one another and stock plenty of supplies. Supplies entail motivational cds, books, and dvds... Join a mastermind group, a local toastmasters, a book club or an uplifting inspirational meetup group. Whenever the infection shows it\'s nasty face write down the symptoms, talk about it with someone you trust and expose them! Your life is to precious, valuable and unique to just fold your cards. We we\'re all uniquely created to bring joy, happiness and prosperity to ourselves and every single person we come across. Remember prosperity isn\'t just about money... It\'s about comfort, joy, peace and love!\r\n\r\nThis is a noble goal worth fighting for... A cause worth losing sleep over... An initiative worth giving up whatever it takes to live life to the fullest!\r\n\r\nThe infection isn\'t who you are... It\'s what you\'re environment, friends, family and experiences has put on you! We gotta shake it off and recognize who the real You is... All the symptoms must go in order for you to live a life of complete abundance!\r\n\r\nI pray and hope you recognize the infections and get rid of them asap... Remember it\'s a process. The journey isn\'t a sprint but a marathon. Be patient and stay positive - You\'re about to embark on a journey very few take!\r\n\r\nYou\'re about to TRANSFORM YOUR LIFE AND THOSE AROUND YOU!\r\n\r\nLet\'s Inspire The World Together!\r\n\r\nAngel L. Rivera\r\n\r\n[/collapse]','Are You Infected?','','publish','open','open','','are-you-infected','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:55:52','2015-08-20 18:55:52','','0','http://inspiretowin.com/?p=517','0','post','','0'),('508','1','2014-10-24 07:21:22','2014-10-24 07:21:22','In Episode 5 - Angel and Tulane Rivera discuss the importance of developing Posture and the power it has in making you more successful than ever before!\r\n\r\nThey discuss 4 main points that can help entrepreneurs and business owners take their service, vision or networks to the next level!\r\n\r\nSo whether you\'re an entrepreneur, looking to start a new hobby or just want to break free from the ordinary this episode will help you develop the posture to get you started on the right track!\r\n\r\nGet ready to be Inspired!','I2W: E05: Fake It Til You Make It','','publish','closed','closed','','i2w-e05-fake-it-til-you-make-it','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:54:51','2015-08-20 18:54:51','','0','http://inspiretowin.com/?p=508','0','post','','0'),('507','1','2014-10-30 05:41:14','2014-10-30 05:41:14','In Episode 5 - Angel and Tulane Rivera discuss the importance of never reacting during the emotional roller coaster as entrepreneurs!\r\n\r\nThey discuss 3 main emotions (Fear, Frustration and Anger ) that can destroy our reputation, business and cliental as entrepreneurs and business owners.\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!\r\n\r\nGet ready to be Inspired!','I2W: E06: Emotional Rollercoaster','','publish','closed','closed','','i2w-e06-emotional-rollercoaster','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:52:30','2015-08-20 18:52:30','','0','http://inspiretowin.com/?p=507','0','post','','0'),('506','1','2014-11-05 06:57:25','2014-11-05 06:57:25','Inspire To Win - Bonus Episode 01 - Angel Rivera discusses the importance of being on the lookout for negative thoughts and how we can overcome self doubt!\r\n\r\nAngel discusses a day when negative thoughts entered his mind and the steps he took to achieve victory and continue down the path of success!\r\n\r\nHe also gives 3 steps to overcome self doubt and references \"As a Man Thinketh\" By James Allen to bring home his message.\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack self doubt this podcast is a great start!\r\n\r\nGet ready to be Inspired!','I2W: B01: Your Strike Is Coming','','publish','closed','closed','','i2w-b01-your-strike-is-coming','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:50:14','2015-08-20 18:50:14','','0','http://inspiretowin.com/?p=506','0','post','','0'),('505','1','2014-11-15 06:52:07','2014-11-15 06:52:07','In Episode 7 - Angel and Tulane Rivera discuss the importance of watering the right flowers in your garden and not giving life to the weeds!\r\n\r\nThey discuss key points to ensure your mindset is constantly giving attention to the positive instead of the negative and what you can do to ensure this happens on a daily basis.\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the weeds that can grow in our life - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E07: Weeds Don\'t Need Water To Grow','','publish','closed','closed','','i2w-e07-weeds-dont-need-water-to-grow','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:47:32','2015-08-20 18:47:32','','0','http://inspiretowin.com/?p=505','0','post','','0'),('504','1','2014-12-02 21:51:06','2014-12-02 21:51:06','In Episode 8 - Angel and Tulane Rivera discuss the dangers of comparing ourselves to others and the negative mindset this habit can create.\r\n\r\nThey discuss the negative effects of comparatitis and best practices to combat the need to compare ourselves, our achievements and lack thereof to others.\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the need to compare that can easily leak into our life - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E08: Eliminate Comparatitis','','publish','closed','closed','','i2w-e08-eliminate-comparatitis','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:52:34','2015-08-20 17:52:34','','0','http://inspiretowin.com/?p=504','0','post','','0'),('503','1','2014-12-11 23:17:59','2014-12-11 23:17:59','Inspire To Win - Bonus Episode 02 - Angel Rivera discusses the importance of being a servant leader at home, at work or in your business.\r\n\r\nAngel will review 3 important steps to recognize if you\'re operating as a servant leader and what you can do to begin should you not be.\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!\r\n\r\nGet ready to be Inspired!','I2W: B02: Servant Leadership','','publish','closed','closed','','i2w-b02-servant-leadership','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:51:31','2015-08-20 17:51:31','','0','http://inspiretowin.com/?p=503','0','post','','0'),('955','1','2014-12-20 00:26:40','2014-12-27 07:58:45','<img class=\"aligncenter size-full wp-image-960\" src=\"http://inspiretowin.com/wp-content/uploads/2014/12/fearpt1.jpg\" alt=\"fearpt1\" width=\"705\" height=\"271\" />\n\nIn Episode 9 - Angel and Tulane Rivera discuss the - 7 Steps To Making Fear Your Buddy ( Pt. 1 )\n\nThey discuss the negative effects of FEAR and how 7 steps can get your from making FEAR your BULLY to making it your BUDDY!\n\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the negative presence of FEAR in your life - This podcast is for you!\n\nGet ready to be Inspired!\n\n<img class=\"aligncenter size-full wp-image-922\" src=\"http://inspiretowin.com/wp-content/uploads/2014/10/weloveyoursupport1.jpg\" alt=\"weloveyoursupport\" width=\"708\" height=\"189\" />','I2W-E09: 7 Steps To Making Fear Your Buddy (Pt 1)','','publish','open','open','','7-steps-to-making-fear-your-buddy-pt-1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2014-12-20 00:26:40','2014-12-27 07:58:45','','0','http://inspiretowin.com/?p=955','0','post','','0'),('501','1','2014-12-26 23:48:48','2014-12-26 23:48:48','In Episode 10 - Angel and Tulane Rivera discuss the - 7 Steps To Making Fear Your Buddy ( Pt. 2 )\r\n\r\nThey discuss the negative effects of FEAR and how the last 3 steps of the 7 steps can get your from making FEAR your BULLY to making it your BUDDY!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the negative presence of FEAR in your life - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E10: 7 Steps To Making Fear Your Buddy (Pt 2)','','publish','closed','closed','','i2w-e10-7-steps-to-making-fear-your-buddy-pt-2','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 18:05:35','2015-08-20 18:05:35','','0','http://inspiretowin.com/?p=501','0','post','','0'),('500','1','2014-12-31 23:08:52','2014-12-31 23:08:52','Inspire To Win - Bonus Episode 03 - Angel Rivera discusses the importance of change reasons why its absolutely necessary to keep your New Years resolutions on target.\r\n\r\nAngel will review 3 important reasons why Change is vital and what you can do to begin the Change process should you not be embracing change today!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!\r\n\r\nGet ready to be Inspired!','I2W: B03: Why \"Change\" Is The Secret Ingredient!','','publish','closed','closed','','i2w-b03-why-change-is-the-secret-ingredient','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:49:54','2015-08-20 17:49:54','','0','http://inspiretowin.com/?p=500','0','post','','0'),('499','1','2015-01-11 22:29:37','2015-01-11 22:29:37','In Episode 11 - Angel and Tulane Rivera discuss How Our Future Goals and Ambitions Can Kill Our Today.\r\n\r\nThey discuss the negative effects of living to far into your future and forgetting about your today!\r\n\r\nTulane and Angel will offer ideas on how your today can be a perfect slice of your future and how not to neglect those closest to you while achieving your dreams!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E11: How My Future Killed My Today','','publish','closed','closed','','i2w-e11-how-my-future-killed-my-today','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:48:55','2015-08-20 17:48:55','','0','http://inspiretowin.com/?p=499','0','post','','0'),('498','1','2015-01-17 14:42:57','2015-01-17 14:42:57','In Episode 12 - Angel Rivera interviews Alex Banaga, a Gen Y entrepreneur from San Diego, Ca.\r\n\r\nAngel Rivera will ask the how, why and challenges Alex faced and what GEN Y will face as they begin their Entrepreneur Journey!\r\n\r\nWe believe you\'ll gain insight and ideas on how to pursue your dreams, ideas and goals going into YOUR amazing future!\r\n\r\nSo whether you\'re an entrepreneur, business owner, student, father, mother, wife or husband looking for ways to live the best YOU TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E12: Why A Students Work For C Students','','publish','closed','closed','','i2w-e12-why-a-students-work-for-c-students','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:47:25','2015-08-20 17:47:25','','0','http://inspiretowin.com/?p=498','0','post','','0'),('497','1','2015-01-21 23:31:39','2015-01-21 23:31:39','<p>In Episode 13 - Angel Rivera explains the importance and significance of embracing and being who you were created to be. <br /><br />Angel will lay out 4 steps you can immediately take to cultivate an amazing path to embracing the Magic of being YOU and taking your life to a whole new level!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','I2W: E13: The Magic Of Being You','','publish','closed','closed','','i2w-e13-the-magic-of-being-you','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:41:20','2015-08-20 16:41:20','','0','http://inspiretowin.com/?p=497','0','post','','0'),('496','1','2015-02-04 15:59:12','2015-02-04 15:59:12','In Episode 14 - Angel Rivera addresses the Walking Dead Syndrome! Inspiration drawn form the AMC hit series \"Walking Dead\" he explains how being infected limits and blocks us from reaching our full potential.\r\n\r\nAngel will lay out easy to follow steps to make better decisions and develop habits that will eliminate the infection of mind viruses and the infection caused by the bites of life!\r\n\r\nNo more WALKING AMONG THE DEAD!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E14: Are You Infected?','','publish','closed','closed','','i2w-e14-are-you-infected','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:45:14','2015-08-20 17:45:14','','0','http://inspiretowin.com/?p=496','0','post','','0'),('495','1','2015-02-06 05:29:31','2015-02-06 05:29:31','Inspire To Win - Bonus Episode 04 - Angel Rivera gets a chance to interview his 5 1/2 yr old son... The most nerve racking interview he\'ll probably ever have!\r\n\r\nYou\'ll him them discuss entrepreneurship, positivity, big foot and super hero powers!\r\n\r\nAnd even some little advice from Isaiah!\r\n\r\nA break from the norm for sure but nonetheless refreshing and inspiring!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!\r\n\r\nGet ready to be Inspired!','I2W: B04: Inside The Mind Of A 5 1/2 Year Old Kidpreneur','','publish','closed','closed','','i2w-b04-inside-the-mind-of-a-5-12-year-old-kidpreneur','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:43:35','2015-08-20 17:43:35','','0','http://inspiretowin.com/?p=495','0','post','','0'),('494','1','2015-02-12 23:06:16','2015-02-12 23:06:16','In Episode 15 - Tulane Rivera explains through a powerful illustration how our pain can lead and empower us in reaching our full potential.\r\n\r\nTulane will lay out easy to follow advice and a few solutions from her experience that will eliminate the desire to retreat when times get uncomfortable and painful!\r\n\r\nNo More Quitting When The Pain Of Pressure Comes Your Way!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E15: Let Your Pain Be Your Fuel!','','publish','closed','closed','','i2w-e15-let-your-pain-be-your-fuel','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:42:25','2015-08-20 17:42:25','','0','http://inspiretowin.com/?p=494','0','post','','0'),('493','1','2015-02-17 20:19:55','2015-02-17 20:19:55','Website | <a href=\"http://www.InspireToWin.com\" rel=\"nofollow\">http://www.InspireToWin.com</a>\r\nTwitter | <a href=\"http://www.Twitter.com/InspireToWin\" rel=\"nofollow\">http://www.Twitter.com/InspireToWin</a>\r\nPodcast | <a href=\"http://www.InspireToWin.com/itunes\" rel=\"nofollow\">http://www.InspireToWin.com/itunes</a>\r\nLinkedIn | <a href=\"https://www.linkedin.com/in/inspiretowin\" rel=\"nofollow\">https://www.linkedin.com/in/inspiretowin</a>\r\nInstagram | <a href=\"http://www.Instagram.com/inspireToWin\" rel=\"nofollow\">http://www.Instagram.com/inspireToWin</a>\r\n\r\nFighting for your dreams and success can be one of the hardest things you\'ll face in life. Without the proper direction, mindset and some coaching times will seem alone and dark.\r\n\r\nAngel Rivera... Owner and founder of InspireToWin.com shares 3 steps to follow and how you can stay on course to achieving your goals and dreams! He\'ll provide insight and action steps to get you back on track, accomplishing whatever it is you set out to do and always staying in the ring for the FIGHT ahead!\r\n\r\nSo whether your fighting for your marriage, family, job or your new business we hope this video will inspire to FIGHT and never give up!\r\n\r\nIt won\'t be easy but always remember!\r\n\r\nYou\'re POSSIBLE! Lets make big things happen!\r\n\r\nThanks for being a part of INSPIRE TO WIN PODCAST!','I2W: V01: \"FIGHT\" - 3 Steps To Reach Your Dreams!','','publish','closed','closed','','i2w-v01-fight-3-steps-to-reach-your-dreams','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 17:39:02','2015-08-20 17:39:02','','0','http://inspiretowin.com/?p=493','0','post','','0'),('492','1','2015-02-19 22:27:51','2015-02-19 22:27:51','In Episode 16 - Angel Rivera explains why most people fail at anything, how you can avoid it and ultimately reach your goals/dreams!\r\n\r\nAngel will lay out easy to follow advice and 3 main steps to help ensure you never quite at you passion and dream!\r\n\r\nNo More Failing Backwards! !\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E16: 3 Reasons Why Most People Fail','','publish','closed','closed','','i2w-e16-3-reasons-why-most-people-fail','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:58:22','2015-08-20 16:58:22','','0','http://inspiretowin.com/?p=492','0','post','','0'),('491','1','2015-04-12 05:42:16','2015-04-12 05:42:16','In Episode 17 - Angel Rivera explains why most people never go into Massive Action and how you can stop this vicious cycle.\r\n\r\nAngel will lay out 3 easy to follow steps and action plans to get  you on the road to victory!\r\n\r\nNo more quitting on your dreams and or never starting! It\'s your time!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E17: 3 Steps To Massive Action','','publish','closed','closed','','i2w-e17-3-steps-to-massive-action','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:53:33','2015-08-20 16:53:33','','0','http://inspiretowin.com/?p=491','0','post','','0'),('490','1','2015-05-07 06:21:41','2015-05-07 06:21:41','In Episode 18 - Angel Rivera will explain how you can take FEARS ideas and use them against itself and ultimately achieve your greatness!\r\n\r\nAngel will lay out 3 easy to follow steps and action plans to get  you on the road to victory!\r\n\r\nStop being fearful of your dreams and never starting! It\'s your time!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E18: 3 Ideas You Can Steal From Fear','','publish','closed','closed','','i2w-e18-3-ideas-you-can-steal-from-fear','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:49:25','2015-08-20 16:49:25','','0','http://inspiretowin.com/?p=490','0','post','','0'),('489','1','2015-07-03 22:43:07','2015-07-09 17:46:32','In Episode 19 - Angel Rivera addresses the root cause of an unproductive life and mindset.\r\n\r\nWith so much information, seminars and self help gurus out there how come we can\'t seem to get it right? Why do we always seem to quit? Its like a re-run of the worst TV show in the history of television!\r\n\r\nThere\'s no secret sauce or woo woo tricks - No magic wand or sequenced mantra... Its all about how we view ourselves and what self images represent us!\r\n\r\nAngel will give you ideas, reasons and things you can do to lay a foundation for a more powerful and healthier self image!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY! - This podcast is for you!\r\n\r\nGet ready to be inspired','I2W: E19: How Self Image Can Make You or Break You!','','publish','closed','closed','','how-self-image-can-make-you-or-break-you','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:36:51','2015-08-20 16:36:51','','0','http://inspiretowin.com/?p=489','0','post','','0'),('16405','1','2015-09-12 06:12:21','2015-09-12 06:35:42','In Episode 20 - Angel Rivera explains how being consistent can catapult your life and business to new levels.\r\n\r\nAngel will lay out a few easy steps to ensure consistency  and goal setting becomes easier and more consistent in your life!\r\n\r\nNo more quitting on your dreams and or never starting! It\'s your time!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E20: Beginners Guide To Consistency','','publish','closed','closed','','beginners-guide-to-consistency','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-09-12 06:35:42','2015-09-12 06:35:42','','0','http://inspiretowin.com/?p=16405','0','post','','0'),('16410','1','2015-09-17 22:56:50','2015-09-17 23:21:54','In Episode 21 - Angel Rivera explains how formal education can leave most people broke, sick and uninspired in life and business.\r\n\r\nHe will discuss how institutional education has unfortunately become the norm, why it isn\'t for everyone and how you can achieve greatness with self education!\r\n\r\nDefinitely one of the most controversial subjects but one he is passionate about... We hope you leave inspired and informed to make the decision thats right for you and your future!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E21: Why Formal Education Has You Broke, Sick and Uninspired!','','publish','closed','closed','','why-formal-education-has-you-broke-sick-and-uninspired','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-09-17 23:24:00','2015-09-17 23:24:00','','0','http://inspiretowin.com/?p=16410','0','post','','0'),('16458','1','2015-10-12 18:50:53','2015-10-12 19:21:41','In Episode 22 - Angel Rivera explains how we can all become effective problem solving Rock Stars!\r\n\r\nAngel will discuss 5 simple steps you can implement right into whatever situation you\'re doing through- RIGHT NOW! Problem solving is a skill and you can live life to the fullest by tweaking a few simple things in your life.\r\n\r\nProblems never go away but how we handle them makes it easier! We hope you leave inspired and informed to make the decision thats right for you and your future!\r\n\r\nSo whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!\r\n\r\nGet ready to be Inspired!','I2W: E22: Become A Problem Solving Rock Star','','publish','closed','closed','','i2w-e22-become-a-problem-solving-rock-star','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-10-12 19:23:47','2015-10-12 19:23:47','','0','http://inspiretowin.com/?p=16458','0','post','','0'),('443','1','2015-05-31 22:37:00','2015-05-31 22:37:00','Engage in a 3 day event with the most current and future thinking experts in their field. Forget what’s popular today; it’s what’s coming next that we should be focusing on. Learn what’s on the horizon so we are already there when others catch on. Experience this awesome opportunity with custom catering, celebrity chef, open bar, views of the pacific, salt water pool, relaxed setting, casual attire, live music, live entertainment, Gifting suite, and more.\r\n\r\nRather than learning from teachers, coaches and so called gurus, you will be educated from the real life people who actually have accomplished and mastered their craft. The founders, Mentors, and leaders who have shaped history and our daily lives. Imagine the opportunity to reset your thinking from what has been, to the reality of what is possible.  At our gathering you will exposed to the most current brain (thought) discoveries that will separate you from the 95 percent who dream of success, to the top 5 percent who actually achieve it.\r\n\r\nTo Apply For Consideration \"Contact Us\" Below:\r\n<a href=\"http://inspiretowin.com/contact/\" target=\"_blank\">Contact Us</a>','Secret Knock \"Sabbatical\"','','publish','open','open','','annual-festival-week','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 21:14:33','2015-08-29 21:14:33','','0','http://test.kriesi.at/church/?post_type=tribe_events&#038;p=442','0','tribe_events','','0'),('16395','1','2015-08-29 21:08:25','2015-08-29 21:08:25','<div id=\"event_description\" data-referrer=\"event_description\">\r\n<div class=\"_4-u2 _36i5 _4-u8\">\r\n<div class=\"_1w2q\">\r\n<div id=\"id_55e21b5e1d09f4621028717\" class=\"text_exposed_root text_exposed\">\r\n\r\nThe Secret Of Happiness Summit\r\n\r\nAll Happening In Sunny San Diego, Ca\r\nJune 11-12, 2016\r\n\r\nThe Dana on Mission Bay\r\n1710 W Mission Bay Dr,\r\nSan Diego, CA 92109\r\n\r\nFrom amazing speakers, live music, yoga, zip lining, lazer tag, interactive vendors, dance parties to\r\n70\'s celebrities, art and themed cars <a href=\"https://www.facebook.com/TheSecretOfHappinessNow\" data-hovercard=\"/ajax/hovercard/page.php?id=453549681334760&amp;extragetparams=%7B%22directed_target_id%22%3A373382756195107%7D\">The Secret Of Happiness</a> Summit will have something to make everyone HAPPY!\r\n\r\nVisit our website for more details, to purchase tickets and to book your hotel room on the bay today!\r\n\r\n<a href=\"Http://www.SOHevent.com/\" target=\"_blank\" rel=\"nofollow nofollow\">Http://www.SOHevent.com/</a>\r\n\r\nWe look forward to seeing you June 11-12, 2016!\r\n\r\nThe SOH Team\r\nKeep Smiling!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Secret Of Happiness','','publish','closed','closed','','secret-of-happiness','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-29 21:08:52','2015-08-29 21:08:52','','0','http://inspiretowin.com/?post_type=tribe_events&#038;p=16395','0','tribe_events','','0'),('438','1','2015-05-15 15:05:50','2015-05-15 15:05:50','','Enric Fold','','publish','open','open','','enric-fold','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 15:05:50','2015-05-15 15:05:50','','0','http://test.kriesi.at/church/organizer/enric-fold/','0','tribe_organizer','','0'),('439','1','2015-05-15 15:05:50','2015-05-15 15:05:50','','Enfold Church','','publish','open','open','','enfold-church','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-05-15 15:05:50','2015-05-15 15:05:50','','0','http://test.kriesi.at/church/venue/enfold-church/','0','tribe_venue','','0'),('16276','1','2015-08-20 16:31:24','2015-08-20 16:31:24','','The Dana On Mission Bay','','publish','closed','closed','','the-dana-on-mission-bay','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','2015-08-20 16:31:24','2015-08-20 16:31:24','','0','http://inspiretowin.com/venue/the-dana-on-mission-bay/','0','tribe_venue','','0');
INSERT INTO wp_posts (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ();
DROP TABLE IF EXISTS wp_prli_clicks;
CREATE TABLE `wp_prli_clicks` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `ip` varchar(255) DEFAULT NULL,  `browser` varchar(255) DEFAULT NULL,  `btype` varchar(255) DEFAULT NULL,  `bversion` varchar(255) DEFAULT NULL,  `os` varchar(255) DEFAULT NULL,  `referer` varchar(255) DEFAULT NULL,  `host` varchar(255) DEFAULT NULL,  `uri` varchar(255) DEFAULT NULL,  `robot` tinyint(4) DEFAULT '0',  `first_click` tinyint(4) DEFAULT '0',  `created_at` datetime NOT NULL,  `link_id` int(11) DEFAULT NULL,  `vuid` varchar(25) DEFAULT NULL,  PRIMARY KEY (`id`),  KEY `link_id` (`link_id`),  KEY `ip` (`ip`),  KEY `browser` (`browser`),  KEY `btype` (`btype`),  KEY `bversion` (`bversion`),  KEY `os` (`os`),  KEY `referer` (`referer`),  KEY `host` (`host`),  KEY `uri` (`uri`),  KEY `robot` (`robot`),  KEY `first_click` (`first_click`),  KEY `vuid` (`vuid`)) ENGINE=MyISAM AUTO_INCREMENT=218 DEFAULT CHARSET=utf8;
INSERT INTO wp_prli_clicks (`id`,`ip`,`browser`,`btype`,`bversion`,`os`,`referer`,`host`,`uri`,`robot`,`first_click`,`created_at`,`link_id`,`vuid`) VALUES ('1','68.7.79.5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-09 01:43:01','1',''),('2','199.16.156.124','Twitterbot/1.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-09 08:13:52','1',''),('3','67.52.147.250','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com','','/iTunes','0','0','2015-07-09 09:54:16','1',''),('4','46.236.24.51','Mozilla/5.0 (TweetmemeBot/4.0; +http://datasift.com/bot.html) Gecko/20100101 Firefox/31.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-07-09 10:20:56','1',''),('5','66.75.243.74','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-09 10:44:35','1',''),('6','66.75.243.74','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','0','2015-07-09 10:45:41','1',''),('7','192.34.224.159','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com/','','/iTunes','0','1','2015-07-09 10:52:14','1',''),('8','108.0.72.187','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:39.0) Gecko/20100101 Firefox/39.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com','','/iTunes','0','1','2015-07-09 11:21:39','1',''),('9','166.170.14.50','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-09 12:07:36','1',''),('10','166.170.14.50','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','0','2015-07-09 12:08:43','1',''),('11','166.170.14.50','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','0','2015-07-09 12:16:12','1',''),('12','76.88.127.215','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com/','','/iTunes','0','1','2015-07-09 13:02:15','1',''),('13','172.91.82.125','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 [FBAN/FBIOS;FBAV/34.0.0.36.265;FBBV/12376726;FBDV/iPhone7,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.3;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://m.facebook.com','','/iTunes','0','1','2015-07-09 14:57:58','1',''),('14','180.76.15.161','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-10 08:36:22','1',''),('15','180.76.15.158','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-10 08:51:53','1',''),('16','172.56.39.72','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-10 11:07:31','1',''),('17','173.252.88.184','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-17 09:34:40','1',''),('18','150.70.173.12','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-17 09:57:34','1',''),('19','150.70.173.22','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-17 10:22:11','1',''),('20','150.70.173.41','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-17 12:45:23','1',''),('21','176.9.10.227','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-17 13:05:25','1',''),('22','150.70.173.20','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-17 13:17:07','1',''),('23','180.76.15.141','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-17 23:07:31','1',''),('24','180.76.15.156','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-17 23:22:33','1',''),('25','150.70.188.172','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-18 00:35:06','1',''),('26','180.76.15.161','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-19 04:19:13','1',''),('27','180.76.15.143','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-19 04:34:16','1',''),('28','71.174.12.69','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com/','','/iTunes','0','1','2015-07-19 09:08:55','1',''),('29','86.146.71.92','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-19 13:23:54','1',''),('30','104.173.167.144','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com/','','/iTunes','0','1','2015-07-20 17:18:39','1',''),('31','66.249.73.202','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-21 01:39:45','1',''),('32','169.253.194.1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-07-21 12:12:45','1',''),('33','46.4.123.172','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-22 16:58:00','1',''),('34','74.11.114.65','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-07-23 12:49:57','1',''),('35','150.70.173.14','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-07-23 12:51:16','1',''),('36','150.70.173.19','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-07-23 13:27:12','1',''),('37','150.70.173.57','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-24 18:18:26','1',''),('38','150.70.173.22','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-07-24 19:19:35','1',''),('39','98.176.203.16','Mozilla/5.0 (Linux; Android 5.0; SM-N900P Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://m.facebook.com/','','/itunes','0','1','2015-07-25 02:57:24','1',''),('40','173.252.88.180','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-07-25 02:57:25','1',''),('41','77.75.77.36','Mozilla/5.0 (compatible; SeznamBot/3.2; +http://fulltext.sblog.cz/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-27 15:41:30','1',''),('42','188.138.57.97','Mozilla/5.0 (compatible; HyperCrawl/0.2; +http://www.seograph.net/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-07-29 04:30:54','1',''),('43','123.125.71.78','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-03 20:28:26','1',''),('44','220.181.108.89','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-03 21:01:48','1',''),('45','66.249.64.224','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-04 01:23:26','1',''),('46','180.76.15.136','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-04 21:37:01','1',''),('47','180.76.15.162','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-04 23:11:40','1',''),('48','180.76.15.142','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-04 23:51:03','1',''),('49','66.249.73.210','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-05 03:56:12','1',''),('50','176.10.104.234','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-05 10:41:17','1',''),('51','180.76.15.135','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-05 14:40:29','1',''),('52','64.128.215.150','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-05 16:36:47','1',''),('53','91.194.84.106','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-05 23:17:48','1',''),('54','151.80.31.113','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-06 11:29:38','1',''),('55','46.4.89.35','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-07 07:14:24','1',''),('56','142.4.214.124','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-07 15:24:10','1',''),('57','76.71.151.41','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-09 15:23:43','1',''),('58','77.75.78.160','Mozilla/5.0 (compatible; SeznamBot/3.2; +http://fulltext.sblog.cz/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-14 23:27:53','1',''),('59','188.165.15.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-16 03:12:58','1',''),('60','77.75.78.170','Mozilla/5.0 (compatible; SeznamBot/3.2; +http://fulltext.sblog.cz/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-16 13:26:45','1',''),('61','172.88.2.135','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B436 [FBAN/FBIOS;FBAV/22.0.0.11.27;FBBV/6183821;FBDV/iPhone7,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.1.1;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://m.facebook.com','','/itunes','0','1','2015-08-17 02:42:57','1',''),('62','207.46.13.70','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-19 07:25:34','1',''),('63','50.116.117.171','WordPress/4.3; http://inspiretowin.com','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-20 11:40:46','1',''),('64','50.116.117.171','WordPress/4.3; http://inspiretowin.com','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-20 12:39:09','1',''),('65','199.58.86.206','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-20 16:35:59','1',''),('66','199.59.148.211','Twitterbot/1.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-20 22:01:09','1',''),('67','180.76.15.162','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-22 03:10:54','1',''),('68','180.76.15.29','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-22 04:14:22','1',''),('69','180.76.15.144','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-22 12:48:26','1',''),('70','62.212.73.211','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-22 16:32:13','1',''),('71','151.80.31.139','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-25 04:01:15','1',''),('72','199.58.86.211','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-26 11:23:53','1',''),('73','89.163.148.58','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-26 14:22:53','1',''),('74','209.249.5.249','rogerbot/1.0 (http://moz.com/help/pro/what-is-rogerbot-, rogerbot-wherecat@moz.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-27 06:23:25','1',''),('75','54.152.16.52','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-27 23:19:43','1',''),('76','68.180.229.37','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-28 11:56:03','1',''),('77','66.249.73.210','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-28 14:37:06','1',''),('78','54.206.11.54','python-requests/2.2.1 CPython/3.4.0 Linux/3.13.0-59-generic','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-28 23:02:07','1',''),('79','209.126.119.146','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-08-29 03:11:32','1',''),('80','209.126.119.146','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-08-29 03:11:37','1',''),('81','54.189.125.159','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.165 Safari/535.19','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-31 12:37:55','1',''),('82','54.189.125.159','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.165 Safari/535.19','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-31 12:37:57','1',''),('83','54.189.125.159','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.165 Safari/535.19','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-08-31 12:37:58','1',''),('84','107.199.166.185','Mozilla/5.0 (Linux; Android 5.0; SM-N900P Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-01 01:52:38','1',''),('85','104.236.19.29','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-09-01 16:55:22','1',''),('86','81.144.138.34','Wotbox/2.01 (+http://www.wotbox.com/bot/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-01 19:31:00','1',''),('87','136.243.5.215','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-01 20:10:56','1',''),('88','136.243.5.215','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-01 20:11:23','1',''),('89','91.121.112.142','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-02 17:19:47','1',''),('90','85.17.112.142','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-02 20:37:18','1',''),('91','66.249.65.22','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-04 03:17:17','1',''),('92','69.50.234.142','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-05 01:46:05','1',''),('93','66.249.65.26','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-05 07:51:09','1',''),('94','77.75.76.161','Mozilla/5.0 (compatible; SeznamBot/3.2; +http://fulltext.sblog.cz/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-05 09:42:36','1',''),('95','157.55.39.166','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-05 18:43:31','1',''),('96','46.4.89.35','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-06 03:27:00','1',''),('97','46.4.89.35','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-06 03:27:14','1',''),('98','198.245.62.10','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-07 03:53:16','1',''),('99','46.4.89.35','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-07 23:32:44','1',''),('100','46.4.89.35','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-07 23:33:40','1','');
INSERT INTO wp_prli_clicks (`id`,`ip`,`browser`,`btype`,`bversion`,`os`,`referer`,`host`,`uri`,`robot`,`first_click`,`created_at`,`link_id`,`vuid`) VALUES ('101','46.4.89.35','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-07 23:33:51','1',''),('102','104.131.17.216','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-09-08 03:32:11','1',''),('103','178.255.215.73','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-08 14:09:24','1',''),('104','180.76.15.141','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-08 16:34:45','1',''),('105','180.76.15.134','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-08 16:49:46','1',''),('106','162.243.17.49','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-09-10 03:42:19','1',''),('107','162.243.17.49','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/about-us/','','/iTunes','1','1','2015-09-10 03:43:04','1',''),('108','162.243.17.49','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-09-10 03:43:09','1',''),('109','69.58.178.59','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-10 08:53:36','1',''),('110','212.224.119.141','Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-11 21:59:28','1',''),('111','66.249.73.210','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-12 01:37:20','1',''),('112','148.251.136.181','Mozilla/5.0 (compatible; uMBot-LN/1.0; mailto: crawling@ubermetrics-technologies.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-12 01:44:54','1',''),('113','37.187.56.47','Mozilla/5.0 (X11; U; Linux amd64; rv:5.0) Gecko/20100101 Firefox/5.0 (Debian)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-12 03:50:29','1',''),('114','185.53.44.68','Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-12 11:50:39','1',''),('115','54.175.171.79','Java/1.8.0_45','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-13 14:33:13','1',''),('116','188.165.15.195','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-14 00:17:33','1',''),('117','104.131.25.244','Mozilla/5.0 (Windows NT 6.1; rv:28.0) Gecko/20100101 Firefox/28.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-09-14 09:40:20','1',''),('118','123.125.71.39','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-15 03:40:41','1',''),('119','68.7.85.92','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com','','/iTunes','0','1','2015-09-15 17:03:52','1',''),('120','220.181.108.91','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-15 17:25:53','1',''),('121','157.201.104.26','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','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com/','','/iTunes','0','1','2015-09-15 17:31:48','1',''),('122','173.252.73.110','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','0','1','2015-09-15 17:31:48','1',''),('123','157.201.104.26','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','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','https://www.facebook.com/','','/iTunes','0','0','2015-09-15 17:32:53','1',''),('124','185.53.44.64','Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-15 23:58:58','1',''),('125','68.180.229.221','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-17 02:51:36','1',''),('126','71.57.240.220','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12H143 [FBAN/FBIOS;FBAV/39.1.0.41.31;FBBV/14951342;FBDV/iPhone7,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://m.facebook.com','','/iTunes','0','1','2015-09-17 20:52:59','1',''),('127','172.249.13.215','Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','0','1','2015-09-18 02:14:47','1',''),('128','172.249.13.215','Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','0','0','2015-09-18 02:15:44','1',''),('129','78.46.49.208','Mozilla/5.0 (compatible; uMBot-LN/1.0; mailto: crawling@ubermetrics-technologies.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-18 02:47:09','1',''),('130','166.137.252.56','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 [FBAN/FBIOS;FBAV/39.0.0.36.31;FBBV/14703842;FBDV/iPhone7,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.3;FBSS/3; FBCR/AT&T;FBID/phone;FBLC/en_US;FBOP/5]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://m.facebook.com','','/iTunes','0','1','2015-09-18 08:00:07','1',''),('131','166.137.252.56','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 [FBAN/FBIOS;FBAV/39.0.0.36.31;FBBV/14703842;FBDV/iPhone7,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.3;FBSS/3; FBCR/AT&T;FBID/phone;FBLC/en_US;FBOP/5]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://m.facebook.com','','/iTunes','0','0','2015-09-18 08:19:45','1',''),('132','72.94.218.108','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','0','1','2015-09-18 08:38:20','1',''),('133','144.76.7.107','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-18 09:59:17','1',''),('134','144.76.7.107','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-18 09:59:21','1',''),('135','166.137.252.56','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 [FBAN/FBIOS;FBAV/39.0.0.36.31;FBBV/14703842;FBDV/iPhone7,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.3;FBSS/3; FBCR/AT&T;FBID/phone;FBLC/en_US;FBOP/5]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://m.facebook.com','','/iTunes','0','0','2015-09-18 10:09:28','1',''),('136','72.94.227.218','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/podcast/','','/itunes','0','0','2015-09-18 12:25:07','1',''),('137','136.243.5.87','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-19 18:32:29','1',''),('138','199.59.148.209','Twitterbot/1.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-20 12:03:50','1',''),('139','104.236.211.213','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-09-20 17:31:27','1',''),('140','46.9.164.175','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-20 20:00:33','1',''),('141','54.215.213.238','spiderbot','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-22 02:54:22','1',''),('142','95.149.0.16','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-22 07:54:59','1',''),('143','46.4.32.75','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-22 23:48:35','1',''),('144','46.4.32.75','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-22 23:48:39','1',''),('145','46.4.32.75','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-22 23:48:44','1',''),('146','5.9.111.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-23 15:53:34','1',''),('147','185.53.44.43','Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-23 17:29:54','1',''),('148','66.249.65.31','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-24 07:57:06','1',''),('149','46.229.164.101','Mozilla/5.0 (compatible; SemrushBot/0.99~bl; +http://www.semrush.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-25 07:57:46','1',''),('150','46.4.123.172','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-25 09:28:20','1',''),('151','66.87.67.85','Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13A344','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/2015/09/17/why-formal-education-has-you-broke-sick-and-uninspired/','','/itunes','0','1','2015-09-25 09:31:58','1',''),('152','37.187.56.47','Mozilla/5.0 (X11; U; Linux amd64; rv:5.0) Gecko/20100101 Firefox/5.0 (Debian)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-26 02:28:35','1',''),('153','107.170.10.123','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-09-26 11:15:03','1',''),('154','107.170.10.123','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/about-us/','','/iTunes','1','1','2015-09-26 11:15:47','1',''),('155','107.170.10.123','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-09-26 11:15:52','1',''),('156','180.76.15.150','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-26 15:43:26','1',''),('157','180.76.15.25','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-26 16:19:02','1',''),('158','104.236.112.178','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-09-26 21:14:18','1',''),('159','66.249.73.210','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-27 03:32:26','1',''),('160','180.76.15.33','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-27 20:46:56','1',''),('161','180.76.15.155','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-27 21:32:00','1',''),('162','91.121.211.59','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-27 22:02:30','1',''),('163','91.121.211.59','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-27 22:02:35','1',''),('164','91.121.211.59','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-27 22:02:41','1',''),('165','78.46.174.55','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-29 05:04:21','1',''),('166','78.46.174.55','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-29 05:04:39','1',''),('167','208.54.39.205','Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-G900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-09-30 02:31:20','1',''),('168','94.23.19.178','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-09-30 10:00:08','1',''),('169','94.23.19.178','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-30 10:00:14','1',''),('170','94.23.19.178','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-09-30 10:00:23','1',''),('171','68.180.229.37','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-10-01 02:44:31','1',''),('172','66.249.73.194','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-02 07:31:08','1',''),('173','204.12.241.170','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-02 11:59:44','1',''),('174','204.12.241.170','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-02 11:59:58','1',''),('175','204.12.241.170','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-02 12:00:04','1',''),('176','157.55.39.105','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-02 19:33:59','1',''),('177','104.236.110.194','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-10-03 03:49:30','1',''),('178','69.30.221.250','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-04 01:44:49','1',''),('179','69.30.221.250','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-04 01:44:54','1',''),('180','69.30.221.250','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-04 01:44:59','1',''),('181','207.46.13.94','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-04 16:18:03','1',''),('182','220.181.108.114','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-06 10:38:50','1',''),('183','123.125.71.17','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-06 16:58:48','1',''),('184','69.30.211.2','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-06 23:58:11','1',''),('185','69.30.211.2','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-06 23:58:39','1',''),('186','69.30.213.82','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-07 15:59:11','1',''),('187','151.80.31.111','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-07 16:03:56','1',''),('188','157.55.39.77','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-07 19:47:11','1',''),('189','66.249.73.202','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-08 01:45:10','1',''),('190','45.55.230.123','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-10-09 09:18:10','1',''),('191','69.58.178.59','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-10-09 14:52:07','1',''),('192','217.69.133.29','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-10 01:25:37','1',''),('193','46.4.132.226','Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-10-10 03:30:02','1',''),('194','91.121.79.180','Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-10-10 10:57:56','1',''),('195','157.55.39.129','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-10 16:31:07','1',''),('196','71.70.224.223','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','0','1','2015-10-11 01:40:39','1',''),('197','157.55.39.129','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-11 07:38:50','1',''),('198','81.209.177.189','netEstate NE Crawler (+http://www.website-datenbank.de/)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-12 09:52:03','1',''),('199','66.249.73.210','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-12 14:24:31','1',''),('200','24.94.23.45','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 [FBAN/FBIOS;FBAV/40.0.0.42.290;FBBV/15252421;FBDV/iPhone7,2;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.3;FBSS/2; FBCR/Telcel;FBID/phone;FBLC/es_LA;FBOP/5]','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/2015/10/12/i2w-e22-become-a-problem-solving-rock-star/','','/itunes','0','1','2015-10-12 16:12:27','1','');
INSERT INTO wp_prli_clicks (`id`,`ip`,`browser`,`btype`,`bversion`,`os`,`referer`,`host`,`uri`,`robot`,`first_click`,`created_at`,`link_id`,`vuid`) VALUES ('201','66.249.73.202','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-12 23:50:35','1',''),('202','157.55.39.13','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-13 00:33:46','1',''),('203','66.249.67.72','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-13 12:40:13','1',''),('204','208.115.113.82','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/iTunes','1','1','2015-10-13 21:09:46','1',''),('205','69.162.129.148','Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122406 Gentoo Firefox/3.0.5','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-10-14 03:36:49','1',''),('206','74.91.41.178','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092510 Firefox/3.0.3','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-10-14 03:36:56','1',''),('207','180.76.15.155','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-14 16:39:53','1',''),('208','180.76.15.146','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-14 16:55:07','1',''),('209','104.131.59.76','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-10-15 05:27:13','1',''),('210','104.131.59.76','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/about/','','/iTunes','1','1','2015-10-15 05:27:58','1',''),('211','104.131.59.76','Mozilla/5.0 (compatible; spbot/4.4.2; +http://OpenLinkProfiler.org/bot )','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com/','','/itunes','1','1','2015-10-15 05:28:03','1',''),('212','208.115.113.92','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-15 12:42:34','1',''),('213','45.55.181.223','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','http://inspiretowin.com','','/itunes','0','1','2015-10-15 19:37:51','1',''),('214','199.16.156.124','Twitterbot/1.0','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-15 21:03:50','1',''),('215','180.76.15.22','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-16 06:04:22','1',''),('216','180.76.15.12','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-16 06:34:35','1',''),('217','208.115.113.82','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','angel','$P$BDQX.KjigsLbWXLBwEjie/2dZ0rW6Y/','','/itunes','1','1','2015-10-16 08:48:34','1','');
DROP TABLE IF EXISTS wp_prli_groups;
CREATE TABLE `wp_prli_groups` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `name` varchar(255) DEFAULT NULL,  `description` text,  `created_at` datetime NOT NULL,  PRIMARY KEY (`id`),  KEY `name` (`name`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS wp_prli_link_metas;
CREATE TABLE `wp_prli_link_metas` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `meta_key` varchar(255) DEFAULT NULL,  `meta_value` longtext,  `link_id` int(11) NOT NULL,  `created_at` datetime NOT NULL,  PRIMARY KEY (`id`),  KEY `meta_key` (`meta_key`),  KEY `link_id` (`link_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS wp_spp_podcast;
CREATE TABLE `wp_spp_podcast` (  `pc_id` bigint(20) NOT NULL AUTO_INCREMENT,  `pc_title` text COLLATE utf8_unicode_ci NOT NULL,  `pc_published_date` varchar(50) COLLATE utf8_unicode_ci NOT NULL,  `pc_description` longtext COLLATE utf8_unicode_ci NOT NULL,  `pc_audio_file` varchar(200) COLLATE utf8_unicode_ci NOT NULL,  `pc_audio_duration` varchar(100) COLLATE utf8_unicode_ci NOT NULL,  `pc_audio_length` varchar(100) COLLATE utf8_unicode_ci NOT NULL,  `pc_episode_keywords` varchar(255) COLLATE utf8_unicode_ci NOT NULL,  `pc_episode_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL,  `pc_libsyn_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL,  PRIMARY KEY (`pc_id`)) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO wp_spp_podcast (`pc_id`,`pc_title`,`pc_published_date`,`pc_description`,`pc_audio_file`,`pc_audio_duration`,`pc_audio_length`,`pc_episode_keywords`,`pc_episode_image`,`pc_libsyn_image`) VALUES ('1','I2W: E19: How Self Image Can Make You or Break You!','Fri, 03 Jul 2015 22:43:07 +0000','<p>In Episode 19 - Angel Rivera addresses the root cause of an unproductive life and mindset.<br /><br />With so much information, seminars and self help gurus out there how come we can\'t seem to get it right? Why do we always seem to quit? Its like a re-run of the worst TV show in the history of television!<br /><br />There\'s no secret sauce or woo woo tricks - No magic wand or sequenced mantra... Its all about how we view ourselves and what self images represent us!<br /><br />Angel will give you ideas, reasons and things you can do to lay a foundation for a more powerful and healthier self image!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY! - This podcast is for you!<br /><br />Get ready to be inspired</p>','http://traffic.libsyn.com/inspiretowin/I2W-EP19.mp3','21:51','18463560','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('2','I2W: E18: 3 Ideas You Can Steal From Fear','Thu, 07 May 2015 06:21:41 +0000','<p>In Episode 18 - Angel Rivera will explain how you can take FEARS ideas and use them against itself and ultimately achieve your greatness!<br /><br />Angel will lay out 3 easy to follow steps and action plans to get  you on the road to victory! <br /><br />Stop being fearful of your dreams and never starting! It\'s your time!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E18.mp3','16:41','14131144','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('3','I2W: E17: 3 Steps To Massive Action','Sun, 12 Apr 2015 05:42:16 +0000','<p>In Episode 17 - Angel Rivera explains why most people never go into Massive Action and how you can stop this vicious cycle.<br /><br />Angel will lay out 3 easy to follow steps and action plans to get  you on the road to victory! <br /><br />No more quitting on your dreams and or never starting! It\'s your time!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E17.mp3','16:32','15976538','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('4','I2W: E16: 3 Reasons Why Most People Fail','Thu, 19 Feb 2015 22:27:51 +0000','<p>In Episode 16 - Angel Rivera explains why most people fail at anything, how you can avoid it and ultimately reach your goals/dreams!<br /><br />Angel will lay out easy to follow advice and 3 main steps to help ensure you never quite at you passion and dream! <br /><br />No More Failing Backwards! !<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E16.mp3','20:47','20035533','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('5','I2W: V01: \"FIGHT\" - 3 Steps To Reach Your Dreams!','Tue, 17 Feb 2015 20:19:55 +0000','<p>Website | http://www.InspireToWin.com<br />Twitter | http://www.Twitter.com/InspireToWin<br />Podcast | http://www.InspireToWin.com/itunes<br />LinkedIn | https://www.linkedin.com/in/inspiretowin<br />Instagram | http://www.Instagram.com/inspireToWin<br /><br />Fighting for your dreams and success can be one of the hardest things you\'ll face in life. Without the proper direction, mindset and some coaching times will seem alone and dark. <br /><br />Angel Rivera... Owner and founder of InspireToWin.com shares 3 steps to follow and how you can stay on course to achieving your goals and dreams! He\'ll provide insight and action steps to get you back on track, accomplishing whatever it is you set out to do and always staying in the ring for the FIGHT ahead!<br /><br />So whether your fighting for your marriage, family, job or your new business we hope this video will inspire to FIGHT and never give up!<br /><br />It won\'t be easy but always remember!<br /><br />You\'re POSSIBLE! Lets make big things happen!<br /><br />Thanks for being a part of INSPIRE TO WIN PODCAST!</p>','http://traffic.libsyn.com/inspiretowin/FightForSuccess.mp4','07:12','101047983','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('6','I2W: E15: Let Your Pain Be Your Fuel!','Thu, 12 Feb 2015 23:06:16 +0000','<p>In Episode 15 - Tulane Rivera explains through a powerful illustration how our pain can lead and empower us in reaching our full potential. <br /><br />Tulane will lay out easy to follow advice and a few solutions from her experience that will eliminate the desire to retreat when times get uncomfortable and painful! <br /><br />No More Quitting When The Pain Of Pressure Comes Your Way!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E15.mp3','14:05','13608541','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('7','I2W: B04: Inside The Mind Of A 5 1/2 Year Old Kidpreneur','Fri, 06 Feb 2015 05:29:31 +0000','<p>Inspire To Win - Bonus Episode 04 - Angel Rivera gets a chance to interview his 5 1\\/2 yr old son... The most nerve racking interview he\'ll probably ever have!<br /><br />You\'ll him them discuss entrepreneurship, positivity, big foot and super hero powers! <br /><br />And even some little advice from Isaiah! <br /><br />A break from the norm for sure but nonetheless refreshing and inspiring! <br /><br />So whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-B04.mp3','12:24','11994800','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('8','I2W: E14: Are You Infected?','Wed, 04 Feb 2015 15:59:12 +0000','<p>In Episode 14 - Angel Rivera addresses the Walking Dead Syndrome! Inspiration drawn form the AMC hit series \"Walking Dead\" he explains how being infected limits and blocks us from reaching our full potential. <br /><br />Angel will lay out easy to follow steps to make better decisions and develop habits that will eliminate the infection of mind viruses and the infection caused by the bites of life! <br /><br />No more WALKING AMONG THE DEAD!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E14.mp3','15:34','15029312','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('9','I2W: E13: The Magic Of Being You','Wed, 21 Jan 2015 23:31:39 +0000','<p>In Episode 13 - Angel Rivera explains the importance and significance of embracing and being who you were created to be. <br /><br />Angel will lay out 4 steps you can immediately take to cultivate an amazing path to embracing the Magic of being YOU and taking your life to a whole new level!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E13.mp3','16:15','15676866','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('10','I2W: E12: Why A Students Work For C Students','Sat, 17 Jan 2015 14:42:57 +0000','<p>In Episode 12 - Angel Rivera interviews Alex Banaga, a Gen Y entrepreneur from San Diego, Ca. <br /><br />Angel Rivera will ask the how, why and challenges Alex faced and what GEN Y will face as they begin their Entrepreneur Journey! <br /><br />We believe you\'ll gain insight and ideas on how to pursue your dreams, ideas and goals going into YOUR amazing future!<br /><br />So whether you\'re an entrepreneur, business owner, student, father, mother, wife or husband looking for ways to live the best YOU TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E12.mp3','33:54','32628481','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('11','I2W: E11: How My Future Killed My Today','Sun, 11 Jan 2015 22:29:37 +0000','<p>In Episode 11 - Angel and Tulane Rivera discuss How Our Future Goals and Ambitions Can Kill Our Today.<br /><br />They discuss the negative effects of living to far into your future and forgetting about your today! <br /><br />Tulane and Angel will offer ideas on how your today can be a perfect slice of your future and how not to neglect those closest to you while achieving your dreams!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E11.mp3','19:57','19235107','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('12','I2W: B03: Why \"Change\" Is The Secret Ingredient!','Wed, 31 Dec 2014 23:08:52 +0000','<p>Inspire To Win - Bonus Episode 03 - Angel Rivera discusses the importance of change reasons why its absolutely necessary to keep your New Years resolutions on target.<br /><br />Angel will review 3 important reasons why Change is vital and what you can do to begin the Change process should you not be embracing change today!<br /><br />So whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-B03.mp3','15:43','15167818','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('13','I2W: E10: 7 Steps To Making Fear Your Buddy (Pt 2)','Fri, 26 Dec 2014 23:48:48 +0000','<p>In Episode 10 - Angel and Tulane Rivera discuss the - 7 Steps To Making Fear Your Buddy ( Pt. 2 )<br /><br />They discuss the negative effects of FEAR and how the last 3 steps of the 7 steps can get your from making FEAR your BULLY to making it your BUDDY!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the negative presence of FEAR in your life - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E10.mp3','28:11','27144311','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('14','I2W: E09: 7 Steps To Making Fear Your Buddy! (Pt 1)','Sat, 20 Dec 2014 00:26:40 +0000','<p>In Episode 9 - Angel and Tulane Rivera discuss the - 7 Steps To Making Fear Your Buddy ( Pt. 1 )<br /><br />They discuss the negative effects of FEAR and how 7 steps can get your from making FEAR your BULLY to making it your BUDDY!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the negative presence of FEAR in your life - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E09.mp3','21:13','20456418','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('15','I2W: B02: Servant Leadership','Thu, 11 Dec 2014 23:17:59 +0000','<p>Inspire To Win - Bonus Episode 02 - Angel Rivera discusses the importance of being a servant leader at home, at work or in your business.<br /><br />Angel will review 3 important steps to recognize if you\'re operating as a servant leader and what you can do to begin should you not be.<br /><br />So whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-B02.mp3','14:24','13906579','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('16','I2W: E08: Eliminate Comparatitis','Tue, 02 Dec 2014 21:51:06 +0000','<p>In Episode 8 - Angel and Tulane Rivera discuss the dangers of comparing ourselves to others and the negative mindset this habit can create.<br /><br />They discuss the negative effects of comparatitis and best practices to combat the need to compare ourselves, our achievements and lack thereof to others. <br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the need to compare that can easily leak into our life - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E08.mp3','22:14','21425085','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('17','I2W: E07: Weeds Don\'t Need Water To Grow','Sat, 15 Nov 2014 06:52:07 +0000','<p>In Episode 7 - Angel and Tulane Rivera discuss the importance of watering the right flowers in your garden and not giving life to the weeds! <br /><br />They discuss key points to ensure your mindset is constantly giving attention to the positive instead of the negative and what you can do to ensure this happens on a daily basis.<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack the weeds that can grow in our life - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-EO7.mp3','19:25','18728831','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('18','I2W: B01: Your Strike Is Coming','Wed, 05 Nov 2014 06:57:25 +0000','<p>Inspire To Win - Bonus Episode 01 - Angel Rivera discusses the importance of being on the lookout for negative thoughts and how we can overcome self doubt!<br /><br />Angel discusses a day when negative thoughts entered his mind and the steps he took to achieve victory and continue down the path of success! <br /><br />He also gives 3 steps to overcome self doubt and references \"As a Man Thinketh\" By James Allen to bring home his message.<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to counter attack self doubt this podcast is a great start!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-B01.mp3','18:20','17690458','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('19','I2W: E06: Emotional Rollercoaster','Thu, 30 Oct 2014 05:41:14 +0000','<p>In Episode 5 - Angel and Tulane Rivera discuss the importance of never reacting during the emotional roller coaster as entrepreneurs!<br /><br />They discuss 3 main emotions (Fear, Frustration and Anger ) that can destroy our reputation, business and cliental as entrepreneurs and business owners.<br /><br />So whether you\'re an entrepreneur, business owner, father, or husband looking for ways to counter attack the emotional roller coaster this podcast is a great start!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E06.mp3','19:14','18540422','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('20','I2W: E05: Fake It Til You Make It','Fri, 24 Oct 2014 07:21:22 +0000','<p>In Episode 5 - Angel and Tulane Rivera discuss the importance of developing Posture and the power it has in making you more successful than ever before!<br /><br />They discuss 4 main points that can help entrepreneurs and business owners take their service, vision or networks to the next level!<br /><br />So whether you\'re an entrepreneur, looking to start a new hobby or just want to break free from the ordinary this episode will help you develop the posture to get you started on the right track!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E05.mp3','17:45','17121033','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('21','I2W: E04: On Your Mark: Lazer Focused','Wed, 15 Oct 2014 17:12:44 +0000','<p>In Episode 4 - Angel and Tulane Rivera discuss the importance of staying on your Mark by becoming laser focused... <br /><br />They discuss 4 main points that can help entrepreneurs and business owners take their vision to the next level!<br /><br />So whether your an entrepreneur, looking to start a new hobby or just want to break free from the ordinary this episode will keep you focused on the your MARK! <br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E04.mp3','23:07','22262929','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('22','I2W: E03: Lay Your Foundation Right','Wed, 08 Oct 2014 19:54:56 +0000','<p>In Episode 3 - Angel and Tulane Rivera discuss the importance of your foundation in regards to business, vision, influence and the future... <br /><br />So whether your an entrepreneur, looking to start a new hobby or just want to break free from the ordinary this episode will get you started on the right track.<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E03.mp3','16:30','15920560','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('23','I2W: E02: Goals Versus Dreams','Mon, 06 Oct 2014 07:54:26 +0000','<p>In Episode 2 Angel and Tulane discuss the differences between goals and dreams and how they work synergistically together in accomplishing our passions, purpose and endeavors in life.<br /><br />They will also discuss simple action plans, mindsets and attitudes to get you where your at to where you want to be...<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E02.mp3','26:17','25316293','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('24','I2W: E01: Who Is Angel and Tulane Rivera / Inspire To Win','Mon, 06 Oct 2014 07:02:45 +0000','<p>Join Tulane Rivera as she interviews her husband and founder of Inspire To Win Angel L. Rivera. You\'ll get an inside look into their crazy life and what inspired this podcast and their new ventures ahead. You\'ll also  get insights, nuggets and practical applications you can implement to pursue your passions and dreams! <br /><br />So... whereever you\'re at... Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E01.mp3','25:33','21539638','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('25','I2W: E20: Beginners Guide To Consistency','Sat, 12 Sep 2015 06:12:21 +0000','<p>In Episode 20 - Angel Rivera explains how being consistent can catapult your life and business to new levels.<br /><br />Angel will lay out a few easy steps to ensure consistency  and goal setting becomes easier and more consistent in your life! <br /><br />No more quitting on your dreams and or never starting! It\'s your time!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E20.mp3','19:49','19138399','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('26','I2W: E21: Why Formal Education Has You Broke, Sick and Uninspired!','Thu, 17 Sep 2015 22:56:50 +0000','<p>In Episode 21 - Angel Rivera explains how formal education can leave most people broke, sick and uninspired in life and business.<br /><br />He will discuss how institutional education has unfortunately become the norm, why it isn\'t for everyone and how you can achieve greatness with self education!<br /><br />Definitely one of the most controversial subjects but one he is passionate about... We hope you leave inspired and informed to make the decision thats right for you and your future!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W-E21.mp3','28:23','23954376','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png',''),('27','I2W: E22: Become A Problem Solving Rock Star','Mon, 12 Oct 2015 18:50:53 +0000','<p>In Episode 22 - Angel Rivera explains how we can all become effective problem solving Rock Stars!<br /><br />Angel will discuss 5 simple steps you can implement right into whatever situation you\'re doing through- RIGHT NOW! Problem solving is a skill and you can live life to the fullest by tweaking a few simple things in your life. <br /><br />Problems never go away but how we handle them makes it easier! We hope you leave inspired and informed to make the decision thats right for you and your future!<br /><br />So whether you\'re an entrepreneur, business owner, father, mother, wife or husband looking for ways to live the best you TODAY - This podcast is for you!<br /><br />Get ready to be Inspired!</p>','http://traffic.libsyn.com/inspiretowin/I2W_-_E22.mp3','17:07','14487130','','http://static.libsyn.com/p/assets/d/6/9/8/d69805008186d70e/I2W-1400-Ver-2.png','');
DROP TABLE IF EXISTS wp_spp_reviews;
CREATE TABLE `wp_spp_reviews` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `rw_id` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,  `rw_coutry` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,  `rw_published_date` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,  `rw_title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,  `rw_text` longtext COLLATE utf8_unicode_ci,  `rw_ratings` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,  `rw_author` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,  PRIMARY KEY (`id`)) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO wp_spp_reviews (`id`,`rw_id`,`rw_coutry`,`rw_published_date`,`rw_title`,`rw_text`,`rw_ratings`,`rw_author`) VALUES ('1','1192071346','ca','2015-05-03T21:00:00-07:00','NICE','Glad to hear your back in action!','5','Cole4589'),('2','1112142445','ca','2014-12-12T12:26:00-07:00','Inspired!','Great show, I certainly felt inspired from beginning to end - loved the bonus episode in servant centred leadership!','5','Dealerofsuccesshope'),('3','1082654206','ca','2014-10-18T20:33:00-07:00','Start a business, keep going and succeed with this podcast in your pocket!','I love the chemistry between the hosts of this show. It offers great advice to help you start your own business, keep going and succeed. I subscribed and look forward to new episodes.','5','Gina Kane'),('4','1112143960','ie','2014-12-12T12:31:00-07:00','Awesome','Love this show. Can’t wait to hear more. Great insights and takeaways.','5','fconway'),('5','1109486055','gb','2014-12-07T09:53:00-07:00','All Killer No Filler','You can just hear that this is a show to subscribe to and I am going to do just that....great stuff!!!','5','davidralphuk'),('6','1108704825','gb','2014-12-06T02:35:00-07:00','Fab!','Whether your employed, self employed, a small business owner, or thinking about taking on new ventures… this podcast is for you!','5','Aleisha Maddock'),('7','1201633749','us','2015-05-23T13:15:00-07:00','Thumbs up!','Love the Mission behind this podcast. Very inspirational and great takeaways. Keep it up!','5','Mario B | Missionpreneur.net'),('8','1194659474','us','2015-05-09T05:14:00-07:00','Truly inspiring','This podcast stands true to its name. Inspiring and motivating with content that helps people break through barriers to success. Really enjoy it!','5','Sue Monhait'),('9','1192379065','us','2015-05-04T09:37:00-07:00','Focus on your strengths = Money advice','Glad Angel and Tulane are cranking these episodes of advice out!  Love getting my plan for massive action in place. Very entertaining host!','5','Florida Aggie'),('10','1192008065','us','2015-05-03T18:02:00-07:00','Amazing Energy','What amazing energy you and your wife have, what a passionate and dynamic team! Bravo!','5','Omar Pinto'),('11','1191961088','us','2015-05-03T15:43:00-07:00','Truly motivating','Great way to stick to your goals and find that next level in your life. Listen to this podcast to keep your dreams alive. Really good way to start your day.','5','@haroldrhee'),('12','1191940066','us','2015-05-03T14:38:00-07:00','Lightness in the dark','I love the vibe of this podcast. It\'s positive and motivation and there isn\'t enough of that in the world. It\'s like finding some gold when I stumble across some consistent positivity.','5','Jodi | Women Taking the Lead'),('13','1169016792','us','2015-03-16T13:49:00-07:00','Awesome!!!','This is my favorite podcast! The content is very powerful and relatable to entrepreneurs.','5','Rae.ors'),('14','1159748244','us','2015-02-27T09:21:00-07:00','Wow! Big name motivational experts here!','Great job Angel and Tulane interview some awesome speakers. This is a great show! Love it!','5','JayPierstorff'),('15','1157941270','us','2015-02-24T18:36:00-07:00','Boomshakalaka!!!','My mentors always said, if you want to learn from someone…learn from someone who’s “been there, done that!” I’ve seen Angel & Tulane in the valleys and also at the top of the hill. These are some of the most real people you’ll meet and the knowledge that they’re passing on to you is priceless!!! When Angel is speaking about “inspiring” you and giving you tips on how to improve your life, the man is speaking from real experience. So here’s what you need to do right now:\n\n1. If you’re just looking at this podcast for the first time…SUBSCRIBE\n2. If you’re already subscribed…TELL EVERYONE YOU KNOW\n\nThe world needs this…now more than ever.  \n\nAloha, Dr. Mike','5','Dr. Mike O'),('16','1155627144','us','2015-02-21T14:05:00-07:00','A+ Podcast','Wow...this podcast is so inspiring. I can\'t wait to listen to more episodes. Great job Angel and Tulane.','5','Mark_Helder'),('17','1155529246','us','2015-02-21T10:43:00-07:00','Be a super hero','I learned that to have to want to be a super hero if you want to be an entrepreneur. Out of the mouth of babes.','5','Thenoxi0s'),('18','1154687153','us','2015-02-20T09:04:00-07:00','Amazing and Inspirational!','Love this podcast, the dynamic between Angel and Tulane is fantastic!','5','((((!))))'),('19','1154576690','us','2015-02-20T06:52:00-07:00','love the show Angel','I been hooked since the first episode. Love what you’re doing here my friend :)','5','Shaolin Soprano'),('20','1154225142','us','2015-02-19T22:54:00-07:00','Amazing Podcast','You can’t beat this podcast Angel is doing it better than the rest','5','timnicholsontap'),('21','1147163236','us','2015-02-13T05:55:00-07:00','Dream Big!','Amazing inspiration right here!  I am ipressed with the design of the information shared just with the title of the show.  Makes it very easy to pick a show I want to listen to today!  Great work, very motivational.','5','cmCharlotte P'),('22','1147144545','us','2015-02-13T05:34:00-07:00','Ready to take flight!','If you\'ve lost your dreams, take a listen. And be ready to be inspired! Sometimes we lose the ability to dream and fail at opening our minds. Thanks for the reminders to expand our dreams as dreamers and encourage those who are stuck to be inspired to win.','5','Kristianne @ Create Your Now'),('23','1143261639','us','2015-02-07T10:48:00-07:00','awesome inspiration!','So much great inspiration for folks who want to achieve the most out of life!','5','jeffsteinmann'),('24','1143253081','us','2015-02-07T10:26:00-07:00','FIRED UP! Thanks Angel and Tulane!','If you need a kick in the bum  to get out of that malaise,  if your looking to increase your energy levels and perform at your best, if you need to believe that it’s possible again, like you did years ago, then subscribe and take it all in!','5','Kd Co'),('25','1142835368','us','2015-02-06T18:22:00-07:00','Great podcast and hosts!','Podcast is full of inspirational and motivational advice. A must listen! Can\'t wait to hear more','5','TO DOs BEFORE I DO'),('26','1142750812','us','2015-02-06T14:32:00-07:00','I Woke Up Feeling Blah and Now I Am Pumped','If you\'re feeling down, and can\'t get motivated, press play on this show! This couple has an amazing story, great energy and they will turn your day (and maybe your life) around!','5','YogaJenH'),('27','1142663078','us','2015-02-06T09:40:00-07:00','Inspiring Podcast!','Love the energy of this show.  Angel and Tulane\'s transparency is so refreshing.  Keep it up!  This show has something for every listener.','5','Jeff Sieh'),('28','1142633645','us','2015-02-06T08:22:00-07:00','Professional and Passionate!','Angel and Tulane deliver a high quality podcast. Great dynamic! Authentic! Eliminate the negative self-talk and replace it with this podcast.','5','JohnLuzzi-AgileParents.com'),('29','1142602572','us','2015-02-06T07:12:00-07:00','Love it!','This is what I\'m looking for - inspiration, motivation and the keys to success. Great format, great energy.  Keep it up, Angel!','5','ChrisatAW'),('30','1140766172','us','2015-02-02T19:08:00-07:00','We all need inspiration!','I had such a great time listening to Angel and Tulane. They make the show fun and talk about real life topics that will have an impact in your life. It is in mine. Thank you!','5','batraudt'),('31','1138861072','us','2015-01-30T13:32:00-07:00','Inspired and Inspiring','Now here’s a book you can judge by its cover.  Very inspired to win! Keep rocking this thing Angel.','5','FGustafson - OneBoldMove.com'),('32','1132348161','us','2015-01-18T18:08:00-07:00','I\'m Inspired!','What AN intro!!! The podcast starts out with a bang and it continues to deliver amazing content throughout the podcast.  Tulane way to go and well done at executing on a great show.  I appreciated the honesty and passion! Nice, keep it movin!','5','Shawn Manaher'),('33','1131142492','us','2015-01-16T18:23:00-07:00','Angle and Tulane Rock!','My socks are knocked off.  For anyone who is looking for transformation this is the show.','5','Jeffery W. Ingram'),('34','1130972995','us','2015-01-16T10:03:00-07:00','Real Talk For Real Entrepreneurs!','This is awesome! Great life lessons, great talk and great advice! What an encouraging podcast! Thank you - Danielle at Social Media Marketing Happy Hour.','5','CEO_Mommy'),('35','1130959010','us','2015-01-16T09:23:00-07:00','It\'s been said...','That the best teachers inspire. Angel is a great host with a message to lift you up. Checkout the show!','5','@ChadGrills'),('36','1130949545','us','2015-01-16T08:58:00-07:00','Get you unstuck','So many today are muddling in mediocrity. This is the medicine to heal that. A must listen.','5','Mel Abraham'),('37','1130854926','us','2015-01-16T05:30:00-07:00','It’s OK to be scared','The shows on making fear your buddy are great, thanks for the inspiration.','5','ThePodcastFactory.com'),('38','1127253251','us','2015-01-09T15:38:00-07:00','Very helpful!','The description of this podcast is spot on! Great encouragement, inspiration and motivation so you can take your life and your business to the next level!','5','Primal Potential'),('39','1127220154','us','2015-01-09T13:58:00-07:00','Truth and education','This is a good combination of both cold hard truth and education on how to beat the struggle together! - Andre, Side Seat Driver','5','Idlewoodband'),('40','1123917495','us','2015-01-03T04:51:00-07:00','Inspiration and Get Real Conversation','Love the voices of the two hosts!  They get raw and real while providing valuable inspiration and strategies for finding success!','5','Defeat the Drama'),('41','1123536112','us','2015-01-02T12:26:00-07:00','Great show!!','Just listen! Inspiring, real and engaging.','5','ETZ_1970'),('42','1123463247','us','2015-01-02T09:20:00-07:00','Action steps to make your life better','This show gets your mind clearn and focused in the right direction to become successful. It\'s not just concepts, it\'s action steps.','5','Bree Noble'),('43','1115927301','us','2014-12-19T11:26:00-07:00','Delightful','Well laid out and fun hosts to listen too. Love their voices and how they interact - just as engaging at the tips they are offering - double win.','5','RiaWindcaller'),('44','1115881244','us','2014-12-19T09:08:00-07:00','You are a TRUE Angel!','Angel, what an AMAZING PODCAST you put together here!   Thank you so much for putting the time into each episode.  It’s extremely high quality and I enjoy every one of them!!\n\nI recommend this podcast to EVERYONE!\n\n- Chris','5','Mother Jen'),('45','1115851989','us','2014-12-19T07:57:00-07:00','Dehydrating the WEEDS','LOVE the perspective of your podcast. The way you get rid of the negative is replace it with positive thoughts. And I like to analogy of the ant and the elephant. You both sound inspiring and encouraging and I love your good energy!','5','DarrenMonroe.com'),('46','1112750165','us','2014-12-13T13:31:00-07:00','Authentic Hosts','I encourage you to go back and listen to the intro episode from the hosts. It\'s not only their great content, but their values that I respect. Great podcast!','5','VPCarter'),('47','1112527804','us','2014-12-13T05:17:00-07:00','Give Mediocirty the Notice!','LOVE, LOVE, LOVE!  As a coach it is so much harder for me to help entrepreneurs when they aren\'t inspired, have forgotten to dream and have lost their fire in their belly.  This is a great resource for anyone looking for bettering their life!','5','Leslie Hassler, Your Biz Rules'),('48','1112154124','us','2014-12-12T13:03:00-07:00','Topics and ideas to make you think','Angel and Tulane give you thoughts and ideas to think about - if you listen well, they have lots of take aways for you!!  Don\'t just turn it on and walk away.','5','Thomas O\'Grady, PhD'),('49','1112098681','us','2014-12-12T10:05:00-07:00','Think Big and Get Inspired','This is FANTASTIC. Talk about really being inspired to go out there and achieve! They are all about setting those goals you really want to reach and constantly working towards them. Not only that, but you get Angel and Tulane’s personal experiences that really dig deep and inspire. Anyone who’s anyone should take a listen. Wow!!','5','Dwatt'),('50','1111586596','us','2014-12-11T09:20:00-07:00','Great topics!','Eliminating Comparatitis really hits home for me and Angel and Tulane talked about this in a way that made me feel like I’m not alone and how to turn it into a strength. Inspire To Win, oh yes. Keep it up!','5','Dan Feld/Prologue Profiles'),('51','1109727154','us','2014-12-07T21:26:00-07:00','Keeps me motivated','There\'s nothing like a little inspiration while working.  Great podcast!','5','Scott Colby'),('52','1109649397','us','2014-12-07T17:39:00-07:00','Motivated to take action after listening','If you need some inspiration and a nice bootlicking, this is the podcast to listen to!','5','Ericoball'),('53','1109611028','us','2014-12-07T15:43:00-07:00','Inspiring indeed...','We all need to be inspired, and Angel and Tulane offer just that through their story and content!','5','Jacque Watkins'),('54','1109064861','us','2014-12-06T17:22:00-07:00','Love the advice','Angel and Tulane do a great job of giving practical advice Really glad I came across this podcast. - Joe F','5','JoeF888888'),('55','1108997343','us','2014-12-06T14:16:00-07:00','Inspire to Win','Like The title Says....This very energetic and Loving Duo Inspires to Win with Everything They Do! We are so Fortunate to have Known them and for them to be Part of Ourlives! More power to you guys and THANK YOU!','5','Dan and Des Sindo'),('56','1108608266','us','2014-12-05T22:13:00-07:00','Awesome Job!','Seriously awesome show coming from Angel and Tulane. You guys are awesome and I can’t wait to hear more!','5','Gregg Clunis'),('57','1108498147','us','2014-12-05T17:12:00-07:00','Great Energy, Inspiring Words!','So much insight and inspiration coming through Angel & Tulane! I highly recommend listening to this podcast you\'ll be inspired & motivated to have more, be more and do more with your life from what you learn here! grateful you\'re sharing this journey with us!','5','Amy Schuber'),('58','1108481918','us','2014-12-05T16:26:00-07:00','Empowering. Uplifting.','Angel and Tulane present a nice podcast that helps you grow your professional and personal lives by conquering fear, embracing change and pursuing excellence. Hearing their enthusiastic voices, you can\'t help but feeling like you can achieve anything.  Check this one out.','5','SunDevil'),('59','1108451965','us','2014-12-05T14:57:00-07:00','Love it.','What\'s cool about this podcast is they actually have been there done that. They\'re not just talking about what they want to do or what they\'re currently learning. It comes from experience. That is very valuable.','5','Redchampagne'),('60','1108447489','us','2014-12-05T14:43:00-07:00','Right up my alley..','Your topics are exactly what I love. Core topics that everyone needs to here. Keep it up!','5','ItsThatEasy'),('61','1108397389','us','2014-12-05T12:04:00-07:00','Great show!','Some Great advice shared here!','5','dmosch'),('62','1108306258','us','2014-12-05T07:40:00-07:00','BOOM!','Angel and Tulane dispel incredible advice in such a cool manner..love the flow!\n\n~ John Lee Dumas','5','EntrepreneurOnFire.com'),('63','1108266245','us','2014-12-05T06:10:00-07:00','Great content!','Good job guys! Love the energy and team effort by the oneness of Husband and Wife delivering!! You guys rock!!!','5','Mistysm'),('64','1107444452','us','2014-12-03T13:06:00-07:00','I am Transformed','Awesome-Awesome-Awesome!! Thank you Angel & Tulane for sharing! This is truly life-changing and will inspire many! We are your forever fans!','5','sheilarico'),('65','1107429644','us','2014-12-03T12:17:00-07:00','INSPIRED!','True Inspiration with these two! I love personal development and to actually follow them on Facebook and see what they do is truly an inspiration!!! They lead by example and continue to help others who really feel down and need a pick me up. I love and need INSPIRE TO WIN in my life. -Change your thinking to change your life. \n\nThank you Angel & Tulane Rivera <3','5','Roobee H.'),('66','1101664246','us','2014-11-23T02:05:00-07:00','I’m inspired already!','What a great show. Full of amazing nuggets and the combined of experience between Angel & Tulane is great. You guys make a great tag team by the way. I truly connect with the vision and mission of this podcast and it is delivered every well. Thanks guys. \n\n~ Joel Louis\nP.S. I also met my wife at a Ballroom Dance Studio. ;-)','5','StartupDadHQ.com'),('67','1100870628','us','2014-11-21T19:33:00-07:00','Great Show','Solid advice that is inspiring and motivating. Great to listen to on the way to work in the morning.','5','CSTJKA'),('68','1096999200','us','2014-11-14T12:33:00-07:00','Love the hosts!','Love the dynamic of these two. Winning and success are topics that are discussed a lot here on iTunes, but these two have the ability to make it fresh and interesting. Great work Angel and Tulane!','5','Erika - Beauty and the Vlog'),('69','1093349337','us','2014-11-07T16:39:00-07:00','Great New Podcast...','Hey Angel and Tulane - awesome new podcast devoted to getting inspired in life, biz, marriage, and so much more...','5','Taylor White @ IREL Podcast'),('70','1093177373','us','2014-11-07T08:36:00-07:00','Feeling Inspired!','Thank you Angel and Tulane for producing such a motivating and positive podcast. I appreciate how down to earth and approachable you both come across. Looking forward to future episodes!','5','Daryle of Learning To Travel'),('71','1091852619','us','2014-11-04T21:14:00-07:00','A Wealth of Information!','Angel and Tulane have so much powerful wisdom to share with the world.  And I love the real life examples they share to help us relate.','5','Michaelhftgu'),('72','1089962203','us','2014-11-01T10:34:00-07:00','Great Show','Angel and Tulane deliver. Great clear audio. Great Format and Advice.','5','Lou - RiseAboveTheBurn'),('73','1089378626','us','2014-10-31T11:46:00-07:00','Thanks for sharing','Hey guys, I really appreciate your willingness to open up and share and be really transparent.  Your story helps other better pen their own story.','5','Family Matters First Podcast'),('74','1089330764','us','2014-10-31T09:39:00-07:00','Wow so inspiring!','Such a sincere and real show. Very inspiring!','5','Myrealsalt'),('75','1087444654','us','2014-10-27T19:21:00-07:00','Inspired by your Story!','I just subscribed and listened to your story and am truly inspired!  I love how you were literally just 1 step ahead of your students!  Most people would just wait and wait and wait but you went out and did it!  Can\'t wait to hear more.','5','GeorgeSD858'),('76','1087365031','us','2014-10-27T15:32:00-07:00','Such valuable content!','What a great way to get your daily dose of motivation! The content being shared is easy to understand, and easy to apply. Thank you for sharing your wisdom Angel and Tulane!','5','the_dks'),('77','1086893503','us','2014-10-26T16:52:00-07:00','Angel and Tulane are awesome!','They rock and truly lift my spirits and energize my heart to keep going.  Right on!','5','Jade Inspiration'),('78','1085608672','us','2014-10-24T10:51:00-07:00','Great Hosts!','I enjoy listening to  these hosts.  They have good chemistry and their information is honest, and straightforward.  Great podcast… keep it rocking you two!','5','Mr. Anthony Tran'),('79','1085154000','us','2014-10-23T14:12:00-07:00','We need this!','I think we all need inspiration and some paths to follow in our lives, business, dreams, etc. and listening to Angel & Tulane about their life experiences, vision, motivational podcasts full of knowledge makes me wanting more of that hunger of happines and success! Recommended 100%','5','Celso Fortezza'),('80','1084947643','us','2014-10-23T05:50:00-07:00','Great topic!','I love the possibilities with this podcast. I definitely felt inspired after listening. Keep em\' coming!!','5','Daniel@MiddleClassEntrepreneur'),('81','1083508290','us','2014-10-20T09:28:00-07:00','Real.  Inspiring.','I\'m so glad I found this podcast!  Angel and Tulane make a great team.  They\'re all about planning to hit your goals and accountability, and are always thinking big. (Especially Angel... I won\'t ruin it for you but his comment in the first podcast about his goals for entering Officer training school made me laugh out loud)  They have an amazing story and I love how they don\'t shy away from sharing their failures and hardships they\'ve seen.\n\nYou can tell Tulane is an astute business woman and I could listen to her English accent all day \"my dahling\".  The love and respect the two have for each other is endearing, uplifting for my own relationship, and the two together are super inspirational.  \n\nThe only thing I didn\'t like is I think their intro is cool but too long... but once you get into the meat, it\'s pure gold.','5','ChrisHuntley'),('82','1083492834','us','2014-10-20T08:51:00-07:00','Great message!','This is a great message from a cool couple about how to create the life you want. I love it. Keep it up Angel and Tulane!','5','Career Entrepreneur'),('83','1083115644','us','2014-10-19T14:38:00-07:00','Motivating & Inspirining','Enjoying your new show. Keep bring the great motivation and inspiration!','5','alexdesigns'),('84','1082534736','us','2014-10-18T15:22:00-07:00','Inspire Me!','As an entrepreneur, there are many high along the way, but there are also just as many lows. When I need a boost of inspiration, I’ve got a new go to show to get my butt in gear! Thanks guys, and keep it up!','5','Denny Krahe'),('85','1081926455','us','2014-10-17T13:57:00-07:00','What a cute story!','I love the background story behind Angel & Tulane!  This podcast just seemed so authentic, love the energy that they brought to the show.','5','MDB1024'),('86','1081909178','us','2014-10-17T13:05:00-07:00','True Inspiration!','No matter what type of lifestyle you live, this show has something that will brighten your day and get you thinking.','5','Jeremy Montoya'),('87','1081840638','us','2014-10-17T09:47:00-07:00','Cool combo!','I love intentionally putting marriage in with life, business, and entrepreneurship. Having a healthy marriage is so critical to succeeding in other areas of life.  Great stuff!','5','Nick @ Five Minutes With Dad'),('88','1081826396','us','2014-10-17T09:13:00-07:00','Let your faith shine!','The title stands true, INSPIRE to win! Angel and Tulane your testimony is inspirational and encouraging! Great job guys!','5','The Entrepreneurs Library'),('89','1081785341','us','2014-10-17T07:47:00-07:00','I am Inspired!','MrPodcasts here, from \"The Best Podcasts Reviewed\".  I love seeing fellow veterans pave a path of success for themselves!  Getting inspired is a bonus for me and that is what Angel and Tulane have done for me.  Awesome!','5','MrPodcasts'),('90','1081785471','us','2014-10-17T07:47:00-07:00','I am fired up!!','This show really gets me motivated!  I just subscribed, and I can\'t wait to hear more!!','5','Dan @ Rental Income Podcast'),('91','1081472838','us','2014-10-16T17:35:00-07:00','Truly Life Changing..','This Podcast has got to be the only Podcast that I’ve heard that delivers on the subject  of real struggle, real success and real rewards. Hearing Angel & Tulane speak about life and what they’ve been put through is truly inspiring! I believe everyone who’s ever thought of achieving more from life can gain valuable knowledge and lessons learned by this powerful couple! ROCK ON GUYS! CAN’T WAIT TO HEAR MORE FROM YOU!','5','Alex Banaga'),('92','1108411915','nz','2014-12-05T12:52:00-07:00','Love it!','Truck loads of inspiration.  I feel energised and ressonate with what Angel and Tulane share.  Keep being awesome :)','5','Sarah Spear'),('93','1195607777','au','2015-05-10T22:50:00-07:00','Fascinating!','Great podcast! Looking forward to the next one.\n\nVictor from the Youngpreneurs Podcast!','5','gena_wallis'),('94','1133350277','au','2015-01-20T15:41:00-07:00','Knowledge is power','Essential part of my learning and progression. This podcast is on point.','5','Ndog16373'),('95','1225193188','us','2015-07-10T12:54:00-07:00','Insightful. Motivation with meat on the bones.','This podcast has weight in its content. Authentic, approachable and best of all, digestible lessons based on real experience and wisdom. What a winning combo and very useful if you like learning from people working in the trenches. Well done!','5','AReid1'),('96','1229786427','us','2015-07-19T07:30:00-07:00','Inspire…Yes It Does!','I really appreciate the positive, real life information that Angel offers with the podcast.  The short episodes make it simple for me to get the information I need to go forward and explore more.  Well done!!','5','OrganizeMindfully'),('97','1230503393','us','2015-07-20T15:19:00-07:00','Great Show!','Loving this show! Informative, inspiring and innovative!','5','Ccy1189'),('98','1257971301','us','2015-09-15T15:33:00-07:00','Incredible!!','There is so much great stuff in this podcast! Listen in!','5','Lil-J90');
DROP TABLE IF EXISTS wp_term_relationships;
CREATE TABLE `wp_term_relationships` (  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',  `term_order` int(11) NOT NULL DEFAULT '0',  PRIMARY KEY (`object_id`,`term_taxonomy_id`),  KEY `term_taxonomy_id` (`term_taxonomy_id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_term_relationships (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('57','26','0'),('57','33','0'),('57','65','0'),('205','26','0'),('205','30','0'),('205','37','0'),('205','41','0'),('205','45','0'),('205','60','0'),('205','74','0'),('205','91','0'),('259','26','0'),('259','33','0'),('259','65','0'),('343','26','0'),('343','31','0'),('343','32','0'),('343','42','0'),('343','65','0'),('413','26','0'),('413','30','0'),('413','33','0'),('413','35','0'),('413','41','0'),('413','45','0'),('413','60','0'),('413','66','0'),('413','86','0'),('413','91','0'),('449','20','0'),('452','20','0'),('483','19','0'),('484','19','0'),('489','40','0'),('490','40','0'),('491','40','0'),('492','40','0'),('493','46','0'),('494','40','0'),('495','40','0'),('496','40','0'),('497','40','0'),('498','40','0'),('499','40','0'),('500','40','0'),('501','40','0'),('503','40','0'),('504','40','0'),('505','40','0'),('506','40','0'),('507','40','0'),('508','40','0'),('511','40','0'),('512','40','0'),('515','102','0'),('516','102','0'),('517','102','0'),('518','105','0'),('519','105','0'),('520','105','0'),('521','105','0'),('522','105','0'),('523','105','0'),('524','105','0'),('525','105','0'),('526','105','0'),('527','105','0'),('528','105','0'),('529','105','0'),('530','105','0'),('531','105','0'),('532','105','0'),('533','105','0'),('534','105','0'),('535','105','0'),('536','105','0'),('537','105','0'),('538','105','0'),('539','105','0'),('540','105','0'),('541','105','0'),('542','105','0'),('543','105','0'),('544','105','0'),('545','105','0'),('546','105','0'),('547','105','0'),('548','105','0'),('549','105','0'),('550','104','0'),('551','104','0'),('552','104','0'),('553','104','0'),('554','104','0'),('555','104','0'),('556','104','0'),('557','104','0'),('558','104','0'),('559','104','0'),('560','104','0');
INSERT INTO wp_term_relationships (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('561','104','0'),('562','104','0'),('563','104','0'),('564','104','0'),('565','104','0'),('566','105','0'),('567','105','0'),('568','105','0'),('569','105','0'),('570','105','0'),('571','105','0'),('572','105','0'),('573','105','0'),('574','105','0'),('575','105','0'),('576','105','0'),('577','105','0'),('578','105','0'),('579','105','0'),('580','105','0'),('581','105','0'),('582','105','0'),('583','105','0'),('584','105','0'),('585','105','0'),('586','105','0'),('587','105','0'),('588','105','0'),('589','105','0'),('590','105','0'),('591','105','0'),('592','105','0'),('593','105','0'),('594','105','0'),('595','105','0'),('596','105','0'),('597','105','0'),('599','20','0'),('689','28','0'),('689','33','0'),('689','37','0'),('689','41','0'),('689','45','0'),('689','66','0'),('689','74','0'),('689','80','0'),('689','86','0'),('689','91','0'),('720','26','0'),('720','30','0'),('720','37','0'),('720','41','0'),('720','45','0'),('720','46','0'),('720','60','0'),('720','66','0'),('720','72','0'),('720','73','0'),('720','74','0'),('720','76','0'),('720','78','0'),('720','80','0'),('720','81','0'),('720','86','0'),('720','91','0'),('731','23','0'),('731','26','0'),('731','30','0'),('731','33','0'),('731','37','0'),('731','41','0'),('731','46','0'),('745','23','0'),('745','26','0'),('745','30','0'),('745','37','0'),('745','41','0'),('745','46','0'),('756','26','0'),('756','30','0'),('756','33','0'),('756','37','0'),('756','41','0'),('756','45','0'),('756','60','0'),('756','66','0'),('756','72','0'),('756','73','0'),('756','77','0'),('756','79','0'),('756','80','0'),('756','81','0'),('756','86','0'),('756','91','0'),('766','26','0'),('766','30','0'),('766','33','0'),('766','37','0'),('766','41','0'),('766','57','0');
INSERT INTO wp_term_relationships (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('766','59','0'),('766','60','0'),('766','66','0'),('766','72','0'),('766','73','0'),('766','74','0'),('766','76','0'),('766','80','0'),('766','86','0'),('766','91','0'),('843','40','0'),('859','40','0'),('955','40','0'),('16021','26','0'),('16021','30','0'),('16021','37','0'),('16021','43','0'),('16021','60','0'),('16021','63','0'),('16021','64','0'),('16021','66','0'),('16021','68','0'),('16021','74','0'),('16021','91','0'),('16022','26','0'),('16022','41','0'),('16023','26','0'),('16023','30','0'),('16023','42','0'),('16024','26','0'),('16024','30','0'),('16024','33','0'),('16024','37','0'),('16024','41','0'),('16024','45','0'),('16025','23','0'),('16025','30','0'),('16025','37','0'),('16025','41','0'),('16025','45','0'),('16025','46','0'),('16025','97','0'),('16026','23','0'),('16026','30','0'),('16026','33','0'),('16026','37','0'),('16026','41','0'),('16026','45','0'),('16026','46','0'),('16026','97','0'),('16027','23','0'),('16027','30','0'),('16027','33','0'),('16027','37','0'),('16027','41','0'),('16027','46','0'),('16027','97','0'),('16042','26','0'),('16042','30','0'),('16042','41','0'),('16042','42','0'),('16042','60','0'),('16042','86','0'),('16042','91','0'),('16043','26','0'),('16043','30','0'),('16043','33','0'),('16043','37','0'),('16043','42','0'),('16043','45','0'),('16043','60','0'),('16043','66','0'),('16043','74','0'),('16043','91','0'),('16044','26','0'),('16044','37','0'),('16044','41','0'),('16044','45','0'),('16045','23','0'),('16045','30','0'),('16045','37','0'),('16045','41','0'),('16045','46','0'),('16045','97','0'),('16046','26','0'),('16046','30','0'),('16046','33','0'),('16046','37','0'),('16046','41','0'),('16046','45','0'),('16046','53','0'),('16046','54','0'),('16046','57','0'),('16046','60','0'),('16046','70','0'),('16046','73','0'),('16046','74','0'),('16046','75','0'),('16046','76','0'),('16046','77','0');
INSERT INTO wp_term_relationships (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('16046','78','0'),('16046','79','0'),('16046','80','0'),('16046','91','0'),('16047','26','0'),('16047','30','0'),('16047','33','0'),('16047','37','0'),('16047','41','0'),('16047','45','0'),('16047','59','0'),('16047','60','0'),('16047','62','0'),('16047','66','0'),('16047','67','0'),('16047','69','0'),('16047','72','0'),('16047','80','0'),('16047','81','0'),('16047','83','0'),('16047','86','0'),('16047','91','0'),('16048','102','0'),('16049','103','0'),('16050','102','0'),('16051','20','0'),('16065','20','0'),('16405','40','0'),('16410','40','0'),('16458','40','0');
DROP TABLE IF EXISTS wp_term_taxonomy;
CREATE TABLE `wp_term_taxonomy` (  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',  `taxonomy` varchar(32) 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=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_term_taxonomy (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('1','1','category','','0','0'),('2','2','product_type','','0','0'),('3','3','product_type','','0','0'),('4','4','product_type','','0','0'),('5','5','product_type','','0','0'),('6','6','product_type','','0','0'),('7','7','shop_order_status','','0','0'),('8','8','shop_order_status','','0','0'),('9','9','shop_order_status','','0','0'),('10','10','shop_order_status','','0','0'),('11','11','shop_order_status','','0','0'),('12','12','shop_order_status','','0','0'),('13','13','shop_order_status','','0','0'),('14','14','category','','0','0'),('15','15','category','','0','0'),('16','16','category','','0','0'),('17','17','post_tag','','0','0'),('18','18','post_tag','','0','0'),('19','19','nav_menu','','0','2'),('20','20','nav_menu','','0','5'),('21','21','post_format','','0','0'),('22','22','post_format','','0','0'),('23','23','post_format','','0','6'),('24','24','post_format','','0','0'),('25','25','category','','0','0'),('26','26','category','','0','19'),('27','27','category','','0','0'),('28','28','category','Caption Contest','0','1'),('29','29','category','','0','0'),('30','30','category','','0','18'),('31','31','category','','0','1'),('32','32','category','','0','1'),('33','33','category','','0','13'),('34','34','category','','0','0'),('35','35','category','','0','1'),('36','36','category','','0','0'),('37','37','category','','0','17'),('38','38','category','','0','0'),('39','39','category','','0','0'),('40','40','category','','0','26'),('41','41','category','','0','18'),('42','42','category','','0','4'),('43','43','category','','0','1'),('44','44','category','','0','0'),('45','45','category','','0','12'),('46','46','category','Video Blog w/ Angel Rivera ','0','8'),('47','47','post_tag','','0','0'),('48','48','post_tag','','0','0'),('49','49','post_tag','','0','0'),('50','50','post_tag','','0','0'),('51','51','post_tag','','0','0'),('52','52','post_tag','','0','0'),('53','53','post_tag','','0','1'),('54','54','post_tag','','0','1'),('55','55','post_tag','','0','0'),('56','56','post_tag','','0','0'),('57','57','post_tag','','0','2'),('58','58','post_tag','','0','0'),('59','59','post_tag','','0','2'),('60','60','post_tag','','0','10'),('61','61','post_tag','','0','0'),('62','62','post_tag','','0','1'),('63','63','post_tag','','0','1'),('64','64','post_tag','','0','1'),('65','65','post_tag','','0','3'),('66','66','post_tag','','0','8'),('67','67','post_tag','','0','1'),('68','68','post_tag','','0','1'),('69','69','post_tag','','0','1'),('70','70','post_tag','','0','1'),('71','71','post_tag','','0','0'),('72','72','post_tag','','0','4'),('73','73','post_tag','','0','4'),('74','74','post_tag','','0','7'),('75','75','post_tag','','0','1'),('76','76','post_tag','','0','3'),('77','77','post_tag','','0','2'),('78','78','post_tag','','0','2'),('79','79','post_tag','','0','2'),('80','80','post_tag','','0','6'),('81','81','post_tag','','0','3'),('82','82','post_tag','','0','0'),('83','83','post_tag','','0','1'),('84','84','post_tag','','0','0'),('85','85','post_tag','','0','0'),('86','86','post_tag','','0','7'),('87','87','post_tag','','0','0'),('88','88','post_tag','','0','0'),('89','89','post_tag','','0','0'),('90','90','post_tag','','0','0'),('91','91','post_tag','','0','11'),('92','92','post_tag','','0','0'),('93','93','post_tag','','0','0'),('94','94','post_tag','','0','0'),('95','95','post_tag','','0','0'),('96','96','post_tag','','0','0'),('97','97','post_tag','','0','4'),('98','98','post_tag','','0','0'),('99','99','nav_menu','','0','0'),('100','100','nav_menu','','0','0');
INSERT INTO wp_term_taxonomy (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('101','101','nav_menu','','0','0'),('102','102','nav_menu','','0','5'),('103','103','nav_menu','','0','1'),('104','104','nav_menu','','0','16'),('105','105','nav_menu','','0','64');
DROP TABLE IF EXISTS wp_terms;
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=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_terms (`term_id`,`name`,`slug`,`term_group`) VALUES ('1','Uncategorized','uncategorized','0'),('2','simple','simple','0'),('3','grouped','grouped','0'),('4','variable','variable','0'),('5','downloadable','downloadable','0'),('6','virtual','virtual','0'),('7','pending','pending','0'),('8','failed','failed','0'),('9','on-hold','on-hold','0'),('10','processing','processing','0'),('11','completed','completed','0'),('12','refunded','refunded','0'),('13','cancelled','cancelled','0'),('14','News','news','0'),('15','Personal','personal','0'),('16','Sermon','sermon','0'),('17','food','food','0'),('18','fun','fun','0'),('19','About Us','about-us','0'),('20','Main Menu','main-menu','0'),('21','Link','post-format-link','0'),('22','Gallery','post-format-gallery','0'),('23','Video','post-format-video','0'),('24','Audio','post-format-audio','0'),('25','Art','art','0'),('26','Blog','blog','0'),('27','Business','business','0'),('28','Caption Contest','caption-contest','0'),('29','Design','design','0'),('30','Entrepreneur','entrepreneur','0'),('31','Family','family','0'),('32','Father','father','0'),('33','Freedom','freedom','0'),('34','Frontpage Article','frontpage-article','0'),('35','Health','health','0'),('36','Images','images','0'),('37','Inspire','inspire','0'),('38','Music','music','0'),('39','Photography','photography','0'),('40','Podcast','podcast','0'),('41','Purpose','purpose','0'),('42','Showcase','showcase','0'),('43','Special Message','special-message','0'),('44','Sport','sport','0'),('45','Success','success','0'),('46','Video','video','0'),('47','Analysis','analysis','0'),('48','are','are','0'),('49','Art','art','0'),('50','Articles','articles','0'),('51','Audio','audio','0'),('52','Business','business','0'),('53','coach','coach','0'),('54','conquer','conquer','0'),('55','Culture','culture','0'),('56','Development','development','0'),('57','drive','drive','0'),('58','Ecology','ecology','0'),('59','encourage','encourage','0'),('60','Entrepreneur','entrepreneur','0'),('61','Events','events','0'),('62','familiy','familiy','0'),('63','Family','family','0'),('64','Father','father','0'),('65','featured','featured','0'),('66','Freedom','freedom','0'),('67','friends','friends','0'),('68','Health','health','0'),('69','homebusiness','homebusiness','0'),('70','infected','infected','0'),('71','Information','information','0'),('72','inspiration','inspiration','0'),('73','inspirational','inspirational','0'),('74','Inspire','inspire','0'),('75','lead','lead','0'),('76','leader','leader','0'),('77','leadership','leadership','0'),('78','life','life','0'),('79','mentor','mentor','0'),('80','motivate','motivate','0'),('81','motivation','motivation','0'),('82','Nature','nature','0'),('83','netowork','netowork','0'),('84','nice','nice','0'),('85','Opportunities','opportunities','0'),('86','Purpose','purpose','0'),('87','Science','science','0'),('88','some','some','0'),('89','Sport','sport','0'),('90','Stress','stress','0'),('91','Success','success','0'),('92','Swimming','swimming','0'),('93','tags','tags','0'),('94','these','these','0'),('95','Trends','trends','0'),('96','Video','video','0'),('97','vlog video','vlog-video','0'),('98','Web Design','web-design','0'),('99','Fullscreen menu','fullscreen-menu','0'),('100','Fullscreen menu','fullscreen-menu-2','0');
INSERT INTO wp_terms (`term_id`,`name`,`slug`,`term_group`) VALUES ('101','fullscreen_menu','fullscreen_menu','0'),('102','Primary','primary','0'),('103','Top Level','top-level','0'),('104','top_menu','top_menu','0'),('105','top_menu_backup 2014-04-03 4:23PM','top_menu_backup-2014-04-03-423pm','0');
DROP TABLE IF EXISTS wp_usermeta;
CREATE TABLE `wp_usermeta` (  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',  `meta_key` varchar(255) 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=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_usermeta (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('1','1','nickname','Angel'),('2','1','first_name','Angel'),('3','1','last_name','Rivera'),('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','wp360_locks,wp390_widgets,builder-button-pointer,wp410_dfw'),('13','1','show_welcome_panel','1'),('15','1','wp_dashboard_quick_press_last_post_id','16418'),('17','1','wp_user-settings','m8=c&m6=o&m1=o&m2=c&m3=c&m5=o&m4=o&hidetb=1&m0=o&align=left&editor=tinymce&imgsize=full&m7=o&m9=o&m10=c&m11=c&m12=o&libraryContent=browse&urlbutton=none&widgets_access=off&mfold=o&advImgDetails=show&posts_list_mode=list&wplink=0'),('18','1','wp_user-settings-time','1444677665'),('19','1','nav_menu_recently_edited','20'),('20','1','managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),('21','1','metaboxhidden_nav-menus','a:5:{i:0;s:8:\"add-post\";i:2;s:13:\"add-portfolio\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:6;s:21:\"add-portfolio_entries\";}'),('22','1','tribe_setDefaultNavMenuBoxes','1'),('23','2','nickname','alex'),('24','2','first_name','Alex'),('25','2','last_name','Banaga'),('26','2','description',''),('27','2','rich_editing','true'),('28','2','comment_shortcuts','false'),('29','2','admin_color','fresh'),('30','2','use_ssl','0'),('31','2','show_admin_bar_front','true'),('32','2','wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),('33','2','wp_user_level','10'),('34','2','dismissed_wp_pointers','wp360_locks,wp390_widgets,builder-button-pointer'),('35','1','layerslider_help_wp_pointer','1'),('36','2','session_tokens','a:2:{s:64:\"2278832e85237e6dc0f4de21e1538fd06f7d8d6c670bcd98e16e3414afdc05d8\";a:4:{s:10:\"expiration\";i:1437891448;s:2:\"ip\";s:12:\"72.199.20.74\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.89 Safari/537.36\";s:5:\"login\";i:1437718648;}s:64:\"02e472b9afcb4b96c6f512407c966051d6ad4254026b59c0ca4cd102dafc5481\";a:4:{s:10:\"expiration\";i:1437892093;s:2:\"ip\";s:12:\"72.199.20.74\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.89 Safari/537.36\";s:5:\"login\";i:1437719293;}}'),('37','2','wp_dashboard_quick_press_last_post_id','16151'),('38','2','wp_user-settings','libraryContent=browse'),('39','2','wp_user-settings-time','1437718934'),('40','2','layerslider_help_wp_pointer','1'),('41','1','wpss_admin_status','1'),('42','1','wpss_user_ip','a:3:{s:9:\"68.7.79.5\";a:2:{s:6:\"server\";s:25:\"ip68-7-79-5.sd.sd.cox.net\";s:4:\"time\";i:1442039684;}s:10:\"68.7.85.92\";a:2:{s:6:\"server\";s:26:\"ip68-7-85-92.sd.sd.cox.net\";s:4:\"time\";i:1442363142;}s:11:\"68.7.78.151\";a:2:{s:6:\"server\";s:27:\"ip68-7-78-151.sd.sd.cox.net\";s:4:\"time\";i:1444947185;}}'),('43','2','wpss_new_user_approved','1'),('44','2','wpss_new_user_email_sent','1'),('45','1','wpss_new_user_approved','1'),('46','1','wpss_new_user_email_sent','1'),('47','1','wpss_nag_status','a:0:{}'),('50','1','closedpostboxes_page','a:1:{i:0;s:13:\"pageparentdiv\";}'),('51','1','metaboxhidden_page','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),('52','1','session_tokens','a:1:{s:64:\"71fdfb3b34df8cce104e88f7d1337056ad35ce8a4b4c4f9bc4c34118ea52ccd9\";a:4:{s:10:\"expiration\";i:1445037183;s:2:\"ip\";s:11:\"68.7.78.151\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1444864383;}}');
DROP TABLE IF EXISTS wp_users;
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(64) 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(60) 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO wp_users (`ID`,`user_login`,`user_pass`,`user_nicename`,`user_email`,`user_url`,`user_registered`,`user_activation_key`,`user_status`,`display_name`) VALUES ('1','Angel','$P$Begc8h60D7VBz2Rx/UPleQFocJ/fwp/','angel','AngelRivera08@yahoo.com','','2015-05-14 22:21:27','','0','Angel'),('2','alex','$P$BSUA3ZxrP8U49gIR26/lVM9Ufa5UM71','alex','angelrivera08@yahoo.com','','2015-07-09 16:18:01','','0','Alex Banaga');

